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

/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui_uitest.cc31 string16 expected_title = l10n_util::GetStringUTF16(IDS_SETTINGS_TITLE); local
34 ASSERT_FALSE(WideToUTF16Hack(title).find(expected_title) == string16::npos);
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_ui_uitest.cc29 string16 expected_title = local
31 ASSERT_EQ(expected_title, WideToUTF16Hack(title));
/external/chromium/chrome/browser/
H A Dunload_uitest.cc106 void CheckTitle(const std::wstring& expected_title) { argument
110 if (expected_title == GetActiveTabTitle())
115 EXPECT_EQ(expected_title, GetActiveTabTitle());
119 const std::wstring& expected_title) {
121 CheckTitle(expected_title);
148 const std::wstring& expected_title = L"") {
151 NavigateToDataURL(html_content, expected_title);
118 NavigateToDataURL(const std::string& html_content, const std::wstring& expected_title) argument
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 61 milliseconds