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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h279 void deallocateBuffer(T* bufferToDeallocate) function in class:WTF::VectorBufferBase
349 deallocateBuffer(buffer());
363 using Base::deallocateBuffer;
398 deallocateBuffer(buffer());
412 void deallocateBuffer(T* bufferToDeallocate) function in class:WTF::VectorBuffer
416 Base::deallocateBuffer(bufferToDeallocate);
638 using Base::deallocateBuffer;
868 Base::deallocateBuffer(oldBuffer);
902 Base::deallocateBuffer(oldBuffer);

Completed in 102 milliseconds