GetPageBounds     218 printing/emf_win.cc     bounds = GetPageBounds(1).ToRECT();
GetPageBounds     233 printing/emf_win.cc   RECT rect = GetPageBounds(1).ToRECT();
GetPageBounds     605 printing/emf_win.cc   gfx::Rect page_bounds = GetPageBounds(1);
GetPageBounds     650 printing/emf_win.cc   gfx::Rect page_bounds = GetPageBounds(1);
GetPageBounds      79 printing/emf_win.h   virtual gfx::Rect GetPageBounds(unsigned int page_number) const OVERRIDE;
GetPageBounds     110 printing/emf_win_unittest.cc                            &emf.GetPageBounds(1).ToRECT());
GetPageBounds     218 printing/emf_win_unittest.cc   EXPECT_EQ(emf.GetPageBounds(1), raster->GetPageBounds(1));
GetPageBounds     221 printing/emf_win_unittest.cc   EXPECT_EQ(emf.GetPageBounds(1), raster->GetPageBounds(1));
GetPageBounds     227 printing/emf_win_unittest.cc   EXPECT_EQ(emf.GetPageBounds(1), raster->GetPageBounds(1));
GetPageBounds      18 printing/image_mac.cc   gfx::Rect rect(metafile.GetPageBounds(page_number));
GetPageBounds      53 printing/image_win.cc     gfx::Rect rect(metafile.GetPageBounds(1));
GetPageBounds     125 printing/metafile.h   virtual gfx::Rect GetPageBounds(unsigned int page_number) const = 0;
GetPageBounds      55 printing/pdf_metafile_cg_mac.h   virtual gfx::Rect GetPageBounds(unsigned int page_number) const OVERRIDE;
GetPageBounds      59 printing/pdf_metafile_cg_mac_unittest.cc   gfx::Size page_size = pdf2.GetPageBounds(1).size();
GetPageBounds      62 printing/pdf_metafile_cg_mac_unittest.cc   page_size = pdf2.GetPageBounds(2).size();
GetPageBounds      49 printing/pdf_metafile_skia.h   virtual gfx::Rect GetPageBounds(unsigned int page_number) const OVERRIDE;