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

  /external/chromium_org/printing/
page_setup_unittest.cc 41 printing::PageMargins effective_margins; local
42 effective_margins.header = std::max(margins.header, printable_area.y());
43 effective_margins.left = std::max(margins.left, printable_area.x());
44 effective_margins.top = std::max(margins.top,
45 effective_margins.header + kTextHeight);
46 effective_margins.footer = std::max(margins.footer,
49 effective_margins.right = std::max(margins.right,
52 effective_margins.bottom = std::max(margins.bottom,
53 effective_margins.footer + kTextHeight);
56 gfx::Rect overlay_area(effective_margins.left, effective_margins.header
121 printing::PageMargins effective_margins; local
    [all...]
page_setup.h 62 const PageMargins& effective_margins() const { function in class:printing::PageSetup

Completed in 284 milliseconds