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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h382 bool hasOutOfLineBuffer() const function in class:WTF::VectorBuffer
485 bool hasOutOfLineBuffer() const function in class:WTF::VectorBuffer
595 if (LIKELY(m_size) && !(Allocator::isGarbageCollected && this->hasOutOfLineBuffer())) {
1189 if (this->hasOutOfLineBuffer())

Completed in 802 milliseconds