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

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

Completed in 166 milliseconds