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

  /external/webkit/Source/WebCore/rendering/
LayoutState.h 76 bool pageLogicalHeight() const { return m_pageLogicalHeight; }
RenderView.h 140 unsigned pageLogicalHeight() const { return m_pageLogicalHeight; }
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 119 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth;
148 unsigned pageCount = ceilf((float)docLogicalHeight / pageLogicalHeight);
151 blockDirectionStart + i * pageLogicalHeight :
152 blockDirectionStart - (i + 1) * pageLogicalHeight;
158 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight);
165 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight);
FrameView.cpp     [all...]

Completed in 330 milliseconds