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

  /external/webkit/Source/WebCore/page/
PrintContext.h 87 void computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool allowHorizontalTiling);
PrintContext.cpp 95 computePageRectsWithPageSizeInternal(FloatSize(pageWidth / userScaleFactor, pageHeight / userScaleFactor), allowHorizontalTiling);
101 computePageRectsWithPageSizeInternal(pageSizeInPixels, allowHorizontalTiling);
104 void PrintContext::computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool allowInlineDirectionTiling)

Completed in 299 milliseconds