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

  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTraits.h 68 static bool shouldRemoveFromCollection(Visitor*, T&) { return false; }
282 static bool shouldRemoveFromCollection(Visitor* visitor, TraitType& pair)
284 return KeyTraits::shouldRemoveFromCollection(visitor, pair.key)
285 || ValueTraits::shouldRemoveFromCollection(visitor, pair.value);
LinkedHashSet.h 329 static bool shouldRemoveFromCollection(Visitor* visitor, LinkedHashSetNode<Value>& node)
331 return ValueTraits::shouldRemoveFromCollection(visitor, node.m_value);
HashTable.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h     [all...]
Handle.h     [all...]
HeapTest.cpp 144 // that shouldRemoveFromCollection checks them so the entry can be removed
146 bool shouldRemoveFromCollection(Visitor* visitor)
178 // shouldRemoveFromCollection methods. In addition, these traits are concerned
    [all...]

Completed in 227 milliseconds