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 183 float viewLogicalWidth = useViewWidth ? m_frame->view()->contentsWidth() : m_frame->view()->contentsHeight();
184 if (viewLogicalWidth < 1)
188 float shrinkToFitScaleFactor = (useViewWidth ? availablePaperSize.width() : availablePaperSize.height()) / viewLogicalWidth;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 72 int viewLogicalWidth(ScrollableArea::IncludeScrollbarsInRect scrollbarInclusion = ScrollableArea::ExcludeScrollbars) const

Completed in 1100 milliseconds