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

  /external/chromium_org/components/cloud_devices/common/
description_items.h 49 void SaveTo(CloudDeviceDescription* description) const;
87 void SaveTo(CloudDeviceDescription* description) const;
142 void SaveTo(CloudDeviceDescription* description) const;
166 void SaveTo(CloudDeviceDescription* description) const;
183 void SaveTo(CloudDeviceDescription* description) const;
210 void SaveTo(CloudDeviceDescription* description) const;
printer_description_unittest.cc 373 content_types.SaveTo(&description);
374 color.SaveTo(&description);
375 duplex.SaveTo(&description);
376 orientation.SaveTo(&description);
377 copies.SaveTo(&description);
378 margins.SaveTo(&description);
379 dpi.SaveTo(&description);
380 fit_to_page.SaveTo(&description);
381 page_range.SaveTo(&description);
382 media.SaveTo(&description)
    [all...]
description_items_inl.h 60 void ListCapability<Option, Traits>::SaveTo(
121 void SelectionCapability<Option, Traits>::SaveTo(
159 void BooleanCapability<Traits>::SaveTo(
174 void EmptyCapability<Traits>::SaveTo(
209 void ValueCapability<Option, Traits>::SaveTo(
245 void TicketItem<Option, Traits>::SaveTo(
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_cdd_conversion.cc 20 content_types.SaveTo(&description);
25 collate.SaveTo(&description);
30 copies.SaveTo(&description);
41 duplex.SaveTo(&description);
55 color.SaveTo(&description);
86 media.SaveTo(&description);
110 dpi.SaveTo(&description);
120 orientation.SaveTo(&description);
  /external/chromium_org/printing/
metafile.h 122 virtual bool SaveTo(const base::FilePath& file_path) const = 0;
pdf_metafile_cg_mac.h 53 virtual bool SaveTo(const base::FilePath& file_path) const OVERRIDE;
pdf_metafile_skia.h 47 virtual bool SaveTo(const base::FilePath& file_path) const OVERRIDE;
emf_win.h 76 virtual bool SaveTo(const base::FilePath& file_path) const OVERRIDE;
printed_document.cc 52 page->metafile()->SaveTo(PrintedDocument::CreateDebugDumpPath(
55 page->metafile()->SaveTo(PrintedDocument::CreateDebugDumpPath(
pdf_metafile_cg_mac.cc 289 bool PdfMetafileCg::SaveTo(const base::FilePath& file_path) const {
pdf_metafile_skia.cc 131 bool PdfMetafileSkia::SaveTo(const base::FilePath& file_path) const {
emf_win.cc 282 bool Emf::SaveTo(const base::FilePath& file_path) const {
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
print_dialog_gtk2.cc 373 if (!error && !metafile->SaveTo(path_to_pdf_)) {
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 275 metafile->SaveTo(path);
321 orientation.SaveTo(&description);
329 color.SaveTo(&description);
353 media.SaveTo(&description);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 702 void SaveTo(Version* v) {
830 builder.SaveTo(v);
997 builder.SaveTo(v);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
emostore.h     [all...]
cdosys.h 309 virtual HRESULT WINAPI SaveTo(BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
332 HRESULT (WINAPI *SaveTo)(IDataSource *This,BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
357 #define IDataSource_SaveTo(This,SourceURL,ActiveConnection,Mode,CreateOptions,Options,UserName,Password) (This)->lpVtbl->SaveTo(This,SourceURL,ActiveConnection,Mode,CreateOptions,Options,UserName,Password)
    [all...]
cdoex.h 515 virtual HRESULT WINAPI SaveTo(BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password) = 0;
538 HRESULT (WINAPI *SaveTo)(IDataSource *This,BSTR SourceURL,IDispatch *ActiveConnection,ConnectModeEnum Mode,RecordCreateOptionsEnum CreateOptions,RecordOpenOptionsEnum Options,BSTR UserName,BSTR Password);
563 #define IDataSource_SaveTo(This,SourceURL,ActiveConnection,Mode,CreateOptions,Options,UserName,Password) (This)->lpVtbl->SaveTo(This,SourceURL,ActiveConnection,Mode,CreateOptions,Options,UserName,Password)
    [all...]

Completed in 913 milliseconds