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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNodeSet.h47 void reserveCapacity(size_t newCapacity) { m_nodes.reserveCapacity(newCapacity); } function in class:blink::XPath::NodeSet
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPurgeableVector.cpp61 void PurgeableVector::reserveCapacity(size_t capacity) function in class:blink::PurgeableVector
76 m_vector.reserveCapacity(capacity);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuilder.cpp193 void StringBuilder::reserveCapacity(unsigned newCapacity) function in class:WTF::StringBuilder
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DVector.h664 void reserveCapacity(size_t newCapacity);
762 reserveCapacity(other.size());
788 reserveCapacity(other.size());
858 reserveCapacity(newSize);
894 reserveCapacity(std::max(newMinCapacity, std::max(static_cast<size_t>(kInitialVectorSize), expandedCapacity)));
950 void Vector<T, inlineCapacity, Allocator>::reserveCapacity(size_t newCapacity) function in class:WTF::Vector::Vector

Completed in 94 milliseconds