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 100 computedValues.m_extent = (!shouldUsePrintingLayout() && m_frameView) ? LayoutUnit(viewLogicalHeight()) : logicalHeight;
105 if (!shouldUsePrintingLayout() && m_frameView)
307 if (shouldUsePrintingLayout())
313 bool relayoutChildren = !shouldUsePrintingLayout() && (!m_frameView || width() != viewWidth() || height() != viewHeight());
    [all...]
RenderView.h 275 bool shouldUsePrintingLayout() const;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.h 173 bool shouldUsePrintingLayout() const;
Frame.cpp 237 if (shouldUsePrintingLayout()) {
250 bool Frame::shouldUsePrintingLayout() const

Completed in 117 milliseconds