Lines Matching refs:PrintedPage
24 class PrintedPage;
51 bool GetPage(int page_number, scoped_refptr<PrintedPage>* page);
56 void RenderPrintedPage(const PrintedPage& page,
59 void RenderPrintedPage(const PrintedPage& page,
68 // Disconnects the PrintedPage source (PrintedPagesSource). It is done when
108 typedef std::map<int, scoped_refptr<PrintedPage> > PrintedPages;
116 // Source that generates the PrintedPage's (i.e. a TabContents). It will be
120 // Contains the pages' representation. This is a collection of PrintedPage.
155 // PrintedPage is correctly belonging to the PrintedDocument. Since
156 // PrintedPage generation is completely asynchronous, it could be easy to
163 void DebugDump(const PrintedPage& page);