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

12

/external/chromium/chrome/browser/ui/webui/
H A Dfavicon_source.cc24 FaviconService* favicon_service = local
26 if (favicon_service) {
34 handle = favicon_service->GetFavicon(
40 handle = favicon_service->GetFaviconForURL(
47 cancelable_consumer_.SetClientData(favicon_service, handle, request_id);
68 FaviconService* favicon_service = local
70 int request_id = cancelable_consumer_.GetClientData(favicon_service,
H A Dextension_icon_source.cc191 FaviconService* favicon_service = local
194 if (favicon_service == NULL) {
200 FaviconService::Handle handle = favicon_service->GetFaviconForURL(
205 cancelable_consumer_.SetClientData(favicon_service, handle, request_id);
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc138 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
140 if (favicon_service && favicon_service->WasUnableToDownloadFavicon(url)) {
165 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
167 if (favicon_service) {
168 favicon_service->SetFaviconOutOfDateForPage(url);
170 favicon_service->ClearUnableToDownloadFavicons();
199 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
201 if (favicon_service)
202 favicon_service
[all...]
H A Dfavicon_handler_unittest.cc1096 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
1110 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1116 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1121 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1127 EXPECT_TRUE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1133 EXPECT_TRUE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1139 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(another_icon_url));
1142 favicon_service->ClearUnableToDownloadFavicons();
1143 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1144 EXPECT_FALSE(favicon_service
[all...]
/external/chromium_org/chrome/browser/ui/android/
H A Dnavigation_popup.cc11 #include "chrome/browser/favicon/favicon_service.h"
44 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
46 if (!favicon_service)
51 favicon_service->GetFaviconImageForURL(
/external/chromium_org/chrome/browser/android/
H A Dfavicon_helper.cc15 #include "chrome/browser/favicon/favicon_service.h"
85 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
87 DCHECK(favicon_service);
88 if (!favicon_service)
103 favicon_service->GetFaviconImageForURL(
H A Dshortcut_helper.cc16 #include "chrome/browser/favicon/favicon_service.h"
80 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
86 favicon_service->GetLargestRawFaviconForURL(profile, url_, icon_types,
/external/chromium_org/chrome/browser/ui/webui/
H A Dfavicon_source.cc66 FaviconService* favicon_service = local
68 if (!favicon_service) {
85 favicon_service->GetRawFavicon(
110 favicon_service->GetRawFaviconForURL(
/external/chromium/chrome/browser/
H A Dcustom_home_pages_table_model.cc90 FaviconService* favicon_service = local
92 if (favicon_service)
93 favicon_service->CancelRequest(entry->favicon_handle);
163 FaviconService* favicon_service = local
165 if (favicon_service) {
166 entry->favicon_handle = favicon_service->GetFaviconForURL(entry->url,
H A Dpossible_url_model.cc11 #include "chrome/browser/favicon_service.h"
161 FaviconService* favicon_service = local
163 if (favicon_service) {
165 favicon_service->GetFaviconForURL(
168 consumer_.SetClientData(favicon_service, h, result.index);
189 FaviconService* favicon_service = local
191 size_t index = consumer_.GetClientData(favicon_service, h);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dfavicon_webui_handler.cc93 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
95 if (!favicon_service || path.empty())
113 favicon_service->GetRawFaviconForURL(
/external/chromium_org/chrome/browser/history/android/
H A Dsqlite_cursor.h18 #include "chrome/browser/favicon/favicon_service.h"
78 FaviconService* favicon_service);
135 FaviconService* favicon_service);
H A Dsqlite_cursor.cc55 FaviconService* favicon_service) {
57 favicon_service);
151 FaviconService* favicon_service)
157 favicon_service_(favicon_service),
50 NewJavaSqliteCursor( JNIEnv* env, const std::vector<std::string>& column_names, history::AndroidStatement* statement, AndroidHistoryProviderService* service, FaviconService* favicon_service) argument
148 SQLiteCursor(const std::vector<std::string>& column_names, history::AndroidStatement* statement, AndroidHistoryProviderService* service, FaviconService* favicon_service) argument
H A Dsqlite_cursor_unittest.cc198 FaviconService* favicon_service = new FaviconService(testing_profile_); local
201 service_.get(), favicon_service);
/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc229 FaviconService* favicon_service = local
231 if (!favicon_service)
233 FaviconService::Handle handle = favicon_service->GetFaviconForURL(
236 load_consumer_.SetClientData(favicon_service, handle, entry->unique_id());
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc11 #include "chrome/browser/favicon_service.h"
77 FaviconService* favicon_service = local
80 if (!favicon_service)
94 favicon_service->GetFavicon(favicon_url, history::FAVICON,
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc12 #include "chrome/browser/favicon/favicon_service.h"
82 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
84 if (!favicon_service)
98 favicon_service->GetFaviconImage(
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc252 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
254 if (!favicon_service)
257 favicon_service->GetFaviconImageForURL(
H A Drecent_tabs_sub_menu_model.cc607 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
609 if (!favicon_service)
612 favicon_service->GetFaviconImageForURL(
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_icon_source.cc212 FaviconService* favicon_service = local
215 if (favicon_service == NULL) {
222 favicon_service->GetRawFaviconForURL(
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model.cc759 FaviconService* favicon_service = local
761 if (!favicon_service)
763 FaviconService::Handle handle = favicon_service->GetFaviconForURL(
766 load_consumer_.SetClientData(favicon_service, handle, node);
772 FaviconService* favicon_service = local
774 if (favicon_service)
775 favicon_service->CancelRequest(node->favicon_load_handle());
H A Dbookmark_html_writer.cc440 FaviconService* favicon_service = local
442 favicon_service->GetFaviconForURL(GURL(url), history::FAVICON,
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc21 #include "chrome/browser/favicon/favicon_service.h"
461 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
463 favicon_service->GetRawFaviconForURL(
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller.cc17 #include "chrome/browser/favicon/favicon_service.h"
239 FaviconService* favicon_service = local
267 favicon_service->GetFaviconImageForURL(
/external/chromium_org/chrome/browser/ui/webui/ntp/android/
H A Dbookmarks_handler.cc448 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
450 favicon_service->GetRawFaviconForURL(

Completed in 651 milliseconds

12