Searched refs:GetWindowTitleForCurrentTab (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_browser_view.cc132 return browser()->GetWindowTitleForCurrentTab();
/external/chromium/chrome/browser/
H A Dbrowser_browsertest.cc187 UTF16ToWideHack(browser()->GetWindowTitleForCurrentTab()));
201 UTF16ToWideHack(browser()->GetWindowTitleForCurrentTab()));
/external/chromium/chrome/browser/ui/
H A Dbrowser.h306 string16 GetWindowTitleForCurrentTab() const;
H A Dbrowser.cc832 string16 Browser::GetWindowTitleForCurrentTab() const { function in class:Browser
836 // |contents| can be NULL because GetWindowTitleForCurrentTab is called by the
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_titlebar.cc544 string16 title = browser_window_->browser()->GetWindowTitleForCurrentTab();
H A Dbrowser_window_gtk.cc733 string16 title = browser_->GetWindowTitleForCurrentTab();
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1405 return UTF16ToWideHack(browser_->GetWindowTitleForCurrentTab());

Completed in 159 milliseconds