Searched defs:WebTestInterfaces (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/testing/
H A DWebTestInterfaces.h59 class WEBTESTRUNNER_EXPORT WebTestInterfaces { class in namespace:WebTestRunner
61 WebTestInterfaces();
62 ~WebTestInterfaces();
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DWebTestInterfaces.cpp31 #include "public/testing/WebTestInterfaces.h"
45 WebTestInterfaces::WebTestInterfaces() function in class:WebTestRunner::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
[all...]

Completed in 75 milliseconds