HomeSort by relevance Sort by last modified time
    Searched refs:SetPageTitle (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view.h 43 virtual void SetPageTitle(const std::wstring& title) = 0;
native_tab_contents_view_win.h 36 virtual void SetPageTitle(const std::wstring& title) OVERRIDE;
tab_contents_view_gtk.h 58 virtual void SetPageTitle(const std::wstring& title);
tab_contents_view_touch.h 54 virtual void SetPageTitle(const std::wstring& title) OVERRIDE;
tab_contents_view_views.h 51 virtual void SetPageTitle(const std::wstring& title) OVERRIDE;
tab_contents_view_views.cc 114 void TabContentsViewViews::SetPageTitle(const std::wstring& title) {
115 native_tab_contents_view_->SetPageTitle(title);
native_tab_contents_view_win.cc 106 void NativeTabContentsViewWin::SetPageTitle(const std::wstring& title) {
tab_contents_view_touch.cc 129 void TabContentsViewTouch::SetPageTitle(const std::wstring& title) {
tab_contents_view_gtk.cc 238 void TabContentsViewGtk::SetPageTitle(const std::wstring& title) {
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h 55 virtual void SetPageTitle(const std::wstring& title);
tab_contents_view_mac.h 63 virtual void SetPageTitle(const std::wstring& title);
tab_contents_view_gtk.cc 196 void TabContentsViewGtk::SetPageTitle(const std::wstring& title) {
  /external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 87 MOCK_METHOD2(SetPageTitle, void(const GURL& url, const string16& title));
244 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).Times(0);
410 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider_unittest.cc 81 history_service->SetPageTitle(url, UTF8ToUTF16(test_entries[i].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.h 124 virtual void SetPageTitle(const GURL& url, const string16& title);
history_querying_unittest.cc 114 history_->SetPageTitle(url, UTF8ToUTF16(test_entries[i].title));
history.h 227 void SetPageTitle(const GURL& url, const string16& title);
    [all...]
history_unittest.cc 582 history->SetPageTitle(existing_url, existing_title);
591 history->SetPageTitle(nonexistent_url, nonexistent_title);
top_sites_unittest.cc 246 history_service()->SetPageTitle(url, title);
257 history_service()->SetPageTitle(url, title);
    [all...]
history_backend.cc 813 void HistoryBackend::SetPageTitle(const GURL& url,
    [all...]
  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.cc 292 history_backend_->SetPageTitle(title->first, title->second);
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 244 m_webView->SetPageTitle(title.m_string());
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 302 m_webView->SetPageTitle(title.string());
  /external/webkit/Source/WebKit/wx/
WebView.h 190 void SetPageTitle(const wxString& title) { m_title = title; }

Completed in 314 milliseconds

1 2