HomeSort by relevance Sort by last modified time
    Searched refs:FetchFavicon (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 52 void FaviconTabHelper::FetchFavicon(const GURL& url) {
56 favicon_handler_->FetchFavicon(url);
58 touch_icon_handler_->FetchFavicon(url);
182 FetchFavicon(details.entry->GetURL());
favicon_tab_helper.h 28 // FetchFavicon fetches the given page's icons. It requests the icons from the
39 void FetchFavicon(const GURL& url);
favicon_handler_unittest.cc 237 void FetchFavicon(const GURL& url) {
238 FaviconHandler::FetchFavicon(url);
382 helper.FetchFavicon(page_url);
423 helper.FetchFavicon(page_url);
490 helper.FetchFavicon(page_url);
571 helper.FetchFavicon(page_url);
643 helper.FetchFavicon(page_url);
705 helper.FetchFavicon(page_url);
817 helper.FetchFavicon(page_url);
    [all...]
favicon_handler.h 37 // FetchFavicon requests the favicon from the favicon service which in turn
92 void FetchFavicon(const GURL& url);
121 // entries URL does not match that of the URL last passed to FetchFavicon.
favicon_handler.cc 229 void FaviconHandler::FetchFavicon(const GURL& url) {
  /external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h 86 void FetchFavicon(NavigationEntry* entry);
back_forward_menu_model.cc 132 FetchFavicon(entry);
221 void BackForwardMenuModel::FetchFavicon(NavigationEntry* entry) {
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.h 100 void FetchFavicon(content::NavigationEntry* entry);
back_forward_menu_model.cc 152 FetchFavicon(entry);
244 void BackForwardMenuModel::FetchFavicon(NavigationEntry* entry) {
  /external/chromium/chrome/browser/
favicon_helper_unittest.cc 168 void FetchFavicon(const GURL& url) {
169 FaviconHelper::FetchFavicon(url);
285 helper.FetchFavicon(page_url);
330 helper.FetchFavicon(page_url);
394 helper.FetchFavicon(page_url);
479 helper.FetchFavicon(page_url);
550 helper.FetchFavicon(page_url);
664 helper.FetchFavicon(page_url);
favicon_helper.h 30 // FetchFavicon requests the favicon from the favicon service which in turn
81 void FetchFavicon(const GURL& url);
106 // entries URL does not match that of the URL last passed to FetchFavicon.
favicon_helper.cc 88 void FaviconHelper::FetchFavicon(const GURL& url) {
  /external/chromium_org/chrome/browser/prerender/
prerender_manager.cc 554 favicon_tap_helper->FetchFavicon(icon_url);
    [all...]

Completed in 1823 milliseconds