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

  /external/chromium_org/content/public/test/
web_contents_tester.cc 20 return static_cast<TestWebContents*>(contents);
27 return TestWebContents::Create(browser_context, instance);
test_renderer_host.cc 152 return TestWebContents::Create(browser_context_.get(), instance);
156 static_cast<TestWebContents*>(web_contents())->NavigateAndCommit(url);
  /external/chromium_org/content/test/
test_web_contents.cc 27 TestWebContents::TestWebContents(BrowserContext* browser_context)
36 TestWebContents* TestWebContents::Create(BrowserContext* browser_context,
38 TestWebContents* test_web_contents = new TestWebContents(browser_context);
43 TestWebContents::~TestWebContents() {
47 TestRenderFrameHost* TestWebContents::GetMainFrame() {
51 TestRenderViewHost* TestWebContents::GetRenderViewHost() const
    [all...]
test_web_contents.h 25 class TestWebContents : public WebContentsImpl, public WebContentsTester {
27 virtual ~TestWebContents();
29 static TestWebContents* Create(BrowserContext* browser_context,
67 // Returns a clone of this TestWebContents. The returned object is also a
68 // TestWebContents. The caller owns the returned object.
78 void SetOpener(TestWebContents* opener);
81 void AddPendingContents(TestWebContents* contents);
103 explicit TestWebContents(BrowserContext* browser_context);
test_render_view_host.cc 399 TestWebContents* RenderViewHostImplTestHarness::contents() {
400 return static_cast<TestWebContents*>(web_contents());
test_render_view_host.h 39 class TestWebContents;
181 // TODO(brettw) this should use a TestWebContents which should be generalized
371 // contents() is equivalent to static_cast<TestWebContents*>(web_contents())
372 TestWebContents* contents();
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 414 scoped_ptr<TestWebContents> contents2(
415 TestWebContents::Create(browser_context(), NULL));
636 scoped_ptr<TestWebContents> opener1(
637 TestWebContents::Create(browser_context(), instance1));
640 scoped_ptr<TestWebContents> opener2(
641 TestWebContents::Create(browser_context(), instance1));
709 TestWebContents* web_contents =
710 TestWebContents::Create(browser_context(), ntp_rfh->GetSiteInstance());
758 // Because we're using TestWebContents and TestRenderViewHost in this
786 scoped_ptr<TestWebContents> web_contents
    [all...]
render_frame_host_manager.h 44 class TestWebContents;
336 friend class TestWebContents;
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 112 scoped_ptr<TestWebContents> new_web_contents(
113 TestWebContents::Create(browser_context(), rvh()->GetSiteInstance()));
150 TestWebContents* web_contents = contents();
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 620 scoped_ptr<TestWebContents> contents2(
621 TestWebContents::Create(browser_context(), instance1));
    [all...]
web_contents_impl.h 67 class TestWebContents;
    [all...]
  /external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc     [all...]
  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device_unittest.cc 550 TestWebContents::Create(browser_context_.get(), site_instance.get()));

Completed in 480 milliseconds