Searched defs:IconManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dicon_manager.cc18 const IconManager::IconRequestCallback& callback,
27 struct IconManager::ClientRequest {
33 IconManager::IconManager() { function in class:IconManager
36 IconManager::~IconManager() {
40 gfx::Image* IconManager::LookupIconFromFilepath(const base::FilePath& file_name,
49 gfx::Image* IconManager::LookupIconFromGroup(const IconGroupID& group,
58 base::CancelableTaskTracker::TaskId IconManager::LoadIcon(
80 bool IconManager
[all...]
H A Dicon_manager.h5 // Class for finding and caching Windows explorer icons. The IconManager
23 // The IconManager will do explicit icon loads on the full path of these files
31 // The IconManager can be queried in two ways:
33 // IconManager::LookupIcon()
35 // IconManager::LoadIcon()
55 class IconManager : public IconLoader::Delegate { class in inherits:IconLoader::Delegate
57 IconManager();
58 virtual ~IconManager();
62 // it via 'LoadIcon'. The returned bitmap is owned by the IconManager and must
118 DISALLOW_COPY_AND_ASSIGN(IconManager);
[all...]

Completed in 154 milliseconds