Home
last modified time | relevance | path

Searched refs:LookupIcon (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
Dicon_manager.h70 gfx::Image* LookupIcon(const FilePath& file_name,
Dicon_manager.cc26 gfx::Image* IconManager::LookupIcon(const FilePath& file_name, in LookupIcon() function in IconManager
/external/chromium/chrome/browser/ui/webui/
Dfileicon_source.cc44 gfx::Image* icon = im->LookupIcon(escaped_filepath, IconLoader::NORMAL); in StartDataRequest()
Ddownloads_dom_handler.cc161 gfx::Image* icon = im->LookupIcon(file->GetUserVerifiedFilePath(), in HandleDrag()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_mac.mm82 gfx::Image* icon = icon_manager->LookupIcon(file, IconLoader::SMALL);
/external/chromium/chrome/browser/ui/views/download/
Ddownload_item_view.cc542 gfx::Image* icon = im->LookupIcon(download_->GetUserVerifiedFilePath(), in OnMouseDragged()
907 gfx::Image* image = im->LookupIcon(download_->GetUserVerifiedFilePath(), in OnPaint()