Home
last modified time | relevance | path

Searched refs:LayerListMutationDetector (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerStackingNode.h198 class LayerListMutationDetector {
200 explicit LayerListMutationDetector(RenderLayerStackingNode* stackingNode) in LayerListMutationDetector() function
207 ~LayerListMutationDetector() in ~LayerListMutationDetector()
DRenderLayer.cpp2195 LayerListMutationDetector mutationChecker(m_stackingNode.get()); in paintChildren()
3345 LayerListMutationDetector mutationChecker(const_cast<RenderLayer*>(this)->stackingNode()); in physicalBoundingBoxIncludingReflectionAndStackingChildren()
3415 LayerListMutationDetector mutationChecker(const_cast<RenderLayer*>(this)->stackingNode()); in boundingBoxForCompositing()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DGraphicsLayerTreeBuilder.cpp75 LayerListMutationDetector mutationChecker(layer.stackingNode()); in rebuild()
DCompositingRequirementsUpdater.cpp325 LayerListMutationDetector mutationChecker(layer->stackingNode()); in updateRecursive()
DRenderLayerCompositor.cpp698 LayerListMutationDetector mutationChecker(layer->stackingNode()); in recursiveRepaintLayer()
DCompositedLayerMapping.cpp1629 LayerListMutationDetector mutationChecker(parent->stackingNode()); in hasVisibleNonCompositingDescendant()