HomeSort by relevance Sort by last modified time
    Searched defs:physical_size_device_units (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/printing/
print_settings_initializer_gtk.cc 35 gfx::Size physical_size_device_units; local
40 physical_size_device_units.SetSize(
53 physical_size_device_units.SetSize(
64 print_settings->SetPrinterPrintableArea(physical_size_device_units,
printing_context_no_system_dialog.cc 49 gfx::Size physical_size_device_units; local
68 physical_size_device_units.SetSize(width, height);
74 settings_.SetPrinterPrintableArea(physical_size_device_units,
  /external/chromium_org/android_webview/native/
aw_pdf_exporter.cc 74 gfx::Size physical_size_device_units; local
77 physical_size_device_units.SetSize(width_in_dots, height_in_dots);
84 print_settings_->SetPrinterPrintableArea(physical_size_device_units,

Completed in 210 milliseconds