OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pageLogicalWidth
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp
109
int
pageLogicalWidth
= isHorizontal ? pageWidth : pageHeight;
145
currentInlinePosition += (inlineDirectionEnd > inlineDirectionStart ?
pageLogicalWidth
: -
pageLogicalWidth
)) {
146
int pageLogicalLeft = inlineDirectionEnd > inlineDirectionStart ? currentInlinePosition : currentInlinePosition -
pageLogicalWidth
;
147
IntRect pageRect(pageLogicalLeft, pageLogicalTop,
pageLogicalWidth
, pageLogicalHeight);
153
int pageLogicalLeft = inlineDirectionEnd > inlineDirectionStart ? inlineDirectionStart : inlineDirectionStart -
pageLogicalWidth
;
154
IntRect pageRect(pageLogicalLeft, pageLogicalTop,
pageLogicalWidth
, pageLogicalHeight);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.cpp
56
LayoutUnit RenderRegion::
pageLogicalWidth
() const
303
if (!isRenderRegionSet() && (oldRegionRect.width() !=
pageLogicalWidth
() || oldRegionRect.height() != pageLogicalHeight())) {
/external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp
[
all
...]
Completed in 128 milliseconds