Searched defs:GetPageBounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/printing/
H A Dpdf_metafile_cg_mac.cc248 gfx::Rect PdfMetafileCg::GetPageBounds(unsigned int page_number) const { function in class:printing::PdfMetafileCg
H A Dpdf_metafile_skia.cc140 gfx::Rect PdfMetafileSkia::GetPageBounds(unsigned int page_number) const { function in class:printing::PdfMetafileSkia
H A Demf_win.cc218 bounds = GetPageBounds(1).ToRECT();
233 RECT rect = GetPageBounds(1).ToRECT();
241 gfx::Rect Emf::GetPageBounds(unsigned int page_number) const { function in class:printing::Emf
605 gfx::Rect page_bounds = GetPageBounds(1);
650 gfx::Rect page_bounds = GetPageBounds(1);

Completed in 398 milliseconds