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

  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.cpp 235 if (shouldUsePrintingLayout()) {
248 bool Frame::shouldUsePrintingLayout() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 97 computedValues.m_extent = (!shouldUsePrintingLayout() && m_frameView) ? LayoutUnit(viewLogicalHeight()) : logicalHeight;
102 if (!shouldUsePrintingLayout() && m_frameView)
257 if (shouldUsePrintingLayout())
261 bool relayoutChildren = !shouldUsePrintingLayout() && (!m_frameView || width() != viewWidth() || height() != viewHeight());
    [all...]

Completed in 29 milliseconds