Searched refs:IconManager (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/
H A Dicon_manager_linux.cc10 IconGroupID IconManager::GetGroupIDFromFilepath(const FilePath& filepath) {
H A Dicon_manager_win.cc9 IconGroupID IconManager::GetGroupIDFromFilepath(const FilePath& filepath) {
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...]
H A Dbrowser_process.h33 class IconManager;
149 virtual IconManager* icon_manager() = 0;
H A Dbrowser_process_impl.h75 virtual IconManager* icon_manager();
194 scoped_ptr<IconManager> icon_manager_;
H A Dbrowser_process_impl.cc507 IconManager* BrowserProcessImpl::icon_manager() {
889 icon_manager_.reset(new IconManager);
/external/chromium/chrome/browser/ui/webui/
H A Dfileicon_source.cc43 IconManager* im = g_browser_process->icon_manager();
53 IconManager::Handle h = im->LoadIcon(escaped_filepath,
68 void FileIconSource::OnFileIconDataAvailable(IconManager::Handle handle,
70 IconManager* im = g_browser_process->icon_manager();
H A Dfileicon_source.h37 IconManager::Handle request_handle,
H A Ddownloads_dom_handler.cc160 IconManager* im = g_browser_process->icon_manager();
/external/chromium/chrome/browser/ui/cocoa/download/
H A Ddownload_item_mac.h49 void OnExtractIconComplete(IconManager::Handle handle,
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.h64 void OnLoadSmallIconComplete(IconManager::Handle handle,
66 void OnLoadLargeIconComplete(IconManager::Handle handle,
221 // These icons are owned by the IconManager (owned by the BrowserProcess).
H A Ddownload_item_gtk.cc520 void DownloadItemGtk::OnLoadSmallIconComplete(IconManager::Handle handle,
526 void DownloadItemGtk::OnLoadLargeIconComplete(IconManager::Handle handle,
534 IconManager* im = g_browser_process->icon_manager();
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.h69 // IconManager::Client interface.
70 void OnExtractIconComplete(IconManager::Handle handle, gfx::Image* icon);
H A Ddownload_item_view.cc365 void DownloadItemView::OnExtractIconComplete(IconManager::Handle handle,
541 IconManager* im = g_browser_process->icon_manager();
906 IconManager* im = g_browser_process->icon_manager();
968 IconManager* im = g_browser_process->icon_manager();

Completed in 326 milliseconds