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

  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 64 void FaviconTabHelper::FetchFavicon(const GURL& url) {
65 favicon_handler_->FetchFavicon(url);
67 touch_icon_handler_->FetchFavicon(url);
226 FetchFavicon(details.entry->GetURL());
favicon_tab_helper.h 33 // FetchFavicon fetches the given page's icons. It requests the icons from the
44 void FetchFavicon(const GURL& url);
favicon_handler.h 34 // FetchFavicon requests the favicon from the favicon service which in turn
91 void FetchFavicon(const GURL& url);
favicon_handler_unittest.cc 444 favicon_handler->FetchFavicon(page_url);
488 helper.FetchFavicon(page_url);
529 helper.FetchFavicon(page_url);
598 helper.FetchFavicon(page_url);
679 helper.FetchFavicon(page_url);
751 helper.FetchFavicon(page_url);
813 helper.FetchFavicon(page_url);
928 helper.FetchFavicon(page_url)
    [all...]
favicon_handler.cc 241 void FaviconHandler::FetchFavicon(const GURL& url) {
  /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) {

Completed in 498 milliseconds