Searched refs:expected_title (Results 26 - 37 of 37) sorted by relevance

12

/external/chromium_org/content/browser/
H A Dsession_history_browsertest.cc101 const std::string& expected_title) {
102 string16 expected_title16(ASCIIToUTF16(expected_title));
100 NavigateAndCheckTitle(const char* filename, const std::string& expected_title) argument
/external/chromium_org/chrome/browser/extensions/
H A Dweb_view_browsertest.cc357 string16 expected_title(ASCIIToUTF16(title));
360 content::TitleWatcher title_watcher(web_contents, expected_title);
363 EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
1242 string16 expected_title(ASCIIToUTF16("PASSED"));
1244 content::TitleWatcher title_watcher(guest_web_contents, expected_title);
1246 EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt_browsertest.cc316 string16 expected_title = local
318 content::TitleWatcher title_watcher(contents, expected_title);
319 EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
367 string16 expected_title = ExpectedTitleFromAuth(username, password); local
368 content::TitleWatcher title_watcher(contents, expected_title);
369 EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_browsertest.cc283 base::string16 expected_title(base::ASCIIToUTF16("PASS"));
284 content::TitleWatcher title_watcher(web_contents, expected_title);
285 EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsynced_notification_unittest.cc182 std::string expected_title(kTitle1);
184 EXPECT_EQ(expected_title, found_title);
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_model_unittest.cc44 const std::string expected_title; member in struct:__anon4260::__anon4261
73 const std::string expected_title; member in struct:__anon4260::__anon4262
363 EXPECT_EQ(ASCIIToUTF16(url_whitespace_test_cases[i].expected_title),
422 EXPECT_EQ(ASCIIToUTF16(title_whitespace_test_cases[i].expected_title),
518 EXPECT_EQ(ASCIIToUTF16(title_whitespace_test_cases[i].expected_title),
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dapi_util.cc974 const std::string& expected_title,
983 expected_title,
986 SearchByTitle(expected_title, parent_resource_id, bound_callback);
991 const std::string& expected_title,
1019 &entries, expected_title, resource_id, parent_type);
973 EnsureTitleUniqueness(const std::string& parent_resource_id, const std::string& expected_title, const EnsureUniquenessCallback& callback) argument
989 DidListEntriesToEnsureUniqueness( const std::string& parent_resource_id, const std::string& expected_title, const EnsureUniquenessCallback& callback, google_apis::GDataErrorCode error, scoped_ptr<google_apis::ResourceList> feed) argument
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc245 string16 LocaleWindowCaptionFromPageTitle(const string16& expected_title) { argument
246 string16 page_title = WindowCaptionFromPageTitle(expected_title);
1818 string16 expected_title(ASCIIToUTF16("SUCCESS"));
1820 browser()->tab_strip_model()->GetActiveWebContents(), expected_title);
1824 ASSERT_EQ(expected_title, title_watcher.WaitAndGetTitle());
1832 string16 expected_title(ASCIIToUTF16("Disallowed"));
1834 browser()->tab_strip_model()->GetActiveWebContents(), expected_title);
1837 ASSERT_EQ(expected_title, title_watcher.WaitAndGetTitle());
H A Dbrowser_navigator_browsertest.cc1334 string16 expected_title(base::ASCIIToUTF16(kExpectedTitle));
1339 EXPECT_EQ(expected_title, title);
1350 string16 expected_title(base::ASCIIToUTF16(kExpectedTitle));
1355 EXPECT_NE(expected_title, title);
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc140 void ExpectTitle(const std::string& expected_title) const {
141 string16 expected_title16(ASCIIToUTF16(expected_title));
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc824 string16 expected_title = ASCIIToUTF16(kPassTitle); local
827 expected_title);
829 EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
2457 string16 expected_title = ASCIIToUTF16("Unloaded"); local
2460 expected_title);
2462 EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
/external/chromium/chrome/browser/
H A Dbrowser_browsertest.cc151 const std::wstring& expected_title) {
152 std::wstring page_title = WindowCaptionFromPageTitle(expected_title);
150 LocaleWindowCaptionFromPageTitle( const std::wstring& expected_title) argument

Completed in 307 milliseconds

12