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

/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_browsertest.cc552 WebContents* foo_contents = new_shell->web_contents(); local
553 WaitForLoadStop(foo_contents);
555 foo_contents->GetLastCommittedURL().path());
558 foo_contents->GetSiteInstance());
592 foo_contents,
603 TitleWatcher title_watcher(foo_contents, expected_title);
605 foo_contents,
622 foo_contents,
627 EXPECT_EQ(ASCIIToUTF16("msg"), foo_contents->GetTitle());
632 TitleWatcher title_watcher2(foo_contents, expected_titl
691 WebContents* foo_contents = new_shell->web_contents(); local
[all...]

Completed in 83 milliseconds