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

/external/chromium_org/chrome/browser/media/
H A Dmedia_browsertest.cc59 content::TitleWatcher title_watcher(
62 AddWaitForTitles(&title_watcher);
65 return title_watcher.WaitAndGetTitle();
68 void MediaBrowserTest::AddWaitForTitles(content::TitleWatcher* title_watcher) { argument
69 title_watcher->AlsoWaitForTitle(ASCIIToUTF16(kEnded));
70 title_watcher->AlsoWaitForTitle(ASCIIToUTF16(kError));
71 title_watcher->AlsoWaitForTitle(ASCIIToUTF16(kFailed));
/external/chromium_org/chrome/browser/
H A Dreferrer_policy_browsertest.cc93 content::TitleWatcher* title_watcher) {
94 title_watcher->AlsoWaitForTitle(
96 title_watcher->AlsoWaitForTitle(
98 title_watcher->AlsoWaitForTitle(
147 content::TitleWatcher title_watcher(tab, expected_title);
150 AddAllPossibleTitles(start_url, &title_watcher);
173 EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
388 scoped_ptr<content::TitleWatcher> title_watcher(
392 AddAllPossibleTitles(start_url, title_watcher.get());
396 EXPECT_EQ(expected_title, title_watcher
92 AddAllPossibleTitles(const GURL& url, content::TitleWatcher* title_watcher) argument
[all...]
/external/chromium_org/content/browser/media/
H A Dmedia_browsertest.cc64 TitleWatcher title_watcher(shell()->web_contents(), expected_title);
65 AddWaitForTitles(&title_watcher);
68 base::string16 final_title = title_watcher.WaitAndGetTitle();
72 void MediaBrowserTest::AddWaitForTitles(content::TitleWatcher* title_watcher) { argument
73 title_watcher->AlsoWaitForTitle(ASCIIToUTF16(kEnded));
74 title_watcher->AlsoWaitForTitle(ASCIIToUTF16(kError));
75 title_watcher->AlsoWaitForTitle(ASCIIToUTF16(kFailed));

Completed in 126 milliseconds