Cappuccino
1.0.0
All
Classes
Files
Functions
Variables
Typedefs
Macros
Groups
Pages
CPWebView.h
Go to the documentation of this file.
1
2
@interface
CPWebView
:
CPView
3
{
4
CPScrollView
_scrollView;
5
CPView
_frameView;
6
7
DOMElement _iframe;
8
CPString
_mainFrameURL;
9
CPArray _backwardStack;
10
CPArray _forwardStack;
11
12
BOOL _ignoreLoadStart;
13
BOOL _ignoreLoadEnd;
14
BOOL _isLoading;
15
16
id
_downloadDelegate;
17
id
_frameLoadDelegate;
18
id
_policyDelegate;
19
id
_resourceLoadDelegate;
20
id
_UIDelegate;
21
22
CPWebScriptObject
_wso;
23
24
CPString
_url;
25
CPString
_html;
26
27
Function _loadCallback;
28
29
int
_scrollMode;
30
int
_effectiveScrollMode;
31
BOOL _contentIsAccessible;
32
CPTimer
_contentSizeCheckTimer;
33
int
_contentSizePollCount;
34
35
int
_loadHTMLStringTimer;
36
37
BOOL _drawsBackground;
38
}
39
@end
AppKit
CPWebView.h
Generated on Fri Sep 7 2018 11:26:15 for Cappuccino by
1.8.3