Searched refs:effective_margins (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/printing/
H A Dpage_setup_unittest.cc43 printing::PageMargins effective_margins; local
44 effective_margins.header = std::max(margins.header, printable_area.y());
45 effective_margins.left = std::max(margins.left, printable_area.x());
46 effective_margins.top = std::max(margins.top,
47 effective_margins.header + kTextHeight);
48 effective_margins.footer = std::max(margins.footer,
51 effective_margins.right = std::max(margins.right,
54 effective_margins.bottom = std::max(margins.bottom,
55 effective_margins.footer + kTextHeight);
58 gfx::Rect overlay_area(effective_margins
123 printing::PageMargins effective_margins; local
[all...]
H A Dpage_setup.h62 const PageMargins& effective_margins() const { function in class:printing::PageSetup
H A Dprint_settings_conversion.cc242 "effective_margins", page_setup.effective_margins(), debug);

Completed in 158 milliseconds