OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webViewCount
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit/mac/Misc/
WebKitStatistics.h
36
+ (int)
webViewCount
;
WebKitStatistics.m
33
int
WebViewCount
;
41
+ (int)
webViewCount
43
return
WebViewCount
;
/external/webkit/Source/WebKit/win/
WebKitStatistics.h
48
virtual HRESULT STDMETHODCALLTYPE
webViewCount
(
WebKitStatistics.cpp
38
int
WebViewCount
;
98
HRESULT STDMETHODCALLTYPE WebKitStatistics::
webViewCount
(
101
*count =
WebViewCount
;
/external/webkit/Source/WebKit/win/Interfaces/
IWebKitStatistics.idl
40
HRESULT
webViewCount
([out, retval] int* count);
/external/webkit/Tools/WebKitAPITest/tests/
WebViewDestruction.cpp
42
static int
webViewCount
()
48
if (FAILED(statistics->
webViewCount
(&count)))
89
int currentWebViewCount =
webViewCount
();
94
TEST_ASSERT(
webViewCount
() == currentWebViewCount - 1);
Completed in 134 milliseconds