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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 204 bool requiresHorizontalScrollbarLayer() const;
CompositedLayerMapping.h 246 bool requiresHorizontalScrollbarLayer() const { return m_owningLayer.scrollableArea() && m_owningLayer.scrollableArea()->horizontalScrollbar(); }
RenderLayerCompositor.cpp     [all...]
CompositedLayerMapping.cpp 422 if (updateOverflowControlsLayers(requiresHorizontalScrollbarLayer(), requiresVerticalScrollbarLayer(), requiresScrollCornerLayer(), needsAncestorClip))
    [all...]

Completed in 191 milliseconds