Searched refs:corePrintContext (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp769 static void draw_page_callback(GtkPrintOperation*, GtkPrintContext* gtkPrintContext, gint pageNumber, PrintContext* corePrintContext) argument
771 if (pageNumber >= static_cast<gint>(corePrintContext->pageCount()))
779 corePrintContext->spoolPage(graphicsContext, pageNumber, pageWidth);

Completed in 17 milliseconds