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

  /external/chromium_org/third_party/WebKit/public/testing/
WebTestInterfaces.h 58 class WEBTESTRUNNER_EXPORT WebTestInterfaces {
60 WebTestInterfaces();
61 ~WebTestInterfaces();
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestInterfaces.cpp 31 #include "public/testing/WebTestInterfaces.h"
44 WebTestInterfaces::WebTestInterfaces()
49 WebTestInterfaces::~WebTestInterfaces()
53 void WebTestInterfaces::setWebView(WebView* webView, WebTestProxyBase* proxy)
58 void WebTestInterfaces::setDelegate(WebTestDelegate* delegate)
63 void WebTestInterfaces::bindTo(WebFrame* frame)
68 void WebTestInterfaces::resetAll()
73 void WebTestInterfaces::setTestIsRunning(bool running
    [all...]

Completed in 192 milliseconds