Home
last modified time | relevance | path

Searched refs:m_scrollingBlockSelectionLayer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp256 m_scrollingBlockSelectionLayer = nullptr; in destroyGraphicsLayers()
1019 m_scrollingBlockSelectionLayer->setPaintingPhase(paintPhase); in updatePaintingPhases()
1030 if (!m_scrollingBlockSelectionLayer) in updateScrollingBlockSelection()
1035 m_scrollingBlockSelectionLayer->setDrawsContent(false); in updateScrollingBlockSelection()
1041 m_scrollingBlockSelectionLayer->setDrawsContent(shouldDrawContent); in updateScrollingBlockSelection()
1046 …if (m_scrollingBlockSelectionLayer->size() == blockSelectionGapsBounds.size() && m_scrollingBlockS… in updateScrollingBlockSelection()
1049 m_scrollingBlockSelectionLayer->setPosition(position); in updateScrollingBlockSelection()
1050 m_scrollingBlockSelectionLayer->setSize(blockSelectionGapsBounds.size()); in updateScrollingBlockSelection()
1051m_scrollingBlockSelectionLayer->setOffsetFromRenderer(toIntSize(blockSelectionGapsBounds.location(… in updateScrollingBlockSelection()
1451m_scrollingBlockSelectionLayer = createGraphicsLayer(CompositingReasonLayerForScrollingBlockSelect… in updateScrollingLayers()
[all …]
DCompositedLayerMapping.h120 …GraphicsLayer* scrollingBlockSelectionLayer() const { return m_scrollingBlockSelectionLayer.get();… in scrollingBlockSelectionLayer()
351 …OwnPtr<GraphicsLayer> m_scrollingBlockSelectionLayer; // Only used if the layer is using composite… variable