OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrintContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h
39
class
PrintContext
{
41
explicit
PrintContext
(Frame*);
42
~
PrintContext
();
PrintContext.cpp
22
#include "core/page/
PrintContext
.h"
44
PrintContext
::
PrintContext
(Frame* frame)
51
PrintContext
::~
PrintContext
()
57
void
PrintContext
::computePageRects(const FloatRect& printRect, float headerHeight, float footerHeight, float userScaleFactor, float& outPageHeight, bool allowHorizontalTiling)
87
void
PrintContext
::computePageRectsWithPageSize(const FloatSize& pageSizeInPixels, bool allowHorizontalTiling)
93
void
PrintContext
::computePageRectsWithPageSizeInternal(const FloatSize& pageSizeInPixels, bool allowInlineDirectionTiling)
162
void
PrintContext
::begin(float width, float height)
174
float
PrintContext
::computeAutomaticScaleFactor(const FloatSize& availablePaperSize
[
all
...]
Completed in 83 milliseconds