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

  /external/chromium_org/chrome/browser/ui/webui/
web_dialog_web_contents_delegate_unittest.cc 36 class TestWebContentsDelegate : public WebDialogWebContentsDelegate {
38 explicit TestWebContentsDelegate(content::BrowserContext* context)
41 virtual ~TestWebContentsDelegate() {
45 DISALLOW_COPY_AND_ASSIGN(TestWebContentsDelegate);
52 test_web_contents_delegate_.reset(new TestWebContentsDelegate(profile()));
61 scoped_ptr<TestWebContentsDelegate> test_web_contents_delegate_;
  /external/chromium_org/content/browser/devtools/
devtools_manager_unittest.cc 79 class TestWebContentsDelegate : public WebContentsDelegate {
81 TestWebContentsDelegate() : renderer_unresponsive_received_(false) {}
126 TestWebContentsDelegate delegate;
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 235 class TestWebContentsDelegate : public WebContentsDelegate {
237 explicit TestWebContentsDelegate() :
    [all...]

Completed in 136 milliseconds