Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp829 static bool subtreeContainsOutOfFlowPositionedLayer(const RenderLayer* subtreeRoot) in subtreeContainsOutOfFlowPositionedLayer() function
846 bool hasOutOfFlowPositionedDescendant = subtreeContainsOutOfFlowPositionedLayer(child); in updateDescendantDependentFlags()
1413 if (subtreeContainsOutOfFlowPositionedLayer(child)) { in addChild()
1460 if (subtreeContainsOutOfFlowPositionedLayer(oldChild)) { in removeChild()