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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 256 m_scrollingBlockSelectionLayer = nullptr;
    [all...]
CompositedLayerMapping.h 120 GraphicsLayer* scrollingBlockSelectionLayer() const { return m_scrollingBlockSelectionLayer.get(); }
323 // + m_scrollingBlockSelectionLayer [Present iff m_scrollingLayer is present]
351 OwnPtr<GraphicsLayer> m_scrollingBlockSelectionLayer; // Only used if the layer is using composited scrolling, but has no scrolling contents apart from block selection gaps.

Completed in 220 milliseconds