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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h 86 void computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool allowHorizontalTiling);
PrintContext.cpp 84 computePageRectsWithPageSizeInternal(FloatSize(pageWidth / userScaleFactor, pageHeight / userScaleFactor), false);
90 computePageRectsWithPageSizeInternal(pageSizeInPixels, allowHorizontalTiling);
93 void PrintContext::computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool allowInlineDirectionTiling)

Completed in 2723 milliseconds