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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 119 computedValues.m_extent = (!shouldUsePrintingLayout() && m_frameView) ? LayoutUnit(viewLogicalHeight()) : logicalHeight;
124 if (!shouldUsePrintingLayout() && m_frameView)
167 if (shouldUsePrintingLayout())
195 if (shouldUsePrintingLayout())
201 bool relayoutChildren = !shouldUsePrintingLayout() && (!m_frameView || width() != viewWidth() || height() != viewHeight());
712 bool RenderView::shouldUsePrintingLayout() const
716 return m_frameView->frame().shouldUsePrintingLayout();
721 if (shouldUsePrintingLayout())
776 if (!shouldUsePrintingLayout() && m_frameView)
785 if (!shouldUsePrintingLayout() && m_frameView
    [all...]
RenderView.h 182 bool shouldUsePrintingLayout() const;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 127 bool shouldUsePrintingLayout() const;
LocalFrame.cpp 233 if (shouldUsePrintingLayout()) {
247 bool LocalFrame::shouldUsePrintingLayout() const

Completed in 259 milliseconds