Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp91 static TrackedDescendantsMap* gPercentHeightDescendantsMap = 0; variable
192 if (gPercentHeightDescendantsMap) in ~RenderBlock()
193 …removeBlockFromDescendantAndContainerMaps(this, gPercentHeightDescendantsMap, gPercentHeightContai… in ~RenderBlock()
2835 …insertIntoTrackedRendererMaps(descendant, gPercentHeightDescendantsMap, gPercentHeightContainerMap… in addPercentHeightDescendant()
2840 …removeFromTrackedRendererMaps(descendant, gPercentHeightDescendantsMap, gPercentHeightContainerMap… in removePercentHeightDescendant()
2845 return gPercentHeightDescendantsMap ? gPercentHeightDescendantsMap->get(this) : 0; in percentHeightDescendants()
2864 if (!gPercentHeightDescendantsMap) in dirtyForLayoutFromPercentageHeightDescendants()
2867 TrackedRendererListHashSet* descendants = gPercentHeightDescendantsMap->get(this); in dirtyForLayoutFromPercentageHeightDescendants()