Home
last modified time | relevance | path

Searched refs:beforeValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
DLinkedHashSet.h239 AddResult insertBefore(ValuePeekInType beforeValue, ValuePeekInType newValue);
651 … W>::AddResult LinkedHashSet<T, U, V, W>::insertBefore(ValuePeekInType beforeValue, ValuePeekInTyp… in insertBefore() argument
653 return insertBefore(find(beforeValue), newValue); in insertBefore()
DListHashSet.h175 AddResult insertBefore(ValuePeekInType beforeValue, ValuePassInType newValue);
858 …ult ListHashSet<T, inlineCapacity, U, V>::insertBefore(ValuePeekInType beforeValue, ValuePassInTyp… in insertBefore() argument
861 return insertBefore(find(beforeValue), newValue); in insertBefore()