Searched refs:OnUpdateFaviconURL (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_tab_helper.cc185 favicon_handler_->OnUpdateFaviconURL(page_id, candidates);
187 touch_icon_handler_->OnUpdateFaviconURL(page_id, candidates);
H A Dfavicon_handler_unittest.cc388 favicon_handler->OnUpdateFaviconURL(0, candidate_icons);
464 helper.OnUpdateFaviconURL(0, urls);
506 helper.OnUpdateFaviconURL(0, urls);
578 helper.OnUpdateFaviconURL(0, urls);
668 helper.OnUpdateFaviconURL(0, urls);
732 helper.OnUpdateFaviconURL(0, urls);
797 helper.OnUpdateFaviconURL(0, urls);
907 helper.OnUpdateFaviconURL(0, urls);
940 helper.OnUpdateFaviconURL(0, latest_urls);
H A Dfavicon_handler.h96 void OnUpdateFaviconURL(int32 page_id,
H A Dfavicon_handler.cc333 void FaviconHandler::OnUpdateFaviconURL( function in class:FaviconHandler
/external/chromium/chrome/browser/
H A Dfavicon_helper.h98 void OnUpdateFaviconURL(int32 page_id,
H A Dfavicon_helper.cc160 void FaviconHelper::OnUpdateFaviconURL( function in class:FaviconHelper
303 OnUpdateFaviconURL(0, new_candidates);
H A Dfavicon_helper_unittest.cc260 helper->OnUpdateFaviconURL(0, urls);
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.cc441 IPC_MESSAGE_HANDLER(IconHostMsg_UpdateFaviconURL, OnUpdateFaviconURL)
468 void PrerenderContents::OnUpdateFaviconURL( function in class:prerender::PrerenderContents
471 LOG(INFO) << "PrerenderContents::OnUpdateFaviconURL" << icon_url_;
H A Dprerender_contents.h210 void OnUpdateFaviconURL(int32 page_id, const std::vector<FaviconURL>& urls);
H A Dprerender_manager.cc343 tc->favicon_helper().OnUpdateFaviconURL(pc->page_id(), urls);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h695 void OnUpdateFaviconURL(int32 page_id,
H A Dweb_contents_impl.cc542 IPC_MESSAGE_HANDLER(ViewHostMsg_UpdateFaviconURL, OnUpdateFaviconURL)
2513 void WebContentsImpl::OnUpdateFaviconURL( function in class:content::WebContentsImpl

Completed in 109 milliseconds