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

  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.h 91 // WebTestProxyBase is the "brain" of WebTestProxy in the sense that
92 // WebTestProxy does the bridge between RenderViewImpl and WebTestProxyBase and
94 // WebTestProxyBase that implements the expected behavior.
96 class WebTestProxyBase {
149 WebTestProxyBase();
150 ~WebTestProxyBase();
282 DISALLOW_COPY_AND_ASSIGN(WebTestProxyBase);
291 // WebTestProxyBase, that means that there is no logic living in this class
296 // fooClient() call and have WebTestProxyBase return the mock implementation.
298 // override RenderViewImpl's getter and call a getter from WebTestProxyBase
    [all...]
web_test_proxy.cc 84 class HostMethodTask : public WebMethodTask<WebTestProxyBase> {
86 typedef void (WebTestProxyBase::*CallbackMethodType)();
87 HostMethodTask(WebTestProxyBase* object, CallbackMethodType callback)
88 : WebMethodTask<WebTestProxyBase>(object), callback_(callback) {}
334 const std::vector<WebTestProxyBase*>& window_list =
342 WebTestProxyBase::WebTestProxyBase()
355 WebTestProxyBase::~WebTestProxyBase() {
359 void WebTestProxyBase::SetInterfaces(WebTestInterfaces* interfaces)
    [all...]

Completed in 182 milliseconds