OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computePageRects
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h
50
void
computePageRects
(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling = false);
PrintContext.cpp
57
void PrintContext::
computePageRects
(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling)
373
printContext.
computePageRects
(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
/external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp
350
computePageRects
(FloatRect(FloatPoint(0, 0), pageSizeInPixels), 0, 0, 1, pageHeight);
391
virtual void
computePageRects
(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
393
PrintContext::
computePageRects
(printRect, headerHeight, footerHeight, userScaleFactor, outPageHeight);
433
virtual void
computePageRects
(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight)
[
all
...]
Completed in 34 milliseconds