Searched defs:orig_rfh (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_browsertest.cc413 RenderFrameHost* orig_rfh = shell()->web_contents()->GetMainFrame(); local
421 EXPECT_NE(observer.last_rfh(), orig_rfh);
H A Dweb_contents_impl_unittest.cc427 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
436 EXPECT_EQ(instance1, orig_rfh->GetSiteInstance());
444 contents()->TestDidNavigate(orig_rfh, 1, url, ui::PAGE_TRANSITION_TYPED);
446 EXPECT_EQ(orig_rfh, contents()->GetMainFrame());
447 EXPECT_EQ(instance1, orig_rfh->GetSiteInstance());
470 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
472 orig_rfh->GetRenderViewHost()->set_delete_counter(&orig_rvh_delete_count);
479 contents()->TestDidNavigate(orig_rfh, 1, url, ui::PAGE_TRANSITION_TYPED);
481 // Keep the number of active views in orig_rfh's SiteInstance non-zero so that
482 // orig_rfh does
563 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
610 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
672 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
764 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
808 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
847 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
876 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
925 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
977 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
1115 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
1156 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
1185 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
1230 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
1267 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
1303 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
1344 TestRenderFrameHost* const orig_rfh = contents()->GetMainFrame(); local
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl_unittest.cc1091 TestRenderFrameHost* orig_rfh = contents()->GetMainFrame(); local
1092 orig_rfh->SendNavigate(0, url1);
1099 // that orig_rfh belongs to, to prevent it from being destroyed when
1100 // it gets swapped out, so that we can reuse orig_rfh when the
1102 static_cast<SiteInstanceImpl*>(orig_rfh->GetSiteInstance())->
1110 orig_rfh->GetRenderViewHost()->SendBeforeUnloadACK(true);
1125 orig_rfh->SendNavigate(0, url1);

Completed in 84 milliseconds