Searched refs:google_rfh (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc1033 TestRenderFrameHost* google_rfh = contents()->GetPendingMainFrame(); local
1043 google_rfh, 1, url2, ui::PAGE_TRANSITION_TYPED);
1048 EXPECT_EQ(google_rfh, contents()->GetMainFrame());
1054 EXPECT_FALSE(google_rfh->GetRenderViewHost()->GetEnabledBindings() &
1063 google_rfh, 2, url3, ui::PAGE_TRANSITION_TYPED);
1068 EXPECT_EQ(google_rfh, contents()->GetMainFrame());
1088 google_rfh->GetRenderViewHost()->is_waiting_for_beforeunload_ack());
1090 google_rfh->OnMessageReceived(
1094 contents()->TestDidNavigate(google_rfh, 1, url2, ui::PAGE_TRANSITION_TYPED);
1099 EXPECT_EQ(google_rfh, content
[all...]

Completed in 973 milliseconds