Searched refs:containerMap (Results 1 – 1 of 1) sorted by relevance
157 …Maps(RenderBlock* block, TrackedDescendantsMap*& descendantMap, TrackedContainerMap*& containerMap) in removeBlockFromDescendantAndContainerMaps() argument162 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() argument2723 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 …]