Searched defs:IconLoader (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dicon_loader.cc13 IconLoader::IconLoader(const base::FilePath& file_path, function in class:IconLoader
21 IconLoader::~IconLoader() {
24 void IconLoader::Start() {
28 base::Bind(&IconLoader::ReadGroup, this),
29 base::Bind(&IconLoader::OnReadGroup, this));
32 void IconLoader::ReadGroup() {
36 void IconLoader::OnReadGroup() {
40 base::Bind(&IconLoader
[all...]
H A Dicon_loader.h35 class IconLoader : public base::RefCountedThreadSafe<IconLoader> { class in inherits:base::RefCountedThreadSafe
49 virtual bool OnGroupLoaded(IconLoader* source,
51 // Invoked when an icon has been read. |source| is the IconLoader. If the
54 virtual bool OnImageLoaded(IconLoader* source,
62 IconLoader(const base::FilePath& file_path,
70 friend class base::RefCountedThreadSafe<IconLoader>;
72 virtual ~IconLoader();
103 DISALLOW_COPY_AND_ASSIGN(IconLoader);
/external/chromium_org/ui/app_list/views/
H A Dapp_list_main_view.cc74 // AppListMainView::IconLoader
76 class AppListMainView::IconLoader : public AppListItemObserver { class in class:app_list::AppListMainView
78 IconLoader(AppListMainView* owner, function in class:app_list::AppListMainView::IconLoader
89 virtual ~IconLoader() {
97 // Note that IconLoader is released here.
103 DISALLOW_COPY_AND_ASSIGN(IconLoader);
274 pending_icon_loaders_.push_back(new IconLoader(this, item, scale_factor));
282 void AppListMainView::OnItemIconLoaded(IconLoader* loader) {
283 ScopedVector<IconLoader>::iterator it = std::find(
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_data.cc87 // KioskAppData::IconLoader
90 class KioskAppData::IconLoader : public ImageDecoder::Delegate { class in class:chromeos::KioskAppData
98 IconLoader(const base::WeakPtr<KioskAppData>& client, function in class:chromeos::KioskAppData::IconLoader
111 base::Bind(&IconLoader::LoadOnBlockingPool,
116 friend class base::RefCountedThreadSafe<IconLoader>;
118 virtual ~IconLoader() {}
143 base::Bind(&IconLoader::ReportResultOnUIThread,
185 DISALLOW_COPY_AND_ASSIGN(IconLoader);
363 // IconLoader deletes itself when done.
364 (new IconLoader(AsWeakPt
[all...]

Completed in 68 milliseconds