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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuilder.cpp161 void StringBuilder::reallocateBuffer<LChar>(unsigned requiredLength) function in class:WTF::StringBuilder
178 void StringBuilder::reallocateBuffer<UChar>(unsigned requiredLength) function in class:WTF::StringBuilder
199 reallocateBuffer<LChar>(newCapacity);
201 reallocateBuffer<UChar>(newCapacity);
251 reallocateBuffer<CharType>(expandedCapacity(capacity(), requiredLength));
390 reallocateBuffer<LChar>(m_length);
392 reallocateBuffer<UChar>(m_length);

Completed in 846 milliseconds