/headers/MessageUI/MessageWebLayer.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "UIWebView.h"
00008 
00009 @interface MessageWebLayer : UIWebView
00010 {
00011 }
00012 
00013 - (id)initWithFrame:(struct CGRect)fp8 visibleSize:(struct CGSize)fp24;
00014 - (void)defaultMouseDragged:(struct __GSEvent *)fp8;
00015 - (void)webView:(id)fp8 decidePolicyForNewWindowAction:(id)fp12 request:(id)fp16 newFrameName:(id)fp20 decisionListener:(id)fp24;
00016 - (void)webView:(id)fp8 decidePolicyForNavigationAction:(id)fp12 request:(id)fp16 frame:(id)fp20 decisionListener:(id)fp24;
00017 - (void)notifyDelegateToLoad:(id)fp8 client:(id)fp12;
00018 - (void)notifyDelegateToDisplayInSeparateView:(id)fp8;
00019 - (void)loadHTMLString:(id)fp8 baseURL:(id)fp12;
00020 - (void)_sendDelegateSizeDidChange;
00021 - (void)setFrame:(struct CGRect)fp8;
00022 - (void)appendMarkupString:(id)fp8 baseURL:(id)fp12;
00023 - (void)_updateImageURL:(id)fp8 withURL:(id)fp12 width:(id)fp16;
00024 - (void)updateImageURL:(id)fp8 withURL:(id)fp12 width:(float)fp16;
00025 - (void)_updateInlinePluginWithContentID:(id)fp8 htmlRepresentation:(id)fp12;
00026 - (void)updateInlinePluginWithContentID:(id)fp8 htmlRepresentation:(id)fp12;
00027 - (id)webView:(id)fp8 identifierForInitialRequest:(id)fp12 fromDataSource:(id)fp16;
00028 - (id)webView:(id)fp8 resource:(id)fp12 willSendRequest:(id)fp16 redirectResponse:(id)fp20 fromDataSource:(id)fp24;
00029 - (void)webView:(id)fp8 resource:(id)fp12 didFinishLoadingFromDataSource:(id)fp16;
00030 - (void)webView:(id)fp8 resource:(id)fp12 didFailLoadingWithError:(id)fp16 fromDataSource:(id)fp20;
00031 - (void)webView:(id)fp8 didStartProvisionalLoadForFrame:(id)fp12;
00032 - (void)adjustSizeBasedOnMainFrame:(id)fp8;
00033 - (void)webView:(id)fp8 didFinishLoadForFrame:(id)fp12;
00034 - (void)fixParagraphsAndQuotesFromMicrosoft;
00035 - (void)setSuperviewBackgroundColor:(id)fp8;
00036 - (void)_urlifyMessage:(id)fp8;
00037 - (void)_replaceURLifiedPieces:(id)fp8;
00038 - (void)_webthread_webView:(id)fp8 didFinishLoadForFrame:(id)fp12;
00039 
00040 @end
00041