/external/chromium/chrome/browser/ |
D | favicon_service.cc | 47 FaviconService::Handle FaviconService::GetFaviconForURL( in GetFaviconForURL() function in FaviconService 57 ChromeWebUIFactory::GetInstance()->GetFaviconForURL( in GetFaviconForURL() 62 hs->GetFaviconForURL(request, page_url, icon_types); in GetFaviconForURL()
|
D | favicon_service.h | 73 Handle GetFaviconForURL(const GURL& page_url,
|
D | favicon_helper.cc | 101 GetFaviconForURL(url_, icon_types_, &cancelable_consumer_, in FetchFavicon() 244 void FaviconHelper::GetFaviconForURL( in GetFaviconForURL() function in FaviconHelper 249 GetFaviconService()->GetFaviconForURL(page_url, icon_types, consumer, in GetFaviconForURL()
|
D | favicon_helper.h | 126 virtual void GetFaviconForURL(
|
D | possible_url_model.cc | 165 favicon_service->GetFaviconForURL( in GetIcon()
|
D | custom_home_pages_table_model.cc | 166 entry->favicon_handle = favicon_service->GetFaviconForURL(entry->url, in LoadTitleAndFavicon()
|
D | jumplist_win.cc | 690 FaviconService::Handle handle = favicon_service->GetFaviconForURL(
|
D | favicon_helper_unittest.cc | 204 virtual void GetFaviconForURL( in GetFaviconForURL() function in TestFaviconHelper
|
/external/chromium/chrome/browser/ui/webui/ |
D | chrome_web_ui_factory.h | 32 void GetFaviconForURL(Profile* profile,
|
D | favicon_source.cc | 40 handle = favicon_service->GetFaviconForURL( in StartDataRequest()
|
D | chrome_web_ui_factory.cc | 278 void ChromeWebUIFactory::GetFaviconForURL( in GetFaviconForURL() function in ChromeWebUIFactory 286 ExtensionWebUI::GetFaviconForURL(profile, request, page_url); in GetFaviconForURL()
|
D | extension_icon_source.cc | 200 FaviconService::Handle handle = favicon_service->GetFaviconForURL( in LoadFaviconImage()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_web_ui.h | 77 static void GetFaviconForURL(Profile* profile,
|
D | extension_web_ui.cc | 409 void ExtensionWebUI::GetFaviconForURL(Profile* profile, in GetFaviconForURL() function in ExtensionWebUI
|
/external/chromium/chrome/browser/history/ |
D | history.cc | 467 void HistoryService::GetFaviconForURL( in GetFaviconForURL() function in HistoryService 471 Schedule(PRIORITY_NORMAL, &HistoryBackend::GetFaviconForURL, NULL, request, in GetFaviconForURL()
|
D | history_backend.h | 217 void GetFaviconForURL(scoped_refptr<GetFaviconRequest> request,
|
D | history.h | 657 void GetFaviconForURL(FaviconService::GetFaviconRequest* request,
|
D | history_backend.cc | 1731 void HistoryBackend::GetFaviconForURL( in GetFaviconForURL() function in history::HistoryBackend
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_html_writer.cc | 442 favicon_service->GetFaviconForURL(GURL(url), history::FAVICON, in FetchNextFavicon()
|
D | bookmark_model.cc | 763 FaviconService::Handle handle = favicon_service->GetFaviconForURL( in LoadFavicon()
|
/external/chromium/chrome/browser/ui/toolbar/ |
D | back_forward_menu_model.cc | 233 FaviconService::Handle handle = favicon_service->GetFaviconForURL( in FetchFavicon()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | history_menu_bridge.mm | 425 FaviconService::Handle handle = service->GetFaviconForURL(item->url,
|