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

  /external/chromium_org/printing/
print_settings_initializer_win.cc 37 gfx::Size physical_size_device_units(GetDeviceCaps(hdc, PHYSICALWIDTH),
47 !gfx::Rect(physical_size_device_units).Contains(
49 printable_area_device_units = gfx::Rect(physical_size_device_units);
52 print_settings->SetPrinterPrintableArea(physical_size_device_units,
print_settings_initializer_mac.cc 49 gfx::Size physical_size_device_units(
59 print_settings->SetPrinterPrintableArea(physical_size_device_units,
print_settings.cc 144 const gfx::Size& physical_size_device_units,
210 page_setup_device_units_.Init(physical_size_device_units,
print_settings.h 75 void SetPrinterPrintableArea(const gfx::Size& physical_size_device_units,
printing_context_android.cc 34 gfx::Size physical_size_device_units(width, height);
39 settings->SetPrinterPrintableArea(physical_size_device_units,
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
printing_gtk2_util.cc 53 gfx::Size physical_size_device_units; local
58 physical_size_device_units.SetSize(
71 physical_size_device_units.SetSize(
94 print_settings->SetPrinterPrintableArea(physical_size_device_units,
  /external/chromium_org/android_webview/native/
aw_pdf_exporter.cc 70 gfx::Size physical_size_device_units; local
73 physical_size_device_units.SetSize(width_in_dots, height_in_dots);
82 print_settings_->SetPrinterPrintableArea(physical_size_device_units,

Completed in 130 milliseconds