Home
last modified time | relevance | path

Searched refs:deleteAllValues (Results 1 – 25 of 70) sorted by relevance

123

/external/webkit/Source/WebCore/html/
DCollectionCache.cpp70 deleteAllValues(idCache); in ~CollectionCache()
71 deleteAllValues(nameCache); in ~CollectionCache()
81 deleteAllValues(idCache); in reset()
83 deleteAllValues(nameCache); in reset()
/external/webkit/Source/JavaScriptCore/yarr/
DYarrPattern.h262 deleteAllValues(m_alternatives); in ~PatternDisjunction()
320 deleteAllValues(m_disjunctions); in ~YarrPattern()
321 deleteAllValues(m_userCharacterClasses); in ~YarrPattern()
341 deleteAllValues(m_disjunctions); in reset()
343 deleteAllValues(m_userCharacterClasses); in reset()
DYarrInterpreter.h349 deleteAllValues(m_allParenthesesInfo); in ~BytecodePattern()
350 deleteAllValues(m_userCharacterClasses); in ~BytecodePattern()
/external/webkit/Source/JavaScriptCore/wtf/
DHashSet.h31 void deleteAllValues(const HashSet<Value, HashFunctions, Traits>&);
92 friend void deleteAllValues<>(const HashSet&);
214 void deleteAllValues(HashTableType& collection) in deleteAllValues() function
223 inline void deleteAllValues(const HashSet<T, U, V>& collection) in deleteAllValues() function
225 deleteAllValues<typename HashSet<T, U, V>::ValueType>(collection.m_impl); in deleteAllValues()
DListHashSet.h47 void deleteAllValues(const ListHashSet<Value, inlineCapacity, HashFunctions>&);
131 friend void deleteAllValues<>(const ListHashSet&);
690 void deleteAllValues(HashTableType& collection) in deleteAllValues() function
699 inline void deleteAllValues(const ListHashSet<T, inlineCapacity, U>& collection) in deleteAllValues() function
701deleteAllValues<true, typename ListHashSet<T, inlineCapacity, U>::ValueType>(collection.m_impl); in deleteAllValues()
/external/webkit/Source/WebCore/bridge/c/
Dc_class.cpp52 deleteAllValues(_methods); in ~CClass()
55 deleteAllValues(_fields); in ~CClass()
/external/webkit/Source/WebCore/xml/
DXPathParser.cpp481 deleteAllValues(m_parseNodes); in parseStatement()
486 deleteAllValues(**it); in parseStatement()
493 deleteAllValues(**it); in parseStatement()
498 deleteAllValues(m_strings); in parseStatement()
501 deleteAllValues(m_nodeTests); in parseStatement()
DXPathExpressionNode.cpp53 deleteAllValues(m_subExpressions); in ~Expression()
DXPathPath.cpp52 deleteAllValues(m_predicates); in ~Filter()
91 deleteAllValues(m_steps); in ~LocationPath()
/external/webkit/Source/WebCore/bridge/jni/jsc/
DJavaClassJSC.cpp105 deleteAllValues(m_fields); in ~JavaClass()
111 deleteAllValues(*methodList); in ~JavaClass()
/external/webkit/Source/WebCore/bridge/jni/v8/
DJavaClassJobjectV8.cpp102 deleteAllValues(m_fields); in ~JavaClassJobject()
108 deleteAllValues(*methodList); in ~JavaClassJobject()
/external/webkit/Source/JavaScriptCore/parser/
DSourceProviderCache.cpp40 deleteAllValues(m_map); in clear()
/external/webkit/Source/WebCore/css/
DMediaList.cpp96 deleteAllValues(m_queries); in ~MediaList()
210 deleteAllValues(m_queries); in setMediaText()
DCSSFontFace.cpp39 deleteAllValues(m_sources); in ~CSSFontFace()
DCSSFontSelector.cpp73 deleteAllValues(m_fontFaces); in ~CSSFontSelector()
74 deleteAllValues(m_locallyInstalledFontFaces); in ~CSSFontSelector()
75 deleteAllValues(m_fonts); in ~CSSFontSelector()
/external/webkit/Source/WebCore/loader/
DProgressTracker.cpp81 deleteAllValues(m_progressItems); in ~ProgressTracker()
91 deleteAllValues(m_progressItems); in reset()
/external/webkit/Source/WebCore/svg/
DSVGDocumentExtensions.cpp52 deleteAllValues(m_animatedElements); in ~SVGDocumentExtensions()
53 deleteAllValues(m_pendingResources); in ~SVGDocumentExtensions()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceMasker.cpp58 deleteAllValues(m_masker); in ~RenderSVGResourceMasker()
66 deleteAllValues(m_masker); in removeAllClientsFromCache()
DRenderSVGResourceGradient.cpp51 deleteAllValues(m_gradient); in ~RenderSVGResourceGradient()
58 deleteAllValues(m_gradient); in removeAllClientsFromCache()
DRenderSVGResourcePattern.cpp48 deleteAllValues(m_pattern); in ~RenderSVGResourcePattern()
55 deleteAllValues(m_pattern); in removeAllClientsFromCache()
/external/webkit/Source/JavaScriptCore/API/
DJSClassRef.cpp193 deleteAllValues(*staticValues); in ~OpaqueJSClassContextData()
198 deleteAllValues(*staticFunctions); in ~OpaqueJSClassContextData()
/external/webkit/Source/WebKit2/UIProcess/Plugins/
DWebPluginSiteDataManager.cpp140 deleteAllValues(m_pendingGetSitesWithData); in invalidate()
142 deleteAllValues(m_pendingClearSiteData); in invalidate()
/external/webkit/Source/WebCore/dom/
DEventTarget.cpp75 deleteAllValues(eventListenerMap); in ~EventTargetData()
397 deleteAllValues(d->eventListenerMap); in removeAllEventListeners()
/external/webkit/Source/WebCore/platform/graphics/
DGlyphMetricsMap.h50 deleteAllValues(*m_pages); in ~GlyphMetricsMap()
/external/webkit/Source/WebCore/rendering/
DRenderView.cpp512 deleteAllValues(oldSelectedObjects); in setSelection()
513 deleteAllValues(newSelectedObjects); in setSelection()
514 deleteAllValues(oldSelectedBlocks); in setSelection()
515 deleteAllValues(newSelectedBlocks); in setSelection()

123