HomeSort by relevance Sort by last modified time
    Searched refs:HashCountedSet (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceClientWalker.h 29 #include "wtf/HashCountedSet.h"
38 ResourceClientWalker(const HashCountedSet<ResourceClient*>& set)
41 typedef HashCountedSet<ResourceClient*>::const_iterator Iterator;
62 const HashCountedSet<ResourceClient*>& m_clientSet;
Resource.h 32 #include "wtf/HashCountedSet.h"
304 HashCountedSet<ResourceClient*> m_clients;
305 HashCountedSet<ResourceClient*> m_clientsAwaitingCallback;
Resource.cpp 709 HashCountedSet<ResourceClient*>::iterator end2 = m_clients.end();
710 for (HashCountedSet<ResourceClient*>::iterator it = m_clients.begin(); it != end2; ++it) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.h 28 #include "wtf/HashCountedSet.h"
87 void addItemToMap(HashCountedSet<AtomicString>&, const AtomicString&);
88 void removeItemFromMap(HashCountedSet<AtomicString>&, const AtomicString&);
90 HashCountedSet<AtomicString> m_namedItemCounts;
91 HashCountedSet<AtomicString> m_extraNamedItemCounts;
HTMLDocument.cpp 169 void HTMLDocument::addItemToMap(HashCountedSet<AtomicString>& map, const AtomicString& name)
178 void HTMLDocument::removeItemFromMap(HashCountedSet<AtomicString>& map, const AtomicString& name)
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashCountedSet.h 37 typename Allocator = DefaultAllocator > class HashCountedSet {
38 WTF_USE_ALLOCATOR(HashCountedSet, Allocator);
47 HashCountedSet() {}
49 void swap(HashCountedSet& other) { m_impl.swap(other.m_impl); }
90 inline typename HashCountedSet<T, U, V, W>::AddResult HashCountedSet<T, U, V, W>::add(const ValueType& value)
98 inline bool HashCountedSet<T, U, V, W>::remove(iterator it)
116 inline void HashCountedSet<T, U, V, W>::removeAll(iterator it)
125 inline void copyToVector(const HashCountedSet<T, U, V, W>& collection, VectorType& vector)
127 typedef typename HashCountedSet<T, U, V, W>::const_iterator iterator
    [all...]
RefCountedLeakCounter.cpp 27 #include "wtf/HashCountedSet.h"
48 typedef HashCountedSet<const char*, PtrHash<const char*> > ReasonSet;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CSSSelectorWatch.h 37 #include "wtf/HashCountedSet.h"
71 HashCountedSet<String> m_matchingCallbackSelectors;
CSSSelectorWatch.cpp 106 HashCountedSet<String>::AddResult result = m_matchingCallbackSelectors.add(selector);
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
trace_collections.h 32 HashCountedSet<Member<HeapObject>, void, HeapAllocator> m_wtfCountedSet;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageGeneratorValue.h 31 #include "wtf/HashCountedSet.h"
78 HashCountedSet<IntSize> m_sizes; // A count of how many times a given image size is in use.
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.h 87 HashCountedSet<String> m_counts;
EventHandlerRegistry.h 9 #include "wtf/HashCountedSet.h"
16 typedef HashCountedSet<EventTarget*> EventTargetSet;
ConsoleBase.cpp 115 HashCountedSet<String>::AddResult result = m_counts.add(identifier);
LocalDOMWindow.cpp 179 typedef HashCountedSet<LocalDOMWindow*> DOMWindowSet;
    [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 108 class HashCountedSet {};
198 class HeapHashCountedSet : public HashCountedSet<T, void, void, HeapAllocator> {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.h 35 #include "wtf/HashCountedSet.h"
173 void collectPlatformFontsForRenderer(RenderText*, HashCountedSet<String>*);
InspectorCSSAgent.cpp 749 void InspectorCSSAgent::collectPlatformFontsForRenderer(RenderText* renderer, HashCountedSet<String>* fontStats)
788 HashCountedSet<String> fontStats;
805 for (HashCountedSet<String>::iterator it = fontStats.begin(), end = fontStats.end(); it != end; ++it) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h 40 #include "wtf/HashCountedSet.h"
    [all...]
Handle.h     [all...]

Completed in 511 milliseconds