Searched defs:TestDidNavigate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/test/
H A Dtest_web_contents.cc61 void TestWebContents::TestDidNavigate(RenderFrameHost* render_frame_host, function in class:content::TestWebContents
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc158 void TestDidNavigate(int page_id, const GURL& url) { function in class:content::__anon7462::TestInterstitialPage
444 contents()->TestDidNavigate(orig_rfh, 1, url, ui::PAGE_TRANSITION_TYPED);
479 contents()->TestDidNavigate(orig_rfh, 1, url, ui::PAGE_TRANSITION_TYPED);
509 contents()->TestDidNavigate(
544 contents()->TestDidNavigate(goback_rfh, 1, url2, ui::PAGE_TRANSITION_TYPED);
573 contents()->TestDidNavigate(orig_rfh, 1, url, ui::PAGE_TRANSITION_TYPED);
593 contents()->TestDidNavigate(new_rfh, 1, url2, ui::PAGE_TRANSITION_TYPED);
617 contents()->TestDidNavigate(orig_rfh, 1, url, ui::PAGE_TRANSITION_TYPED);
627 contents2->TestDidNavigate(
636 contents()->TestDidNavigate(
[all...]

Completed in 3154 milliseconds