Searched refs:beforeValue (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | LinkedHashSet.h | 239 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()
|
D | ListHashSet.h | 175 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()
|