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...]