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

  /external/chromium_org/content/public/test/
web_contents_tester.h 65 virtual RenderFrameHost* GetPendingMainFrame() const = 0;
test_renderer_host.cc 121 return WebContentsTester::For(web_contents())->GetPendingMainFrame();
  /external/chromium_org/content/test/
test_web_contents.h 38 virtual TestRenderFrameHost* GetPendingMainFrame() const OVERRIDE;
test_web_contents.cc 56 TestRenderFrameHost* TestWebContents::GetPendingMainFrame() const {
148 TestRenderFrameHost* rfh = GetPendingMainFrame();
168 if (!GetPendingMainFrame())
test_render_view_host.cc 386 return contents()->GetPendingMainFrame() ?
387 contents()->GetPendingMainFrame()->GetRenderViewHost() :
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 368 TestRenderFrameHost* dest_rfh = contents()->GetPendingMainFrame();
411 EXPECT_FALSE(contents()->GetPendingMainFrame());
431 TestRenderFrameHost* dest_rfh2 = contents2->GetPendingMainFrame();
447 EXPECT_FALSE(contents()->GetPendingMainFrame());
452 contents2->GetPendingMainFrame()->SendNavigate(102, kChromeUrl);
748 ASSERT_TRUE(contents()->GetPendingMainFrame())
750 RenderFrameHost* last_rfh = contents()->GetPendingMainFrame();
753 contents()->GetPendingMainFrame()->SendNavigate(new_id, kUrl);
768 EXPECT_FALSE(contents()->GetPendingMainFrame());
    [all...]
navigation_controller_impl_unittest.cc 422 contents()->GetPendingMainFrame()->SendNavigate(1, url2);
761 contents()->GetPendingMainFrame()->SendNavigate(3, kNewURL);
839 TestRenderFrameHost* foo_rfh = contents()->GetPendingMainFrame();
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 429 EXPECT_TRUE(contents()->GetPendingMainFrame() == NULL);
498 TestRenderFrameHost* pending_rfh = contents()->GetPendingMainFrame();
524 EXPECT_TRUE(contents()->GetPendingMainFrame() == NULL);
534 TestRenderFrameHost* goback_rfh = contents()->GetPendingMainFrame();
588 EXPECT_TRUE(contents()->GetPendingMainFrame() == NULL);
599 EXPECT_TRUE(contents()->GetPendingMainFrame() == NULL);
635 TestRenderFrameHost* pending_rfh_a = contents()->GetPendingMainFrame();
648 TestRenderFrameHost* pending_rfh_b = contents2->GetPendingMainFrame();
702 EXPECT_FALSE(contents()->GetPendingMainFrame());
723 TestRenderFrameHost* pending_rfh = contents()->GetPendingMainFrame();
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 138 WebContentsTester::For(web_contents())->GetPendingMainFrame() :
browser_feature_extractor_unittest.cc 138 WebContentsTester::For(web_contents())->GetPendingMainFrame();

Completed in 364 milliseconds