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

  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.cc 106 void NativeTabContentsViewWin::SetPageTitle(const std::wstring& title) {
tab_contents_view_gtk.cc 238 void TabContentsViewGtk::SetPageTitle(const std::wstring& title) {
tab_contents_view_touch.cc 129 void TabContentsViewTouch::SetPageTitle(const std::wstring& title) {
tab_contents_view_views.cc 114 void TabContentsViewViews::SetPageTitle(const std::wstring& title) {
115 native_tab_contents_view_->SetPageTitle(title);
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 196 void TabContentsViewGtk::SetPageTitle(const std::wstring& title) {
  /external/chromium/chrome/browser/history/
history.cc 368 void HistoryService::SetPageTitle(const GURL& url,
370 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetPageTitle, url, title);
history_backend.cc 813 void HistoryBackend::SetPageTitle(const GURL& url,
    [all...]
  /external/webkit/Source/WebKit/wx/
WebView.h 190 void SetPageTitle(const wxString& title) { m_title = title; }

Completed in 478 milliseconds