HomeSort by relevance Sort by last modified time
    Searched refs:spoolPage (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/page/
PrintContext.h 64 void spoolPage(GraphicsContext& ctx, int pageNumber, float width);
PrintContext.cpp 203 void PrintContext::spoolPage(GraphicsContext& ctx, int pageNumber, float width)
367 printContext.spoolPage(graphicsContext, pageIndex, pageWidth);
  /external/webkit/Source/WebKit/win/
WebFrame.h 393 void spoolPage (PlatformGraphicsContext* pctx, WebCore::GraphicsContext* spoolCtx, HDC printDC, IWebUIDelegate*, float headerHeight, float footerHeight, UINT page, UINT pageCount);
WebFrame.cpp     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 329 virtual float spoolPage(GraphicsContext& ctx, int pageNumber)
404 virtual float spoolPage(GraphicsContext& ctx, int pageNumber)
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebframe.cpp 779 corePrintContext->spoolPage(graphicsContext, pageNumber, pageWidth);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]

Completed in 252 milliseconds