Searched refs:BurnLibrary (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dburn_library.h33 class BurnLibrary { class in namespace:chromeos
37 virtual void ProgressUpdated(BurnLibrary* object, BurnEventType evt,
41 virtual ~BurnLibrary() {}
49 static BurnLibrary* GetImpl(bool stub);
H A Dburn_library.cc14 class BurnLibraryImpl : public BurnLibrary,
21 // BurnLibrary implementation.
36 ObserverList<BurnLibrary::Observer> observers_;
162 class BurnLibraryStubImpl : public BurnLibrary {
167 // BurnLibrary overrides.
178 BurnLibrary* BurnLibrary::GetImpl(bool stub) {
H A Dcros_library.h22 class BurnLibrary;
60 void SetBurnLibrary(BurnLibrary* library, bool own);
84 BurnLibrary* GetBurnLibrary();
159 Library<BurnLibrary> burn_lib_;
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dimageburner_ui.h167 public chromeos::BurnLibrary::Observer,
187 // chromeos::BurnLibrary::Observer interface.
188 virtual void ProgressUpdated(chromeos::BurnLibrary* object,
H A Dimageburner_ui.cc234 void ImageBurnHandler::ProgressUpdated(chromeos::BurnLibrary* object,

Completed in 30 milliseconds