Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp90 static TrackedDescendantsMap* gPositionedDescendantsMap = 0; variable
194 if (gPositionedDescendantsMap) in ~RenderBlock()
195 …removeBlockFromDescendantAndContainerMaps(this, gPositionedDescendantsMap, gPositionedContainerMap… in ~RenderBlock()
2779 if (gPositionedDescendantsMap) in positionedObjects()
2780 return gPositionedDescendantsMap->get(this); in positionedObjects()
2791 insertIntoTrackedRendererMaps(o, gPositionedDescendantsMap, gPositionedContainerMap); in insertPositionedObject()
2796 removeFromTrackedRendererMaps(o, gPositionedDescendantsMap, gPositionedContainerMap); in removePositionedObject()
5787 if (!gPositionedDescendantsMap) in checkPositionedObjectsNeedLayout()