Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp157 …Maps(RenderBlock* block, TrackedDescendantsMap*& descendantMap, TrackedContainerMap*& containerMap) in removeBlockFromDescendantAndContainerMaps() argument
162 TrackedContainerMap::iterator it = containerMap->find(*descendant); in removeBlockFromDescendantAndContainerMaps()
163 ASSERT(it != containerMap->end()); in removeBlockFromDescendantAndContainerMaps()
164 if (it == containerMap->end()) in removeBlockFromDescendantAndContainerMaps()
170 containerMap->remove(it); in removeBlockFromDescendantAndContainerMaps()
2719 …(RenderBox* descendant, TrackedDescendantsMap*& descendantsMap, TrackedContainerMap*& containerMap) in insertIntoTrackedRendererMaps() argument
2723 containerMap = new TrackedContainerMap; in insertIntoTrackedRendererMaps()
2733 ASSERT(containerMap->get(descendant)); in insertIntoTrackedRendererMaps()
2734 ASSERT(containerMap->get(descendant)->contains(this)); in insertIntoTrackedRendererMaps()
2738 HashSet<RenderBlock*>* containerSet = containerMap->get(descendant); in insertIntoTrackedRendererMaps()
[all …]