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

/external/chromium_org/chrome/browser/media/
H A Dmedia_browsertest.cc57 content::TitleWatcher title_watcher(
60 AddWaitForTitles(&title_watcher);
62 base::string16 result = title_watcher.WaitAndGetTitle();
66 void MediaBrowserTest::AddWaitForTitles(content::TitleWatcher* title_watcher) { argument
67 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kEnded));
68 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kError));
69 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kFailed));
70 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kPluginCrashed));
/external/chromium_org/content/browser/media/
H A Dmedia_browsertest.cc55 TitleWatcher title_watcher(shell()->web_contents(),
57 AddWaitForTitles(&title_watcher);
59 base::string16 result = title_watcher.WaitAndGetTitle();
63 void MediaBrowserTest::AddWaitForTitles(content::TitleWatcher* title_watcher) { argument
64 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kEnded));
65 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kError));
66 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kFailed));
/external/chromium_org/chrome/browser/
H A Dreferrer_policy_browsertest.cc84 content::TitleWatcher* title_watcher) {
85 title_watcher->AlsoWaitForTitle(
87 title_watcher->AlsoWaitForTitle(
89 title_watcher->AlsoWaitForTitle(
171 content::TitleWatcher title_watcher(tab, expected_title);
174 AddAllPossibleTitles(start_url, &title_watcher);
191 EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
519 scoped_ptr<content::TitleWatcher> title_watcher(
523 AddAllPossibleTitles(start_url, title_watcher.get());
527 EXPECT_EQ(expected_title, title_watcher
83 AddAllPossibleTitles(const GURL& url, content::TitleWatcher* title_watcher) argument
[all...]

Completed in 239 milliseconds