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 88 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 164 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 159 history_->SetPageTitle(url, base::UTF8ToUTF16(entry.title));
history_backend.h 177 virtual void SetPageTitle(const GURL& url, const base::string16& title);
    [all...]
history_service.h 204 void SetPageTitle(const GURL& url, const base::string16& title);
    [all...]
history_service.cc 435 void HistoryService::SetPageTitle(const GURL& url,
439 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetPageTitle, url, title);
    [all...]
history_unittest.cc     [all...]
top_sites_impl_unittest.cc 296 history_service()->SetPageTitle(url, title);
308 history_service()->SetPageTitle(url, title);
    [all...]
history_backend_unittest.cc 655 backend_->SetPageTitle(url, base::UTF8ToUTF16("Title"));
    [all...]
history_backend.cc 890 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,
322 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).Times(0);
549 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).
584 EXPECT_CALL((*history_backend_.get()), SetPageTitle(_, _)).
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
typed_urls_helper.cc 171 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 516 milliseconds