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

  /external/chromium_org/printing/
page_setup_unittest.cc 43 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.left, effective_margins.header
123 printing::PageMargins effective_margins; local
    [all...]
page_setup.h 62 const PageMargins& effective_margins() const { function in class:printing::PageSetup
print_settings_conversion.cc 242 "effective_margins", page_setup.effective_margins(), debug);

Completed in 256 milliseconds