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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h308 void clearUnusedSlots(T* from, T* to) function in class:WTF::VectorBufferBase
380 using Base::clearUnusedSlots;
732 using Base::clearUnusedSlots;
935 clearUnusedSlots(begin() + size, end());
1123 clearUnusedSlots(end() - 1, end());
1136 clearUnusedSlots(end() - length, end());

Completed in 353 milliseconds