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 87 // WebTestProxyBase is the "brain" of WebTestProxy in the sense that
88 // WebTestProxy does the bridge between RenderViewImpl and WebTestProxyBase and
90 // WebTestProxyBase that implements the expected behavior.
92 class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
145 WebTestProxyBase();
146 ~WebTestProxyBase();
276 DISALLOW_COPY_AND_ASSIGN(WebTestProxyBase);
285 // WebTestProxyBase, that means that there is no logic living in this class
290 // fooClient() call and have WebTestProxyBase return the mock implementation.
292 // override RenderViewImpl's getter and call a getter from WebTestProxyBase
    [all...]
web_test_proxy.cc 53 class HostMethodTask : public WebMethodTask<WebTestProxyBase> {
55 typedef void (WebTestProxyBase::*CallbackMethodType)();
56 HostMethodTask(WebTestProxyBase* object, CallbackMethodType callback)
57 : WebMethodTask<WebTestProxyBase>(object), callback_(callback) {}
303 const std::vector<WebTestProxyBase*>& window_list = interfaces->windowList();
310 WebTestProxyBase::WebTestProxyBase()
319 WebTestProxyBase::~WebTestProxyBase() {
323 void WebTestProxyBase::SetInterfaces(WebTestInterfaces* interfaces)
    [all...]

Completed in 342 milliseconds