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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 184 float viewLogicalWidth = useViewWidth ? m_frame->view()->contentsWidth() : m_frame->view()->contentsHeight();
185 if (viewLogicalWidth < 1)
189 float shrinkToFitScaleFactor = (useViewWidth ? availablePaperSize.width() : availablePaperSize.height()) / viewLogicalWidth;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 68 int viewLogicalWidth() const { return style()->isHorizontalWritingMode() ? viewWidth() : viewHeight(); }

Completed in 45 milliseconds