Home
last modified time | relevance | path

Searched refs:physical_size_device_units (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dprint_settings_cpptoc.cc104 const cef_size_t* physical_size_device_units, in print_settings_set_printer_printable_area() argument
115 DCHECK(physical_size_device_units); in print_settings_set_printer_printable_area()
116 if (!physical_size_device_units) in print_settings_set_printer_printable_area()
125 physical_size_device_units ? *physical_size_device_units : CefSize(); in print_settings_set_printer_printable_area()
/third_party/cef/libcef/browser/
Dprint_settings_impl.cc40 const CefSize& physical_size_device_units, in SetPrinterPrintableArea() argument
44 gfx::Size size(physical_size_device_units.width, in SetPrinterPrintableArea()
45 physical_size_device_units.height); in SetPrinterPrintableArea()
Dprint_settings_impl.h29 void SetPrinterPrintableArea(const CefSize& physical_size_device_units,
/third_party/cef/tests/cefclient/browser/
Dprint_handler_gtk.cc233 CefSize physical_size_device_units; in InitPrintSettings() local
238 physical_size_device_units.Set( in InitPrintSettings()
251 physical_size_device_units.Set(static_cast<int>(page_width_in_pixel), in InitPrintSettings()
272 print_settings->SetPrinterPrintableArea(physical_size_device_units, in InitPrintSettings()
/third_party/cef/libcef_dll/ctocpp/
Dprint_settings_ctocpp.h42 void SetPrinterPrintableArea(const CefSize& physical_size_device_units,
Dprint_settings_ctocpp.cc100 const CefSize& physical_size_device_units, in SetPrinterPrintableArea() argument
112 _struct->set_printer_printable_area(_struct, &physical_size_device_units, in SetPrinterPrintableArea()
/third_party/cef/include/
Dcef_print_settings.h94 const CefSize& physical_size_device_units,
/third_party/cef/include/capi/
Dcef_print_settings_capi.h88 const cef_size_t* physical_size_device_units,