HomeSort by relevance Sort by last modified time
    Searched full:touch_icon_handler_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 45 touch_icon_handler_.reset(new FaviconHandler(profile_, this,
57 if (touch_icon_handler_.get())
58 touch_icon_handler_->FetchFavicon(url);
186 if (touch_icon_handler_.get())
187 touch_icon_handler_->OnUpdateFaviconURL(page_id, candidates);
207 if (touch_icon_handler_.get()) {
208 touch_icon_handler_->OnDidDownloadFavicon(
favicon_tab_helper.h 101 scoped_ptr<FaviconHandler> touch_icon_handler_; member in class:FaviconTabHelper

Completed in 301 milliseconds