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

  /external/chromium/chrome/browser/chromeos/cros/
burn_library.cc 26 bool BurnImage(const FilePath& from_path, const FilePath& to_path);
50 void BurnImage(const FilePath& from_path, const FilePath& to_path);
88 task->BurnImage(from_path, to_path);
90 NewRunnableMethod(task, &BurnLibraryTaskProxy::BurnImage,
95 bool BurnLibraryImpl::BurnImage(const FilePath& from_path,
150 void BurnLibraryTaskProxy::BurnImage(const FilePath& from_path,
152 library_->BurnImage(from_path, to_path);
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 139 void BurnImage() {
212 web_ui_->RegisterMessageCallback("burnImage",
382 NewRunnableMethod(task.get(), &ImageBurnTaskProxy::BurnImage));

Completed in 441 milliseconds