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

  /external/chromium_org/tools/perf/metrics/
startup_metric.py 66 tab_title = t.EvaluateJavaScript('document.title')
67 print "Page: ", tab_title, " didn't finish loading."
  /external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.cc 90 base::string16 tab_title = web_contents->GetTitle();
92 if (tab_title.empty()) {
94 tab_title = GetSecurityOrigin(web_contents);
101 if (tab_title == net::FormatUrl(web_contents->GetURL(), languages))
102 tab_title = GetSecurityOrigin(web_contents);
105 return tab_title;
  /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_org/chrome/test/functional/
stress.py 407 tab_title = self.GetActiveTabTitle(window_index) # get the page title
410 self._AddToListAndBookmark(tab_title, url) # first run bookmark the url
412 elif self._DuplicateBookmarks(tab_title):
413 self._RemoveFromListAndBookmarkBar(tab_title)
415 elif tab_title == 'New Tab': # new tab page pass over
419 self._AddToListAndBookmark(tab_title, url)
  /external/chromium_org/chrome/browser/task_manager/
tab_contents_resource_provider.cc 125 base::string16 tab_title = util::GetTitleFromWebContents(web_contents_); local
142 return l10n_util::GetStringFUTF16(message_id, 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...]
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 382 base::string16 tab_title; local
383 ASSERT_TRUE(ui_test_utils::GetCurrentTabTitle(browser(), &tab_title));
384 EXPECT_EQ(ASCIIToUTF16("title1.html"), tab_title);
403 base::string16 tab_title; local
404 ASSERT_TRUE(ui_test_utils::GetCurrentTabTitle(browser(), &tab_title));
405 EXPECT_EQ(test_title, tab_title);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc 1388 base::string16 tab_title = current_tab->GetTitle(); local
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 2127 base::string16 tab_title = model->GetResourceTitle(i); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 271 mTabContent = inflater.inflate(R.layout.tab_title, this, true);

Completed in 1009 milliseconds