/external/chromium_org/printing/ |
page_setup.h | 46 void Init(const gfx::Size& physical_size, const gfx::Rect& printable_area, 58 const gfx::Size& physical_size() const { return physical_size_; } function in class:printing::PageSetup
|
printing_context_no_system_dialog.cc | 45 gfx::Size physical_size = GetPdfPaperSizeDeviceUnits(); local 47 gfx::Rect printable_area(0, 0, physical_size.width(), physical_size.height()); 49 settings_.SetPrinterPrintableArea(physical_size, printable_area, true);
|
printing_context_android.cc | 141 gfx::Size physical_size = GetPdfPaperSizeDeviceUnits(); local 142 SetSizes(&settings_, kDefaultPdfDpi, physical_size.width(), 143 physical_size.height());
|