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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.cpp 137 properties.ancestorScrollingLayer = parentLayerOnContainingBlockChain->ancestorScrollingLayer();
139 properties.ancestorScrollingLayer = parentLayerOnContainingBlockChain;
150 && properties.ancestorScrollingLayer
151 && !info.ancestorStackingContext->renderer()->isDescendantOf(properties.ancestorScrollingLayer->renderer()))
152 properties.scrollParent = properties.ancestorScrollingLayer;
CompositingReasonFinder.cpp 138 if (const RenderLayer* scrollingAncestor = layer->ancestorScrollingLayer()) {
CompositedLayerMapping.cpp 415 if (m_owningLayer.renderer()->containingBlock()->enclosingLayer() == m_owningLayer.ancestorScrollingLayer())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 412 , ancestorScrollingLayer(0)
424 const RenderLayer* ancestorScrollingLayer;
489 const RenderLayer* ancestorScrollingLayer() const { return ancestorDependentCompositingInputs().ancestorScrollingLayer; }
    [all...]
RenderLayer.cpp 305 return ancestorScrollingLayer() != other->ancestorScrollingLayer();
    [all...]

Completed in 467 milliseconds