Home
last modified time | relevance | path

Searched defs:SetPageTitle (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dnative_tab_contents_view_win.cc106 void NativeTabContentsViewWin::SetPageTitle(const std::wstring& title) { in SetPageTitle() function in NativeTabContentsViewWin
Dtab_contents_view_views.cc114 void TabContentsViewViews::SetPageTitle(const std::wstring& title) { in SetPageTitle() function in TabContentsViewViews
Dtab_contents_view_touch.cc129 void TabContentsViewTouch::SetPageTitle(const std::wstring& title) { in SetPageTitle() function in TabContentsViewTouch
Dtab_contents_view_gtk.cc238 void TabContentsViewGtk::SetPageTitle(const std::wstring& title) { in SetPageTitle() function in TabContentsViewGtk
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_mac.mm175 void TabContentsViewMac::SetPageTitle(const std::wstring& title) { function
Dtab_contents_view_gtk.cc196 void TabContentsViewGtk::SetPageTitle(const std::wstring& title) { in SetPageTitle() function in TabContentsViewGtk
/external/chromium/chrome/browser/history/
Dhistory.cc368 void HistoryService::SetPageTitle(const GURL& url, in SetPageTitle() function in HistoryService
Dhistory_backend.cc813 void HistoryBackend::SetPageTitle(const GURL& url, in SetPageTitle() function in history::HistoryBackend
/external/webkit/Source/WebKit/wx/
DWebView.h190 void SetPageTitle(const wxString& title) { m_title = title; } in SetPageTitle() function