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 59 class WEBTESTRUNNER_EXPORT WebTestInterfaces {
61 WebTestInterfaces();
62 ~WebTestInterfaces();
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestInterfaces.cpp 31 #include "public/testing/WebTestInterfaces.h"
45 WebTestInterfaces::WebTestInterfaces()
50 WebTestInterfaces::~WebTestInterfaces()
54 void WebTestInterfaces::setWebView(WebView* webView, WebTestProxyBase* proxy)
59 void WebTestInterfaces::setDelegate(WebTestDelegate* delegate)
64 void WebTestInterfaces::bindTo(WebFrame* frame)
69 void WebTestInterfaces::resetAll()
74 void WebTestInterfaces::setTestIsRunning(bool running
    [all...]

Completed in 29 milliseconds