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

/external/chromium/chrome/browser/
H A Dicon_manager.cc13 struct IconManager::ClientRequest {
19 IconManager::IconManager() { function in class:IconManager
22 IconManager::~IconManager() {
26 gfx::Image* IconManager::LookupIcon(const FilePath& file_name,
36 IconManager::Handle IconManager::LoadIcon(
55 bool IconManager::OnImageLoaded(IconLoader* source, gfx::Image* result) {
93 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()
59 class IconManager : public IconLoader::Delegate, class in inherits:IconLoader::Delegate,CancelableRequestProvider
62 IconManager();
63 ~IconManager();
67 // it via 'LoadIcon'. The returned bitmap is owned by the IconManager and must
115 DISALLOW_COPY_AND_ASSIGN(IconManager);
[all...]

Completed in 101 milliseconds