HomeSort by relevance Sort by last modified time
    Searched defs:webViewCount (Results 1 - 2 of 2) sorted by null

  /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);
  /external/webkit/Source/WebKit/win/
WebKitStatistics.cpp 38 int WebViewCount;
98 HRESULT STDMETHODCALLTYPE WebKitStatistics::webViewCount(
101 *count = WebViewCount;

Completed in 84 milliseconds