Searched refs:GetFaviconService (Results 1 - 25 of 25) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dfavicon_source.cc25 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
69 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
H A Dextension_icon_source.cc192 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
212 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS), request_handle);
/external/chromium/chrome/browser/
H A Dfavicon_helper.cc100 if (GetFaviconService()) {
114 FaviconService* FaviconHelper::GetFaviconService() { function in class:FaviconHelper
115 return tab_contents()->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS);
128 if (GetFaviconService() && ShouldSaveFavicon(url)) {
186 if (!GetFaviconService())
232 GetFaviconService()->UpdateFaviconMappingAndFetch(page_url, icon_url,
241 GetFaviconService()->GetFavicon(icon_url, icon_type, consumer, callback);
249 GetFaviconService()->GetFaviconForURL(page_url, icon_types, consumer,
258 GetFaviconService()->SetFavicon(page_url, icon_url, image_data, icon_type);
365 } else if (GetFaviconService()) {
[all...]
H A Dcustom_home_pages_table_model.cc91 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
164 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
H A Dpossible_url_model.cc162 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
190 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
H A Dfavicon_helper.h137 virtual FaviconService* GetFaviconService();
H A Djumplist_win.cc689 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
H A Dfavicon_helper_unittest.cc228 virtual FaviconService* GetFaviconService() OVERRIDE {
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler.cc240 if (GetFaviconService()) {
250 FaviconService* FaviconHandler::GetFaviconService() { function in class:FaviconHandler
291 if (GetFaviconService() && ShouldSaveFavicon(url))
350 if (!GetFaviconService())
457 GetFaviconService()->UpdateFaviconMappingsAndFetch(
466 GetFaviconService()->GetFavicon(
475 GetFaviconService()->GetFaviconForURL(
486 GetFaviconService()->SetFavicons(page_url, icon_url, icon_type, image);
558 } else if (GetFaviconService()) {
H A Dfavicon_handler.h154 virtual FaviconService* GetFaviconService();
H A Dfavicon_handler_unittest.cc294 virtual FaviconService* GetFaviconService() OVERRIDE {
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc196 profile.GetFaviconService(Profile::EXPLICIT_ACCESS)->SetFavicon(url1,
219 profile.GetFaviconService(Profile::EXPLICIT_ACCESS)->SetFavicon(url1,
H A Dbookmark_html_writer.cc441 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
H A Dbookmark_model.cc743 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS), handle);
760 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
773 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc334 virtual FaviconService* GetFaviconService(ServiceAccessType sat) { function in class:OffTheRecordProfileImpl
336 return profile_->GetFaviconService(sat);
H A Dprofile.h282 virtual FaviconService* GetFaviconService(ServiceAccessType access) = 0;
H A Dprofile_impl.h68 virtual FaviconService* GetFaviconService(ServiceAccessType sat);
H A Dprofile_impl.cc897 FaviconService* ProfileImpl::GetFaviconService(ServiceAccessType sat) { function in class:ProfileImpl
/external/chromium/android/autofill/
H A Dprofile_android.h159 virtual FaviconService* GetFaviconService(ServiceAccessType sat) { NOTREACHED(); return NULL; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/importer/
H A Dprofile_writer.cc152 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS)->
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc78 model_->template_url_model()->profile()->GetFaviconService(
/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc230 browser_->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS);
H A Dback_forward_menu_model_unittest.cc523 profile()->GetFaviconService(Profile::EXPLICIT_ACCESS)->SetFavicon(url1,
/external/chromium/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc539 profile->GetFaviconService(Profile::EXPLICIT_ACCESS);
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.cc325 tab->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS);

Completed in 1418 milliseconds