HomeSort by relevance Sort by last modified time
    Searched refs:mainWebView (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.cpp 122 TestController::shared().mainWebView()->resizeTo(w3cSVGWidth, w3cSVGHeight);
124 TestController::shared().mainWebView()->resizeTo(normalWidth, normalHeight);
151 WKInspectorShow(WKPageGetInspector(TestController::shared().mainWebView()->page()));
153 WKPageLoadURL(TestController::shared().mainWebView()->page(), m_url.get());
161 WKInspectorClose(WKPageGetInspector(TestController::shared().mainWebView()->page()));
TestController.h 52 PlatformWebView* mainWebView() { return m_mainWebView.get(); }
TestController.cpp 82 PlatformWebView* view = static_cast<TestController*>(const_cast<void*>(clientInfo))->mainWebView();
88 PlatformWebView* view = static_cast<TestController*>(const_cast<void*>(clientInfo))->mainWebView();

Completed in 48 milliseconds