]>
Commit | Line | Data |
---|---|---|
2cd8f71b 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 <UIKit/UIView.h> | |
8 | ||
9 | @class UIWebViewInternal; | |
10 | ||
11 | @interface UIWebView : UIView <NSCoding> | |
12 | { | |
13 | UIWebViewInternal *_internal; | |
14 | } | |
15 | ||
16 | - (void)_setScalesPageToFitViewportSettings; | |
17 | - (void)_setRichTextReaderViewportSettings; | |
18 | - (void)_updateViewSettings; | |
19 | - (void)_webViewCommonInit:(BOOL)fp8; | |
20 | - (id)initWithFrame:(struct CGRect)fp8; | |
21 | - (id)initWithCoder:(id)fp8; | |
22 | - (void)_populateArchivedSubviews:(id)fp8; | |
23 | - (void)encodeWithCoder:(id)fp8; | |
24 | - (void)dealloc; | |
25 | - (id)stringByEvaluatingJavaScriptFromString:(id)fp8; | |
26 | - (void)setDetectsPhoneNumbers:(BOOL)fp8; | |
27 | - (BOOL)detectsPhoneNumbers; | |
28 | - (void)setScalesPageToFit:(BOOL)fp8; | |
29 | - (BOOL)scalesPageToFit; | |
30 | - (BOOL)isLoading; | |
31 | - (void)setDelegate:(id)fp8; | |
32 | - (id)delegate; | |
33 | - (void)loadRequest:(id)fp8; | |
34 | - (void)loadHTMLString:(id)fp8 baseURL:(id)fp12; | |
35 | - (void)loadData:(id)fp8 MIMEType:(id)fp12 textEncodingName:(id)fp16 baseURL:(id)fp20; | |
36 | - (id)request; | |
37 | - (void)reload; | |
38 | - (void)stopLoading; | |
39 | - (void)goBack; | |
40 | - (void)goForward; | |
41 | - (void)setScale:(float)fp8; | |
42 | - (float)scale; | |
43 | - (BOOL)canGoBack; | |
44 | - (BOOL)canGoForward; | |
45 | - (void)_setCheckeredPatternEnabled:(BOOL)fp8; | |
46 | - (void)_setTileDrawingEnabled:(BOOL)fp8; | |
47 | - (struct CGSize)sizeThatFits:(struct CGSize)fp8; | |
48 | - (void)setFrame:(struct CGRect)fp8; | |
49 | - (void)view:(id)fp8 didSetFrame:(struct CGRect)fp12 oldFrame:(struct CGRect)fp28; | |
50 | - (void)willStartGesturesInView:(id)fp8 forEvent:(struct __GSEvent *)fp12; | |
51 | - (void)didFinishGesturesInView:(id)fp8 forEvent:(struct __GSEvent *)fp12; | |
52 | - (void)scrollerWillStartDragging:(id)fp8; | |
53 | - (void)scrollerDidEndDragging:(id)fp8 willSmoothScroll:(BOOL)fp12; | |
54 | - (void)scrollerDidEndSmoothScrolling:(id)fp8; | |
55 | - (void)_reportError:(id)fp8; | |
56 | - (void)alertView:(id)fp8 didDismissWithButtonIndex:(int)fp12; | |
57 | - (void)_showConfirmCallAlertWithURL:(id)fp8; | |
58 | - (void)webView:(id)fp8 decidePolicyForNavigationAction:(id)fp12 request:(id)fp16 frame:(id)fp20 decisionListener:(id)fp24; | |
59 | - (void)webView:(id)fp8 unableToImplementPolicyWithError:(id)fp12 frame:(id)fp16; | |
60 | - (void)webView:(id)fp8 frame:(id)fp12 exceededDatabaseQuotaForSecurityOrigin:(id)fp16 database:(id)fp20; | |
61 | - (void)_updateRequest; | |
62 | - (void)webView:(id)fp8 didStartProvisionalLoadForFrame:(id)fp12; | |
63 | - (void)webView:(id)fp8 didReceiveServerRedirectForProvisionalLoadForFrame:(id)fp12; | |
64 | - (void)webView:(id)fp8 didFailProvisionalLoadWithError:(id)fp12 forFrame:(id)fp16; | |
65 | - (void)webView:(id)fp8 didFinishLoadForFrame:(id)fp12; | |
66 | - (void)webView:(id)fp8 didFailLoadWithError:(id)fp12 forFrame:(id)fp16; | |
67 | - (id)_documentView; | |
68 | - (id)_scroller; | |
69 | - (void)_setDrawsCheckeredPattern:(BOOL)fp8; | |
70 | ||
71 | @end | |
72 |