Searched refs:favicon_service (Results 1 - 25 of 34) 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/android/
H A Dfavicon_helper.cc13 #include "chrome/browser/favicon/favicon_service.h"
73 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
75 DCHECK(favicon_service);
76 if (!favicon_service)
90 favicon_service->GetFaviconImageForURL(
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc140 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
142 if (favicon_service && favicon_service->WasUnableToDownloadFavicon(url)) {
168 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
170 if (favicon_service) {
171 favicon_service->SetFaviconOutOfDateForPage(url);
173 favicon_service->ClearUnableToDownloadFavicons();
202 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
204 if (favicon_service)
205 favicon_service
[all...]
H A Dfavicon_handler_unittest.cc1052 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
1065 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1071 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1076 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1082 EXPECT_TRUE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1088 EXPECT_TRUE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1094 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(another_icon_url));
1097 favicon_service->ClearUnableToDownloadFavicons();
1098 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1099 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/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(hs_); 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.cc551 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
553 if (!favicon_service)
556 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"
462 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
464 favicon_service->GetRawFaviconForURL(
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller.cc16 #include "chrome/browser/favicon/favicon_service.h"
225 FaviconService* favicon_service = local
254 favicon_service->GetFaviconImageForURL(
/external/chromium_org/chrome/browser/ui/webui/ntp/android/
H A Dbookmarks_handler.cc371 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
373 favicon_service->GetRawFaviconForURL(
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.cc17 #include "chrome/browser/favicon_service.h"
324 FaviconService* favicon_service = local
327 if (favicon_service && active_entry->favicon().is_valid() &&
332 favicon_service->SetFavicon(active_entry->url(),
341 favicon_service->SetFavicon(add_page_vector_.back()->url,

Completed in 508 milliseconds

12