Searched defs:swapVectorBuffer (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h368 void swapVectorBuffer(VectorBuffer<T, 0, Allocator>& other) function in class:WTF::VectorBuffer
453 void swapVectorBuffer(VectorBuffer<T, inlineCapacity, Allocator>& other) function in class:WTF::VectorBuffer
711 Base::swapVectorBuffer(other);
729 using Base::swapVectorBuffer;

Completed in 416 milliseconds