Searched defs:GetFaviconForURL (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
H A Dfavicon_service.cc47 FaviconService::Handle FaviconService::GetFaviconForURL( function in class:FaviconService
57 ChromeWebUIFactory::GetInstance()->GetFaviconForURL(
62 hs->GetFaviconForURL(request, page_url, icon_types);
H A Dfavicon_helper.cc101 GetFaviconForURL(url_, icon_types_, &cancelable_consumer_,
244 void FaviconHelper::GetFaviconForURL( function in class:FaviconHelper
249 GetFaviconService()->GetFaviconForURL(page_url, icon_types, consumer,
/external/chromium/chrome/browser/ui/webui/
H A Dchrome_web_ui_factory.cc278 void ChromeWebUIFactory::GetFaviconForURL( function in class:ChromeWebUIFactory
286 ExtensionWebUI::GetFaviconForURL(profile, request, page_url);
317 // The extension scheme is handled in GetFaviconForURL.
/external/chromium/chrome/browser/extensions/
H A Dextension_web_ui.cc409 void ExtensionWebUI::GetFaviconForURL(Profile* profile, function in class:ExtensionWebUI
/external/chromium/chrome/browser/history/
H A Dhistory.cc467 void HistoryService::GetFaviconForURL( function in class:HistoryService
471 Schedule(PRIORITY_NORMAL, &HistoryBackend::GetFaviconForURL, NULL, request,
H A Dhistory_backend.cc1731 void HistoryBackend::GetFaviconForURL( function in class:history::HistoryBackend

Completed in 268 milliseconds