HomeSort by relevance Sort by last modified time
    Searched refs:TestWebContents (Results 1 - 13 of 13) 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 95 return static_cast<TestWebContents*>(web_contents())->
131 return TestWebContents::Create(browser_context_.get(), instance);
135 static_cast<TestWebContents*>(web_contents())->NavigateAndCommit(url);
  /external/chromium_org/content/test/
test_web_contents.cc 25 TestWebContents::TestWebContents(BrowserContext* browser_context)
35 TestWebContents* TestWebContents::Create(BrowserContext* browser_context,
37 TestWebContents* test_web_contents = new TestWebContents(browser_context);
42 TestWebContents::~TestWebContents() {
46 RenderViewHost* TestWebContents::GetPendingRenderViewHost() const {
50 TestRenderViewHost* TestWebContents::pending_test_rvh() const
    [all...]
test_web_contents.h 23 class TestWebContents : public WebContentsImpl, public WebContentsTester {
25 virtual ~TestWebContents();
27 static TestWebContents* Create(BrowserContext* browser_context,
63 // Returns a clone of this TestWebContents. The returned object is also a
64 // TestWebContents. The caller owns the returned object.
77 void SetOpener(TestWebContents* opener);
80 void AddPendingContents(TestWebContents* contents);
104 explicit TestWebContents(BrowserContext* browser_context);
  /external/chromium_org/content/browser/web_contents/
render_view_host_manager_unittest.cc 181 scoped_ptr<TestWebContents> contents2(
182 TestWebContents::Create(browser_context(), NULL));
399 scoped_ptr<TestWebContents> opener1(
400 TestWebContents::Create(browser_context(), instance1));
403 scoped_ptr<TestWebContents> opener2(
404 TestWebContents::Create(browser_context(), instance1));
469 TestWebContents* web_contents =
470 TestWebContents::Create(browser_context(), ntp_rvh->GetSiteInstance());
516 // Because we're using TestWebContents and TestRenderViewHost in this
543 scoped_ptr<TestWebContents> web_contents
    [all...]
render_view_host_manager.h 30 class TestWebContents;
238 friend class TestWebContents;
web_contents_impl_unittest.cc 562 scoped_ptr<TestWebContents> contents2(
563 TestWebContents::Create(browser_context(), instance1));
742 scoped_ptr<TestWebContents> contents2(
743 TestWebContents::Create(browser_context(), instance1));
    [all...]
navigation_controller_impl_unittest.cc     [all...]
web_contents_impl.h 59 class TestWebContents;
529 // TODO(brettw) TestWebContents shouldn't exist!
530 friend class TestWebContents;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 110 scoped_ptr<TestWebContents> new_web_contents(
111 TestWebContents::Create(browser_context(), rvh()->GetSiteInstance()));
155 TestWebContents* web_contents = contents();
test_render_view_host.h 36 class TestWebContents;
198 // TODO(brettw) this should use a TestWebContents which should be generalized
375 TestWebContents* contents();
test_render_view_host.cc 424 TestWebContents* RenderViewHostImplTestHarness::contents() {
425 return static_cast<TestWebContents*>(web_contents());
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device_unittest.cc 452 TestWebContents::Create(browser_context_.get(), site_instance.get()));

Completed in 2292 milliseconds