Searched refs:allocateBufferUpConvert (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringBuilder.cpp145 void StringBuilder::allocateBufferUpConvert(const LChar* currentCharacters, unsigned requiredLength) function in class:WTF::StringBuilder
185 allocateBufferUpConvert(m_buffer->characters8(), requiredLength);
285 allocateBufferUpConvert(m_buffer->characters8(), expandedCapacity(capacity(), requiredLength));
288 allocateBufferUpConvert(m_string.isNull() ? 0 : m_string.characters8(), expandedCapacity(capacity(), requiredLength));
H A DStringBuilder.h286 void allocateBufferUpConvert(const LChar* currentCharacters, unsigned requiredLength);

Completed in 357 milliseconds