OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foo_contents
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/frame_host/
render_frame_host_manager_browsertest.cc
548
WebContents*
foo_contents
= new_shell->web_contents();
local
549
WaitForLoadStop(
foo_contents
);
551
foo_contents
->GetLastCommittedURL().path());
554
foo_contents
->GetSiteInstance());
588
foo_contents
,
599
TitleWatcher title_watcher(
foo_contents
, expected_title);
601
foo_contents
,
618
foo_contents
,
623
EXPECT_EQ(ASCIIToUTF16("msg"),
foo_contents
->GetTitle());
628
TitleWatcher title_watcher2(
foo_contents
, expected_title)
687
WebContents*
foo_contents
= new_shell->web_contents();
local
[
all
...]
Completed in 414 milliseconds