Searched defs:favicon_service (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/
H A Dnavigation_popup.cc11 #include "chrome/browser/favicon/favicon_service.h"
43 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
45 if (!favicon_service)
50 favicon_service->GetFaviconImageForPageURL(
/external/chromium_org/chrome/browser/history/android/
H A Dsqlite_cursor_unittest.cc18 #include "chrome/browser/favicon/favicon_service.h"
208 FaviconService* favicon_service = local
212 service_.get(), favicon_service);
H A Dsqlite_cursor.cc12 #include "chrome/browser/favicon/favicon_service.h"
56 FaviconService* favicon_service) {
58 favicon_service);
152 FaviconService* favicon_service)
158 favicon_service_(favicon_service),
51 NewJavaSqliteCursor( JNIEnv* env, const std::vector<std::string>& column_names, history::AndroidStatement* statement, AndroidHistoryProviderService* service, FaviconService* favicon_service) argument
149 SQLiteCursor(const std::vector<std::string>& column_names, history::AndroidStatement* statement, AndroidHistoryProviderService* service, FaviconService* favicon_service) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dfavicon_source.cc67 FaviconService* favicon_service = local
69 if (!favicon_service) {
88 favicon_service->GetRawFavicon(
113 favicon_service->GetRawFaviconForPageURL(
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dfavicon_webui_handler.cc14 #include "chrome/browser/favicon/favicon_service.h"
93 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
95 if (!favicon_service || path.empty())
113 favicon_service->GetRawFaviconForPageURL(
H A Dapp_launcher_handler.cc690 FaviconService* favicon_service = local
692 if (!favicon_service) {
702 favicon_service->GetFaviconImageForPageURL(
/external/chromium_org/chrome/browser/bookmarks/
H A Dchrome_bookmark_client.cc11 #include "chrome/browser/favicon/favicon_service.h"
105 FaviconService* favicon_service = local
107 if (!favicon_service)
110 return favicon_service->GetFaviconImageForPageURL(
113 return favicon_service->GetRawFaviconForPageURL(
H A Dbookmark_html_writer.cc20 #include "chrome/browser/favicon/favicon_service.h"
460 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
462 favicon_service->GetRawFaviconForPageURL(
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc11 #include "chrome/browser/favicon/favicon_service.h"
140 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
142 if (favicon_service && favicon_service->WasUnableToDownloadFavicon(url)) {
208 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
210 if (favicon_service) {
211 favicon_service->SetFaviconOutOfDateForPage(url);
213 favicon_service->ClearUnableToDownloadFavicons();
271 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
273 if (favicon_service)
[all...]
H A Dfavicon_handler_unittest.cc10 #include "chrome/browser/favicon/favicon_service.h"
1435 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
1449 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1455 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1460 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1466 EXPECT_TRUE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1472 EXPECT_TRUE(favicon_service->WasUnableToDownloadFavicon(missing_icon_url));
1478 EXPECT_FALSE(favicon_service->WasUnableToDownloadFavicon(another_icon_url));
1481 favicon_service->ClearUnableToDownloadFavicons();
1482 EXPECT_FALSE(favicon_service
[all...]
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_icon_source.cc213 FaviconService* favicon_service = local
216 if (favicon_service == NULL) {
223 favicon_service->GetRawFaviconForPageURL(
/external/chromium_org/chrome/browser/android/
H A Dshortcut_helper.cc19 #include "chrome/browser/favicon/favicon_service.h"
380 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
386 favicon_service->GetLargestRawFaviconForPageURL(url_, icon_types,
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc17 #include "chrome/browser/favicon/favicon_service.h"
405 FaviconService* favicon_service = local
407 task_id_ = favicon_service->GetFaviconImageForPageURL(
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller.cc18 #include "chrome/browser/favicon/favicon_service.h"
248 FaviconService* favicon_service = local
272 favicon_service->GetFaviconImageForPageURL(
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc10 #include "chrome/browser/favicon/favicon_service.h"
118 FaviconService* favicon_service)
121 favicon_service_(favicon_service) {
116 TemplateURLTableModel( TemplateURLService* template_url_service, FaviconService* favicon_service) argument
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc251 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
253 if (!favicon_service)
256 favicon_service->GetFaviconImageForPageURL(
H A Drecent_tabs_sub_menu_model.cc610 FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( local
612 if (!favicon_service)
615 favicon_service->GetFaviconImageForPageURL(
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc17 #include "chrome/browser/favicon/favicon_service.h"
858 FaviconService* favicon_service = local
868 favicon_service->MergeFavicon(bookmark_node->url(),
H A Dfavicon_cache.cc10 #include "chrome/browser/favicon/favicon_service.h"
437 FaviconService* favicon_service = local
439 if (!favicon_service)
445 favicon_service->GetFaviconForPageURL(
/external/chromium_org/chrome/browser/extensions/api/management/
H A Dmanagement_api.cc923 FaviconService* favicon_service = local
926 DCHECK(favicon_service);
931 favicon_service->GetFaviconImageForPageURL(
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.cc21 #include "chrome/browser/favicon/favicon_service.h"
235 FaviconService* favicon_service = local
239 favicon_service->SetFavicons(

Completed in 5849 milliseconds