Searched refs:webViewCount (Results 1 – 8 of 8) sorted by relevance
42 static int webViewCount() in webViewCount() function48 if (FAILED(statistics->webViewCount(&count))) in webViewCount()89 int currentWebViewCount = webViewCount(); in finishWebViewDestructionTest()94 TEST_ASSERT(webViewCount() == currentWebViewCount - 1); in finishWebViewDestructionTest()
36 + (int)webViewCount;
41 + (int)webViewCount
48 virtual HRESULT STDMETHODCALLTYPE webViewCount(
98 HRESULT STDMETHODCALLTYPE WebKitStatistics::webViewCount( in webViewCount() function in WebKitStatistics
18132 (WebKitStatistics::webViewCount):
40 HRESULT webViewCount([out, retval] int* count);
20384 (WebKitAPITest::webViewCount): Helper function to call through to20385 IWebKitStatistics::webViewCount.