HomeSort by relevance Sort by last modified time
    Searched refs:viewLogicalWidth (Results 1 - 3 of 3) 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(); }
RenderView.cpp 103 setLogicalWidth(viewLogicalWidth());
    [all...]

Completed in 38 milliseconds