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

/external/webkit/Source/WebCore/page/
H A DPrintContext.cpp22 #include "PrintContext.h"
46 PrintContext::PrintContext(Frame* frame) function in class:WebCore::PrintContext
52 PrintContext::~PrintContext()
58 void PrintContext::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling)
98 void PrintContext::computePageRectsWithPageSize(const FloatSize& pageSizeInPixels, bool allowHorizontalTiling)
104 void PrintContext::computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool allowInlineDirectionTiling)
173 void PrintContext::begin(float width, float height)
185 float PrintContext
[all...]
H A DPrintContext.h36 class PrintContext { class in namespace:WebCore
38 PrintContext(Frame*);
39 ~PrintContext();
/external/webkit/Source/WebCore/page/win/
H A DFrameWin.cpp32 #include "PrintContext.h"
41 PrintContext printContext(frame);
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCoreStatistics.mm45 #import <WebCore/PrintContext.h>
278 return PrintContext::pageNumberForElement(core(element), FloatSize(pageWidthInPixels, pageHeightInPixels));
283 return PrintContext::numberOfPages(_private->coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
288 return PrintContext::pageProperty(_private->coreFrame, propertyName, pageNumber);
293 return PrintContext::isPageBoxVisible(_private->coreFrame, pageNumber);
298 return PrintContext::pageSizeAndMarginsInPixels(_private->coreFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft);
308 PrintContext::spoolAllPagesWithBoundaries(coreFrame, graphicsContext, FloatSize(pageWidthInPixels, pageHeightInPixels));
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp51 #include <WebCore/PrintContext.h>
158 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
176 return PrintContext::pageNumberForElement(element, FloatSize(pageWidthInPixels, pageHeightInPixels));
185 return PrintContext::pageSizeAndMarginsInPixels(coreFrame, pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft);
194 return PrintContext::isPageBoxVisible(coreFrame, pageIndex);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframe.cpp48 #include "PrintContext.h"
753 PrintContext* printContext = reinterpret_cast<PrintContext*>(user_data);
769 static void draw_page_callback(GtkPrintOperation*, GtkPrintContext* gtkPrintContext, gint pageNumber, PrintContext* corePrintContext)
784 PrintContext* printContext = reinterpret_cast<PrintContext*>(user_data);
816 PrintContext printContext(coreFrame);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp50 #include "PrintContext.h"
258 return PrintContext::pageNumberForElement(coreElement, FloatSize(pageWidth, pageHeight));
277 return PrintContext::numberOfPages(coreFrame, FloatSize(pageWidth, pageHeight));
296 return PrintContext::pageProperty(coreFrame, propertyName, pageNumber).utf8();
338 return PrintContext::pageSizeAndMarginsInPixels(coreFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft).utf8();
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp108 #include "PrintContext.h"
295 // Simple class to override some of PrintContext behavior. Some of the methods
297 class ChromePrintContext : public PrintContext {
301 : PrintContext(frame)
310 PrintContext::begin(m_printedPageWidth, height);
315 PrintContext::end();
348 return PrintContext::computePageRects(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
353 return PrintContext::pageCount();
366 // Simple class to override some of PrintContext behavior. This is used when
1845 return PrintContext
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h80 class PrintContext;
637 OwnPtr<WebCore::PrintContext> m_printContext;
H A DWebPage.cpp95 #include <WebCore/PrintContext.h>
2085 m_printContext = adoptPtr(new PrintContext(coreFrame));
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp63 #include "PrintContext.h"
416 return PrintContext::pageNumberForElement(element, FloatSize(width, height));
425 return PrintContext::numberOfPages(coreFrame, FloatSize(width, height));
913 return PrintContext::pageSizeAndMarginsInPixels(coreFrame, pageIndex, width, height,
920 return PrintContext::pageProperty(coreFrame, propertyName.toUtf8().constData(), pageNumber);
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp89 #include <WebCore/PrintContext.h>
910 *result = PrintContext::pageNumberForElement(element, FloatSize(pageWidthInPixels, pageHeightInPixels));
926 *result = PrintContext::numberOfPages(coreFrame, FloatSize(pageWidthInPixels, pageHeightInPixels));
/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp36 #include "PrintContext.h"
760 PrintContext printContext(frame);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm79 #import <WebCore/PrintContext.h>
1349 PrintContext printContext(_private->coreFrame);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.cpp64 #include "PrintContext.h"
1441 PrintContext printContext(d->frame);
/external/webkit/Source/WebCore/
H A DAndroid.mk515 page/PrintContext.cpp \

Completed in 188 milliseconds