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

  /external/chromium/chrome/browser/ui/webui/
favicon_source.cc 25 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
69 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
extension_icon_source.cc 192 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
212 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS), request_handle);
  /external/chromium/chrome/browser/
favicon_helper.cc 100 if (GetFaviconService()) {
114 FaviconService* FaviconHelper::GetFaviconService() {
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...]
custom_home_pages_table_model.cc 91 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
164 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
possible_url_model.cc 162 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
190 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
favicon_helper.h 137 virtual FaviconService* GetFaviconService();
jumplist_win.cc 689 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
favicon_helper_unittest.cc 228 virtual FaviconService* GetFaviconService() OVERRIDE {
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 196 profile.GetFaviconService(Profile::EXPLICIT_ACCESS)->SetFavicon(url1,
219 profile.GetFaviconService(Profile::EXPLICIT_ACCESS)->SetFavicon(url1,
bookmark_html_writer.cc 441 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
bookmark_model.cc 743 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS), handle);
760 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
773 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/profiles/
profile.cc 334 virtual FaviconService* GetFaviconService(ServiceAccessType sat) {
336 return profile_->GetFaviconService(sat);
profile.h 282 virtual FaviconService* GetFaviconService(ServiceAccessType access) = 0;
profile_impl.h 68 virtual FaviconService* GetFaviconService(ServiceAccessType sat);
profile_impl.cc     [all...]
  /external/chromium/android/autofill/
profile_android.h 159 virtual FaviconService* GetFaviconService(ServiceAccessType sat) { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/importer/
profile_writer.cc 152 profile_->GetFaviconService(Profile::EXPLICIT_ACCESS)->
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 78 model_->template_url_model()->profile()->GetFaviconService(
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 230 browser_->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS);
back_forward_menu_model_unittest.cc 523 profile()->GetFaviconService(Profile::EXPLICIT_ACCESS)->SetFavicon(url1,
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 539 profile->GetFaviconService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/instant/
instant_loader.cc 325 tab->profile()->GetFaviconService(Profile::EXPLICIT_ACCESS);
    [all...]

Completed in 154 milliseconds