HomeSort by relevance Sort by last modified time
    Searched refs:test_interfaces_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc 52 test_interfaces_->SetDelegate(delegate);
58 test_interfaces_->SetWebView(view->GetWebView(), test_runner->proxy());
75 test_interfaces_.reset(new WebTestInterfaces);
76 test_interfaces_->ResetAll();
80 test_interfaces_.reset();
shell_render_process_observer.h 45 return test_interfaces_.get();
57 scoped_ptr<WebTestInterfaces> test_interfaces_; member in class:content::ShellRenderProcessObserver
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.cc 343 : test_interfaces_(NULL),
356 test_interfaces_->WindowClosed(this);
360 test_interfaces_ = interfaces->GetTestInterfaces();
361 test_interfaces_->WindowOpened(this);
417 test_interfaces_->GetTestRunner()->shouldDumpAsCustomText();
419 test_interfaces_->GetTestRunner()->shouldDumpAsText();
421 test_interfaces_->GetTestRunner()->shouldDumpAsMarkup();
422 bool should_dump_as_printed = test_interfaces_->GetTestRunner()->isPrinting();
427 data_utf8 = test_interfaces_->GetTestRunner()->customDumpText() + "\n";
430 test_interfaces_->GetTestRunner()->shouldDumpChildFramesAsText()
    [all...]
web_frame_test_proxy.h 172 return !base_proxy_->test_interfaces_->GetTestRunner()
test_runner.h 756 TestInterfaces* test_interfaces_; member in class:content::TestRunner
web_test_proxy.h 258 TestInterfaces* test_interfaces_; member in class:content::WebTestProxyBase
test_runner.cc     [all...]

Completed in 60 milliseconds