PageBreakRecord    30 printing/emf_win.cc   explicit PageBreakRecord(PageBreakType type_in)
PageBreakRecord   487 printing/emf_win.cc       if (comment_record->cbData == sizeof(PageBreakRecord)) {
PageBreakRecord   488 printing/emf_win.cc         const PageBreakRecord* page_break_record =
PageBreakRecord   489 printing/emf_win.cc             reinterpret_cast<const PageBreakRecord*>(comment_record->Data);
PageBreakRecord   491 printing/emf_win.cc           if (page_break_record->type == PageBreakRecord::START_PAGE) {
PageBreakRecord   495 printing/emf_win.cc           } else if (page_break_record->type == PageBreakRecord::END_PAGE) {
PageBreakRecord   538 printing/emf_win.cc   PageBreakRecord record(PageBreakRecord::START_PAGE);
PageBreakRecord   547 printing/emf_win.cc   PageBreakRecord record(PageBreakRecord::END_PAGE);