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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 110 int pageLogicalWidth = isHorizontal ? pageWidth : pageHeight;
146 currentInlinePosition += (inlineDirectionEnd > inlineDirectionStart ? pageLogicalWidth : -pageLogicalWidth)) {
147 int pageLogicalLeft = inlineDirectionEnd > inlineDirectionStart ? currentInlinePosition : currentInlinePosition - pageLogicalWidth;
148 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight);
154 int pageLogicalLeft = inlineDirectionEnd > inlineDirectionStart ? inlineDirectionStart : inlineDirectionStart - pageLogicalWidth;
155 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight);
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.h 107 virtual LayoutUnit pageLogicalWidth() const OVERRIDE { return m_computedColumnWidth; }
RenderRegion.h 93 virtual LayoutUnit pageLogicalWidth() const;
RenderFlowThread.cpp 173 LayoutUnit regionLogicalWidth = region->pageLogicalWidth();
232 logicalWidth = max(region->pageLogicalWidth(), logicalWidth);
239 LayoutUnit regionLogicalWidth = region->pageLogicalWidth();
488 return region ? region->pageLogicalWidth() : contentLogicalWidth();
    [all...]
RenderRegion.cpp 55 LayoutUnit RenderRegion::pageLogicalWidth() const
294 if (!isRenderRegionSet() && (oldRegionRect.width() != pageLogicalWidth() || oldRegionRect.height() != pageLogicalHeight()))

Completed in 52 milliseconds