Home
last modified time | relevance | path

Searched refs:webViewCount (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/WebKitAPITest/tests/
DWebViewDestruction.cpp42 static int webViewCount() in webViewCount() function
48 if (FAILED(statistics->webViewCount(&count))) in webViewCount()
89 int currentWebViewCount = webViewCount(); in finishWebViewDestructionTest()
94 TEST_ASSERT(webViewCount() == currentWebViewCount - 1); in finishWebViewDestructionTest()
/external/webkit/Source/WebKit/mac/Misc/
DWebKitStatistics.h36 + (int)webViewCount;
DWebKitStatistics.m41 + (int)webViewCount
/external/webkit/Source/WebKit/win/
DWebKitStatistics.h48 virtual HRESULT STDMETHODCALLTYPE webViewCount(
DWebKitStatistics.cpp98 HRESULT STDMETHODCALLTYPE WebKitStatistics::webViewCount( in webViewCount() function in WebKitStatistics
DChangeLog-2009-06-1618132 (WebKitStatistics::webViewCount):
/external/webkit/Source/WebKit/win/Interfaces/
DIWebKitStatistics.idl40 HRESULT webViewCount([out, retval] int* count);
/external/webkit/Tools/
DChangeLog-2010-05-2420384 (WebKitAPITest::webViewCount): Helper function to call through to
20385 IWebKitStatistics::webViewCount.