take              168 Source/bindings/v8/PageScriptDebugServer.cpp     String sourceURL = m_compiledScriptURLs.take(scriptId);
take              516 Source/core/accessibility/AXObjectCache.cpp     if (!m_objects.take(axID))
take              377 Source/core/animation/css/CSSAnimations.cpp         m_animations.take(*iter)->cancel();
take              410 Source/core/animation/css/CSSAnimations.cpp         AnimationPlayer* player = m_transitions.take(id).transition->player();
take               92 Source/core/dom/ScriptRunner.cpp         m_scriptsToExecuteSoon.append(m_pendingAsyncScripts.take(scriptLoader));
take               66 Source/core/dom/custom/CustomElementObserver.cpp     CustomElementObserver* observer = elementObservers().take(element);
take              103 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp     const ListHashSet<Element*>& candidates = m_unresolvedDefinitions.take(descriptor);
take              135 Source/core/html/HTMLMediaElement.cpp     HashSet<HTMLMediaElement*> set = map.take(document);
take              143 Source/core/html/HTMLMediaElement.cpp     HashSet<HTMLMediaElement*> set = map.take(document);
take               74 Source/core/inspector/AsyncCallStackTracker.cpp         ExecutionContextData* self = m_tracker->m_executionContextDataMap.take(executionContext());
take              217 Source/core/inspector/AsyncCallStackTracker.cpp             setCurrentAsyncCallChain(data->m_timerCallChains.take(timerId));
take              251 Source/core/inspector/AsyncCallStackTracker.cpp         setCurrentAsyncCallChain(data->m_animationFrameCallChains.take(callbackId));
take              327 Source/core/inspector/AsyncCallStackTracker.cpp             setCurrentAsyncCallChain(data->m_xhrCallChains.take(xhr));
take              367 Source/core/inspector/AsyncCallStackTracker.cpp         setCurrentAsyncCallChain(data->m_mutationObserverCallChains.take(observer));
take              391 Source/core/inspector/AsyncCallStackTracker.cpp         setCurrentAsyncCallChain(data->m_promiseTaskCallChains.take(task));
take             3705 Source/core/page/EventHandler.cpp             touchTarget = m_originatingTouchPointTargets.take(touchPointTargetKey);
take              235 Source/core/page/scrolling/ScrollingCoordinator.cpp     if (OwnPtr<WebScrollbarLayer> scrollbarLayer = scrollbars.take(scrollableArea))
take             1008 Source/core/rendering/FastTextAutosizer.cpp     Fingerprint fingerprint = m_fingerprints.take(renderer);
take              170 Source/core/rendering/RenderBlock.cpp     if (OwnPtr<TrackedRendererListHashSet> descendantSet = descendantMap->take(block)) {
take              222 Source/core/rendering/RenderBlock.cpp         gColumnInfoMap->take(this);
take             2154 Source/core/rendering/RenderBlock.cpp     OwnPtr<ListHashSet<RenderInline*> > continuations = table->take(this);
take             2532 Source/core/rendering/RenderBlock.cpp     OwnPtr<HashSet<RenderBlock*> > containerSet = containerMap->take(descendant);
take             3213 Source/core/rendering/RenderBlock.cpp             gColumnInfoMap->take(this);
take              234 Source/core/rendering/RenderGrid.cpp     GridCoordinate coordinate = m_gridItemCoordinate.take(childBox);
take               76 Source/core/rendering/RenderLayerFilterInfo.cpp     RenderLayerFilterInfo* filter = s_filterMap->take(layer);
take              230 Source/core/rendering/RenderText.cpp     if (SecureTextTimer* secureTextTimer = gSecureTextTimers ? gSecureTextTimers->take(this) : 0)
take               72 Source/core/rendering/RootInlineBox.cpp         EllipsisBox* box = gEllipsisBoxMap->take(this);
take               71 Source/core/rendering/svg/SVGResourcesCache.cpp     OwnPtr<SVGResources> resources = m_cache.take(object);
take              271 Source/core/svg/SVGDocumentExtensions.cpp     return m_pendingResources.take(id);
take              277 Source/core/svg/SVGDocumentExtensions.cpp     return m_pendingResourcesForRemoval.take(id);
take              287 Source/core/svg/SVGDocumentExtensions.cpp     OwnPtr<SVGPendingElements> existing = m_pendingResources.take(id);
take              227 Source/platform/fonts/FontCache.cpp             fontVerticalDataCache.take(keysToRemove[i]);
take              359 Source/platform/fonts/GlyphPageTreeNode.cpp     if (OwnPtr<GlyphPageTreeNode> node = m_children.take(fontData)) {
take              384 Source/platform/fonts/GlyphPageTreeNode.cpp     if (OwnPtr<GlyphPageTreeNode> node = m_children.take(fontData)) {
take              400 Source/platform/graphics/ImageDecodingStore.cpp     deletionList->append(cacheMap->take(cacheEntry->cacheKey()));
take             2616 Source/platform/heap/HeapTest.cpp                                 EXPECT_EQ(i + 1, weakStrong->take(keepNumbersAlive[i])->value());
take             2619 Source/platform/heap/HeapTest.cpp                                 EXPECT_EQ(i, strongWeak->take(keepNumbersAlive[i + 1])->value());
take             2622 Source/platform/heap/HeapTest.cpp                                 EXPECT_EQ(i + 1, weakWeak->take(keepNumbersAlive[i])->value());
take               88 Source/platform/mhtml/ArchiveResourceCollection.cpp     RefPtr<MHTMLArchive> archive = m_subframes.take(frameName);
take               92 Source/platform/mhtml/ArchiveResourceCollection.cpp     return m_subframes.take(url.string());
take             1082 Source/platform/text/BidiResolver.h     return m_midpointStateForIsolatedRun.take(run);
take               95 Source/platform/text/TextBreakIteratorICU.cpp         m_pool.append(Entry(m_vendedIterators.take(iterator), iterator));
take              542 Source/platform/text/TextBreakIteratorICU.cpp     TextBreakIterator* iterator = LineBreakIteratorPool::sharedPool().take(locale);
take              572 Source/platform/text/TextBreakIteratorICU.cpp     TextBreakIterator* iterator = LineBreakIteratorPool::sharedPool().take(locale);
take              143 Source/wtf/HashMap.h         MappedPassOutType take(KeyPeekInType); // efficient combination of get with remove
take              429 Source/wtf/HashMap.h     HashMap<T, U, V, W, X, Y>::take(KeyPeekInType key)
take              125 Source/wtf/HashMapTest.cpp     OwnPtr<DestructCounter> ownCounter1 = map.take(1);