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 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...]
RenderView.h 275 bool shouldUsePrintingLayout() const;
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.h 125 bool shouldUsePrintingLayout() const;
Frame.cpp 235 if (shouldUsePrintingLayout()) {
248 bool Frame::shouldUsePrintingLayout() const

Completed in 51 milliseconds