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

  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 55 touch_icon_handler_.reset(new FaviconHandler(client_.get(),
66 if (touch_icon_handler_.get())
67 touch_icon_handler_->FetchFavicon(url);
261 if (touch_icon_handler_.get())
262 touch_icon_handler_->OnUpdateFaviconURL(favicon_urls);
282 if (touch_icon_handler_.get()) {
283 touch_icon_handler_->OnDidDownloadFavicon(
favicon_tab_helper.h 118 scoped_ptr<FaviconHandler> touch_icon_handler_; member in class:FaviconTabHelper

Completed in 623 milliseconds