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

  /external/chromium_org/content/browser/web_contents/
web_contents_view.h 93 virtual void SetPageTitle(const base::string16& title) = 0;
web_contents_view_android.h 50 virtual void SetPageTitle(const base::string16& title) OVERRIDE;
web_contents_view_guest.h 63 virtual void SetPageTitle(const base::string16& title) OVERRIDE;
web_contents_view_mac.h 91 virtual void SetPageTitle(const base::string16& title) OVERRIDE;
web_contents_view_android.cc 73 void WebContentsViewAndroid::SetPageTitle(const base::string16& title) {
web_contents_view_aura.h 123 virtual void SetPageTitle(const base::string16& title) OVERRIDE;
web_contents_view_guest.cc 175 void WebContentsViewGuest::SetPageTitle(const base::string16& title) {
web_contents_view_aura.cc     [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 50 hs->SetPageTitle(entry.GetVirtualURL(),
history_querying_unittest.cc 156 history_->SetPageTitle(url, base::UTF8ToUTF16(entry.title));
history_backend.h 144 virtual void SetPageTitle(const GURL& url, const base::string16& title);
    [all...]
history_service.h 216 void SetPageTitle(const GURL& url, const base::string16& title);
    [all...]
history_service.cc 484 void HistoryService::SetPageTitle(const GURL& url,
487 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetPageTitle, url, title);
    [all...]
history_unittest.cc     [all...]
top_sites_impl_unittest.cc 253 history_service()->SetPageTitle(url, title);
265 history_service()->SetPageTitle(url, title);
    [all...]
history_backend_unittest.cc 721 backend_->SetPageTitle(url, base::UTF8ToUTF16("Title"));
    [all...]
history_backend.cc 844 void HistoryBackend::SetPageTitle(const GURL& url,
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc 104 MOCK_METHOD2(SetPageTitle, void(const GURL& url,
310 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).Times(0);
537 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).
572 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 169 service->SetPageTitle(url, base::ASCIIToUTF16(url.spec() + " - title"));
  /external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.cc 156 history_service->SetPageTitle(history_url, base::UTF8ToUTF16(page_title));

Completed in 1077 milliseconds