]>
Commit | Line | Data |
---|---|---|
434ac614 JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "UIWebDocumentView.h" | |
8 | ||
9 | @interface MessageWebLayer : UIWebDocumentView | |
10 | { | |
11 | } | |
12 | ||
13 | + (void)initialize; | |
14 | - (id)initWithFrame:(struct CGRect)fp8 visibleSize:(struct CGSize)fp24; | |
15 | - (void)defaultMouseDragged:(struct __GSEvent *)fp8; | |
16 | - (void)webView:(id)fp8 decidePolicyForNewWindowAction:(id)fp12 request:(id)fp16 newFrameName:(id)fp20 decisionListener:(id)fp24; | |
17 | - (void)webView:(id)fp8 decidePolicyForNavigationAction:(id)fp12 request:(id)fp16 frame:(id)fp20 decisionListener:(id)fp24; | |
18 | - (void)notifyDelegateToLoad:(id)fp8 client:(id)fp12; | |
19 | - (void)notifyDelegateToDisplayInSeparateView:(id)fp8; | |
20 | - (void)loadHTMLString:(id)fp8 baseURL:(id)fp12; | |
21 | - (void)_sendDelegateSizeDidChange; | |
22 | - (void)setFrame:(struct CGRect)fp8; | |
23 | - (void)appendMarkupString:(id)fp8 baseURL:(id)fp12; | |
24 | - (void)_updateImageURL:(id)fp8 withURL:(id)fp12 width:(id)fp16; | |
25 | - (void)updateImageURL:(id)fp8 withURL:(id)fp12 width:(float)fp16; | |
26 | - (void)_updateInlinePluginWithContentID:(id)fp8 htmlRepresentation:(id)fp12; | |
27 | - (void)updateInlinePluginWithContentID:(id)fp8 htmlRepresentation:(id)fp12; | |
28 | - (id)webView:(id)fp8 identifierForInitialRequest:(id)fp12 fromDataSource:(id)fp16; | |
29 | - (id)webView:(id)fp8 resource:(id)fp12 willSendRequest:(id)fp16 redirectResponse:(id)fp20 fromDataSource:(id)fp24; | |
30 | - (void)webView:(id)fp8 resource:(id)fp12 didFinishLoadingFromDataSource:(id)fp16; | |
31 | - (void)webView:(id)fp8 resource:(id)fp12 didFailLoadingWithError:(id)fp16 fromDataSource:(id)fp20; | |
32 | - (void)webView:(id)fp8 didStartProvisionalLoadForFrame:(id)fp12; | |
33 | - (void)adjustSizeBasedOnMainFrame:(id)fp8; | |
34 | - (void)webView:(id)fp8 didFinishLoadForFrame:(id)fp12; | |
35 | - (void)fixParagraphsAndQuotesFromMicrosoft; | |
36 | - (void)setSuperviewBackgroundColor:(id)fp8; | |
37 | - (void)_urlifyMessage:(id)fp8; | |
38 | - (void)_replaceURLifiedPieces:(id)fp8; | |
39 | - (void)_webthread_webView:(id)fp8 didFinishLoadForFrame:(id)fp12; | |
40 | ||
41 | @end | |
42 |