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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.h 55 scoped_ptr<internal::FaviconRawBitmapHandler> favicon_handler_; member in class:LauncherFaviconLoader
launcher_favicon_loader.cc 167 favicon_handler_.reset(
175 return favicon_handler_->bitmap();
179 return favicon_handler_->HasPendingDownloads();
  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 50 favicon_handler_.reset(new FaviconHandler(client_.get(),
65 favicon_handler_->FetchFavicon(url);
260 favicon_handler_->OnUpdateFaviconURL(favicon_urls);
280 favicon_handler_->OnDidDownloadFavicon(
favicon_tab_helper.h 114 scoped_ptr<FaviconHandler> favicon_handler_; member in class:FaviconTabHelper
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc 700 favicon_handler_.reset(new FaviconSQLHandler(thumbnail_db_));
707 if (favicon_handler_.get())
708 sql_handlers_.push_back(favicon_handler_.get());
    [all...]
android_provider_backend.h 337 scoped_ptr<SQLHandler> favicon_handler_; member in class:history::AndroidProviderBackend

Completed in 1129 milliseconds