Searched refs:gPositionedDescendantsMap (Results 1 – 1 of 1) sorted by relevance
90 static TrackedDescendantsMap* gPositionedDescendantsMap = 0; variable194 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()