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

  /external/webkit/WebKitTools/WebKitAPITest/tests/
WebViewDestruction.cpp 40 static int webViewCount()
46 if (FAILED(statistics->webViewCount(&count)))
87 int currentWebViewCount = webViewCount();
92 TEST_ASSERT(webViewCount() == currentWebViewCount - 1);
  /external/webkit/WebKit/win/
WebKitStatistics.cpp 38 int WebViewCount;
98 HRESULT STDMETHODCALLTYPE WebKitStatistics::webViewCount(
101 *count = WebViewCount;

Completed in 15 milliseconds