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 45 gfx::Size physical_size_device_units(GetDeviceCaps(hdc, PHYSICALWIDTH),
55 !gfx::Rect(physical_size_device_units).Contains(
57 printable_area_device_units = gfx::Rect(physical_size_device_units);
60 print_settings->SetPrinterPrintableArea(physical_size_device_units,
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,
print_settings_initializer_mac.cc 56 gfx::Size physical_size_device_units(
65 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,
print_settings.h 39 void SetPrinterPrintableArea(gfx::Size const& physical_size_device_units,
print_settings.cc 149 gfx::Size const& physical_size_device_units,
214 page_setup_device_units_.Init(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 435 milliseconds