HomeSort by relevance Sort by last modified time
    Searched defs:tab_title (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/history/
redirect_uitest.cc 317 std::wstring tab_title; local
324 ASSERT_TRUE(tab_proxy->GetTabTitle(&tab_title));
325 if (tab_title == final_url_title) {
333 EXPECT_EQ(final_url_title, tab_title);
  /external/chromium/chrome/browser/
browser_browsertest.cc 188 string16 tab_title; local
189 ASSERT_TRUE(ui_test_utils::GetCurrentTabTitle(browser(), &tab_title));
190 EXPECT_EQ(ASCIIToUTF16("title1.html"), tab_title);
202 string16 tab_title; local
203 ASSERT_TRUE(ui_test_utils::GetCurrentTabTitle(browser(), &tab_title));
204 EXPECT_EQ(WideToUTF16(test_title), tab_title); local
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.cc 177 string16 tab_title = tab_contents_->tab_contents()->GetTitle(); local
178 if (tab_title.empty()) {
179 tab_title = UTF8ToUTF16(tab_contents_->tab_contents()->GetURL().spec());
181 tab_title = base::i18n::GetDisplayStringInLTRDirectionality(tab_title);
183 // Since the tab_title will be concatenated with
184 // IDS_TASK_MANAGER_TAB_PREFIX, we need to explicitly set the tab_title to
192 base::i18n::AdjustStringForLocaleDirection(&tab_title);
202 return l10n_util::GetStringFUTF16(message_id, tab_title);
    [all...]

Completed in 50 milliseconds