Searched defs:SaveToFile (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter_state.cc44 bool SaveToFile(const base::FilePath& path, const PrinterState& state) { function in namespace:printer_state
H A Dprinter.cc652 SaveToFile();
673 SaveToFile();
688 SaveToFile();
761 void Printer::SaveToFile() { function in class:Printer
767 if (printer_state::SaveToFile(file_path, state_)) {
788 SaveToFile();
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_benchmark.cc92 void SaveToFile(SkBitmap* bitmap, const base::FilePath& filename) { function in class:content::GLHelperTest
287 SaveToFile(&output_pixels, base::FilePath::FromUTF8Unsafe(filename));
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.cc435 base::Bind(&WallpaperPrivateSetWallpaperFunction::SaveToFile, this));
438 void WallpaperPrivateSetWallpaperFunction::SaveToFile() { function in class:WallpaperPrivateSetWallpaperFunction
/external/chromium_org/skia/ext/
H A Dvector_canvas_unittest.cc128 void SaveToFile(const base::FilePath& filename) { function in class:skia::__anon10684::Image
301 Image(canvas).SaveToFile(test_file(filename));
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_ui_bindings.cc476 void DevToolsUIBindings::SaveToFile(const std::string& url, function in class:DevToolsUIBindings
/external/chromium_org/chrome/browser/history/
H A Durl_index_private_data.cc475 return private_data->SaveToFile(file_path);
881 bool URLIndexPrivateData::SaveToFile(const base::FilePath& file_path) { function in class:history::URLIndexPrivateData

Completed in 158 milliseconds