HomeSort by relevance Sort by last modified time
    Searched defs:IconManager (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/
icon_manager.cc 13 struct IconManager::ClientRequest {
19 IconManager::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::CacheKey::CacheKey(const IconGroupID& group
    [all...]
icon_manager.h 5 // 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,
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...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 2445 milliseconds