/external/chromium_org/cloud_print/gcp20/prototype/ |
D | printer.cc | 652 SaveToFile(); in ApplyLocalSettings() 673 SaveToFile(); in OnPrinterDeleted() 688 SaveToFile(); in RememberAccessToken() 761 void Printer::SaveToFile() { in SaveToFile() function in Printer 767 if (printer_state::SaveToFile(file_path, state_)) { in SaveToFile() 788 SaveToFile(); in LoadFromFile()
|
D | printer_state.h | 67 bool SaveToFile(const base::FilePath& path, const PrinterState& state);
|
D | printer_state.cc | 44 bool SaveToFile(const base::FilePath& path, const PrinterState& state) { in SaveToFile() function
|
D | printer.h | 175 void SaveToFile();
|
/external/chromium_org/content/common/gpu/client/ |
D | gl_helper_benchmark.cc | 92 void SaveToFile(SkBitmap* bitmap, const base::FilePath& filename) { in SaveToFile() function in content::GLHelperTest 287 SaveToFile(&output_pixels, base::FilePath::FromUTF8Unsafe(filename)); in TEST_F()
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_embedder_message_dispatcher.h | 40 virtual void SaveToFile(const std::string& url,
|
D | devtools_ui_bindings.h | 110 virtual void SaveToFile(const std::string& url,
|
D | devtools_embedder_message_dispatcher.cc | 238 d->RegisterHandler("save", &Delegate::SaveToFile, delegate); in createForDevToolsFrontend()
|
D | devtools_ui_bindings.cc | 476 void DevToolsUIBindings::SaveToFile(const std::string& url, in SaveToFile() function in DevToolsUIBindings
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
D | wallpaper_private_api.h | 83 void SaveToFile();
|
D | wallpaper_private_api.cc | 435 base::Bind(&WallpaperPrivateSetWallpaperFunction::SaveToFile, this)); in OnWallpaperDecoded() 438 void WallpaperPrivateSetWallpaperFunction::SaveToFile() { in SaveToFile() function in WallpaperPrivateSetWallpaperFunction
|
/external/chromium_org/chrome/browser/history/ |
D | url_index_private_data.h | 299 bool SaveToFile(const base::FilePath& file_path);
|
D | url_index_private_data.cc | 475 return private_data->SaveToFile(file_path); in WritePrivateDataToCacheFileTask() 881 bool URLIndexPrivateData::SaveToFile(const base::FilePath& file_path) { in SaveToFile() function in history::URLIndexPrivateData
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | ShortcutsScreen.js | 284 …section.addAlternateKeys(WebInspector.ShortcutsScreen.TimelinePanelShortcuts.SaveToFile, WebInspec… 488 SaveToFile: [ property
|
/external/chromium_org/skia/ext/ |
D | vector_canvas_unittest.cc | 128 void SaveToFile(const base::FilePath& filename) { in SaveToFile() function in skia::__anon51098b3a0111::Image 301 Image(canvas).SaveToFile(test_file(filename)); in SaveImage()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
D | TimelinePanel.js | 493 …this.registerShortcuts(WebInspector.ShortcutsScreen.TimelinePanelShortcuts.SaveToFile, this._saveT…
|