Searched refs:SaveToFile (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter_state.h67 bool SaveToFile(const base::FilePath& path, const PrinterState& state);
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();
H A Dprinter.h175 void SaveToFile();
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.h40 virtual void SaveToFile(const std::string& url,
H A Ddevtools_ui_bindings.h110 virtual void SaveToFile(const std::string& url,
H A Ddevtools_embedder_message_dispatcher.cc238 d->RegisterHandler("save", &Delegate::SaveToFile, delegate);
H A Ddevtools_ui_bindings.cc476 void DevToolsUIBindings::SaveToFile(const std::string& url, function in class:DevToolsUIBindings
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.h83 void SaveToFile();
H A Dwallpaper_private_api.cc435 base::Bind(&WallpaperPrivateSetWallpaperFunction::SaveToFile, this));
438 void WallpaperPrivateSetWallpaperFunction::SaveToFile() { function in class:WallpaperPrivateSetWallpaperFunction
/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/history/
H A Durl_index_private_data.h299 bool SaveToFile(const base::FilePath& file_path);
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
/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/third_party/WebKit/Source/devtools/front_end/components/
H A DShortcutsScreen.js284 section.addAlternateKeys(WebInspector.ShortcutsScreen.TimelinePanelShortcuts.SaveToFile, WebInspector.UIString("Save timeline data"));
488 SaveToFile: [
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelinePanel.js493 this.registerShortcuts(WebInspector.ShortcutsScreen.TimelinePanelShortcuts.SaveToFile, this._saveToFile.bind(this));

Completed in 296 milliseconds