Home | History | Annotate | Download | only in renderer

Lines Matching defs:printing

26 #include "printing/metafile.h"
27 #include "printing/metafile_impl.h"
28 #include "printing/units.h"
49 // This code is copied from chrome/renderer/printing. Code is slightly
52 // TODO(sgurun): remove the code as part of componentization of printing.
54 namespace printing {
158 // Printing frame doesn't have any page size css. Pixels to dpi conversion
501 // the size of the view temporarily to support full page printing..
516 // Prepares frame for printing.
675 // actual printing.
881 // printing and it expects real printable_area value.
886 // Render Pages for printing.
1116 // FinalizePrintReadyDocument() when printing a PDF because the plugin
1203 // This can happen as a result of processing sync messages when printing
1254 // Render Pages for printing.
1303 if (!prep_frame_view_) // Printing is already canceled or failed.
1325 // Printing for system dialog.
1338 LOG(ERROR) << "Printing failed.";
2026 } // namespace printing