Searched refs:SetPageTitle (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view.h93 virtual void SetPageTitle(const base::string16& title) = 0;
H A Dweb_contents_view_android.h50 virtual void SetPageTitle(const base::string16& title) OVERRIDE;
H A Dweb_contents_view_guest.h63 virtual void SetPageTitle(const base::string16& title) OVERRIDE;
H A Dweb_contents_view_android.cc73 void WebContentsViewAndroid::SetPageTitle(const base::string16& title) { function in class:content::WebContentsViewAndroid
H A Dweb_contents_view_mac.h88 virtual void SetPageTitle(const base::string16& title) OVERRIDE;
H A Dweb_contents_view_aura.h123 virtual void SetPageTitle(const base::string16& title) OVERRIDE;
H A Dweb_contents_view_guest.cc164 void WebContentsViewGuest::SetPageTitle(const base::string16& title) { function in class:content::WebContentsViewGuest
H A Dweb_contents_view_aura.cc1158 void WebContentsViewAura::SetPageTitle(const base::string16& title) { function in class:content::WebContentsViewAura
H A Dweb_contents_impl.cc3276 view_->SetPageTitle(final_title);
/external/chromium_org/chrome/browser/history/
H A Dhistory_tab_helper.cc50 hs->SetPageTitle(entry.GetVirtualURL(),
H A Dhistory_querying_unittest.cc159 history_->SetPageTitle(url, base::UTF8ToUTF16(entry.title));
H A Dhistory_backend.h177 virtual void SetPageTitle(const GURL& url, const base::string16& title);
H A Dhistory_service.h204 void SetPageTitle(const GURL& url, const base::string16& title);
H A Dhistory_service.cc435 void HistoryService::SetPageTitle(const GURL& url, function in class:HistoryService
439 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetPageTitle, url, title);
H A Dhistory_unittest.cc1361 history_service_->SetPageTitle(existing_url, existing_title);
1370 history_service_->SetPageTitle(nonexistent_url, nonexistent_title);
H A Dtop_sites_impl_unittest.cc296 history_service()->SetPageTitle(url, title);
308 history_service()->SetPageTitle(url, title);
H A Dhistory_backend_unittest.cc655 backend_->SetPageTitle(url, base::UTF8ToUTF16("Title"));
1002 backend_->SetPageTitle(row2.url(), base::UTF8ToUTF16(kTestUrlTitle));
H A Dhistory_backend.cc890 void HistoryBackend::SetPageTitle(const GURL& url, function in class:history::HistoryBackend
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc104 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(_, _)).
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtyped_urls_helper.cc171 service->SetPageTitle(url, base::ASCIIToUTF16(url.spec() + " - title"));
/external/chromium_org/chrome/browser/ui/webui/
H A Dbidi_checker_web_ui_test.cc156 history_service->SetPageTitle(history_url, base::UTF8ToUTF16(page_title));

Completed in 192 milliseconds