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

  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 10 #include "chrome/browser/favicon/favicon_service.h"
143 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
145 if (favicon_service && favicon_service->WasUnableToDownloadFavicon(url)) {
211 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
213 if (favicon_service) {
214 favicon_service->SetFaviconOutOfDateForPage(url);
216 favicon_service->ClearUnableToDownloadFavicons();
274 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
276 if (favicon_service)
    [all...]
favicon_handler_unittest.cc 7 #include "chrome/browser/favicon/favicon_service.h"
1430 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
    [all...]
  /external/chromium_org/chrome/browser/ui/android/
navigation_popup.cc 11 #include "chrome/browser/favicon/favicon_service.h"
44 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
46 if (!favicon_service)
51 favicon_service->GetFaviconImageForPageURL(
  /external/chromium_org/chrome/browser/android/
favicon_helper.cc 16 #include "chrome/browser/favicon/favicon_service.h"
113 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
115 DCHECK(favicon_service);
116 if (!favicon_service)
131 favicon_service->GetFaviconImageForPageURL(
151 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
153 DCHECK(favicon_service);
154 if (!favicon_service)
167 favicon_service->GetLargestRawFaviconForPageURL(
shortcut_helper.cc 17 #include "chrome/browser/favicon/favicon_service.h"
81 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
87 favicon_service->GetLargestRawFaviconForPageURL(profile, url_, icon_types,
  /external/chromium_org/chrome/browser/ui/webui/
favicon_source.cc 65 FaviconService* favicon_service = local
67 if (!favicon_service) {
84 favicon_service->GetRawFavicon(
110 favicon_service->GetRawFaviconForPageURL(
  /external/chromium_org/chrome/browser/ui/webui/ntp/
favicon_webui_handler.cc 15 #include "chrome/browser/favicon/favicon_service.h"
94 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
96 if (!favicon_service || path.empty())
114 favicon_service->GetRawFaviconForPageURL(
app_launcher_handler.cc 691 FaviconService* favicon_service = local
693 if (!favicon_service) {
703 favicon_service->GetFaviconImageForPageURL(
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 80 FaviconService* favicon_service);
137 FaviconService* favicon_service);
sqlite_cursor.cc 12 #include "chrome/browser/favicon/favicon_service.h"
56 FaviconService* favicon_service) {
58 favicon_service);
152 FaviconService* favicon_service)
158 favicon_service_(favicon_service),
sqlite_cursor_unittest.cc 15 #include "chrome/browser/favicon/favicon_service.h"
201 FaviconService* favicon_service = new FaviconService(testing_profile_); local
204 service_.get(), favicon_service);
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.cc 13 #include "chrome/browser/favicon/favicon_service.h"
108 FaviconService* favicon_service = local
110 if (!favicon_service)
112 return favicon_service->GetFaviconImageForPageURL(
bookmark_html_writer.cc 19 #include "chrome/browser/favicon/favicon_service.h"
459 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
461 favicon_service->GetRawFaviconForPageURL(
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 13 #include "chrome/browser/favicon/favicon_service.h"
82 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
84 if (!favicon_service)
99 favicon_service->GetFaviconImage(
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 252 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
254 if (!favicon_service)
257 favicon_service->GetFaviconImageForPageURL(
recent_tabs_sub_menu_model.cc 611 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
613 if (!favicon_service)
616 favicon_service->GetFaviconImageForPageURL(
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 212 FaviconService* favicon_service = local
215 if (favicon_service == NULL) {
222 favicon_service->GetRawFaviconForPageURL(
  /external/chromium_org/chrome/browser/
jumplist_win.cc 16 #include "chrome/browser/favicon/favicon_service.h"
397 FaviconService* favicon_service = local
399 task_id_ = favicon_service->GetFaviconImageForPageURL(
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 19 #include "chrome/browser/favicon/favicon_service.h"
270 FaviconService* favicon_service = local
298 favicon_service->GetFaviconImageForPageURL(
  /external/chromium_org/chrome/browser/extensions/api/management/
management_api.cc 915 FaviconService* favicon_service = local
918 DCHECK(favicon_service);
923 favicon_service->GetFaviconImageForPageURL(
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 10 #include "chrome/browser/favicon/favicon_service.h"
437 FaviconService* favicon_service = local
439 if (!favicon_service)
445 favicon_service->GetFaviconForPageURL(
    [all...]
bookmark_change_processor.cc 17 #include "chrome/browser/favicon/favicon_service.h"
813 FaviconService* favicon_service = local
823 favicon_service->MergeFavicon(bookmark_node->url(),
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 17 #include "chrome/browser/favicon/favicon_service.h"
230 FaviconService* favicon_service = local
234 favicon_service->SetFavicons(
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc 26 #include "chrome/browser/favicon/favicon_service.h"
674 BookmarkIconFetchTask(FaviconService* favicon_service,
678 : FaviconServiceTask(favicon_service,
    [all...]

Completed in 579 milliseconds