HomeSort by relevance Sort by last modified time
    Searched refs:ImageBurnResourceManager (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 85 class ImageBurnResourceManager
98 static ImageBurnResourceManager* GetInstance();
139 friend struct DefaultSingletonTraits<ImageBurnResourceManager>;
141 ImageBurnResourceManager();
142 ~ImageBurnResourceManager();
162 DISALLOW_COPY_AND_ASSIGN(ImageBurnResourceManager);
170 public ImageBurnResourceManager::Delegate,
199 // ImageBurnResourceManager::Delegate interface.
250 ImageBurnResourceManager* resource_manager_;
imageburner_ui.cc 188 resource_manager_ = ImageBurnResourceManager::GetInstance();
554 // ImageBurnResourceManager
558 ImageBurnResourceManager::ImageBurnResourceManager()
573 ImageBurnResourceManager::~ImageBurnResourceManager() {
584 ImageBurnResourceManager* ImageBurnResourceManager::GetInstance() {
585 return Singleton<ImageBurnResourceManager>::get();
588 void ImageBurnResourceManager::OnDownloadUpdated(DownloadItem* download)
    [all...]

Completed in 165 milliseconds