HomeSort by relevance Sort by last modified time
    Searched defs:pageLogicalWidth (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRegion.cpp 51 LayoutUnit RenderRegion::pageLogicalWidth() const
  /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/frame/
FrameView.cpp     [all...]

Completed in 85 milliseconds