Searched refs:TestWebContentsDelegate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dweb_dialog_web_contents_delegate_unittest.cc36 class TestWebContentsDelegate : public WebDialogWebContentsDelegate { class in namespace:__anon5586
38 explicit TestWebContentsDelegate(content::BrowserContext* context) function in class:__anon5586::TestWebContentsDelegate
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/
H A Ddevtools_manager_unittest.cc79 class TestWebContentsDelegate : public WebContentsDelegate { class in namespace:content::__anon7056
81 TestWebContentsDelegate() : renderer_unresponsive_received_(false) {} function in class:content::__anon7056::TestWebContentsDelegate
126 TestWebContentsDelegate delegate;
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc235 class TestWebContentsDelegate : public WebContentsDelegate { class in namespace:content
237 explicit TestWebContentsDelegate() : function in class:content::TestWebContentsDelegate
922 scoped_ptr<TestWebContentsDelegate> delegate(new TestWebContentsDelegate());
962 scoped_ptr<TestWebContentsDelegate> delegate(new TestWebContentsDelegate());
1021 scoped_ptr<TestWebContentsDelegate> delegate(new TestWebContentsDelegate());
4355 scoped_ptr<TestWebContentsDelegate> delegate(new TestWebContentsDelegate());
[all...]

Completed in 242 milliseconds