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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayoutState.h 104 bool layoutDeltaXSaturated() const { return m_layoutDeltaXSaturated; }
RenderView.h 122 return (delta.width() == m_layoutState->layoutDelta().width() || m_layoutState->layoutDeltaXSaturated()) && (delta.height() == m_layoutState->layoutDelta().height() || m_layoutState->layoutDeltaYSaturated());

Completed in 46 milliseconds