Home
last modified time | relevance | path

Searched refs:DoBurn (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dburn_library.cc24 virtual bool DoBurn(const FilePath& from_path, const FilePath& to_path);
84 bool BurnLibraryImpl::DoBurn(const FilePath& from_path, in DoBurn() function in chromeos::BurnLibraryImpl
170 virtual bool DoBurn(const FilePath& from_path, const FilePath& to_path) { in DoBurn() function in chromeos::BurnLibraryStubImpl
Dburn_library.h45 virtual bool DoBurn(const FilePath& from_path, const FilePath& to_path) = 0;
/external/chromium/chrome/browser/ui/webui/chromeos/
Dimageburner_ui.cc414 DoBurn(image_file_path_, image_target_)) { in BurnImageOnFileThread()