HomeSort by relevance Sort by last modified time
    Searched refs:reserveCapacity (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 179 result.reserveCapacity(resultLength);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
RangeInputType.cpp 346 m_tickMarkValues.reserveCapacity(options->length());
FormController.cpp 76 state.m_values.reserveCapacity(valueSize);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JSONParser.cpp 333 buffer.reserveCapacity(end - start);
InspectorLayerTreeAgent.cpp 389 url.reserveCapacity(url.length() + base64Data->size());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontData.cpp 305 mirroredCharacters.reserveCapacity(length);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Character.cpp 357 normalized.reserveCapacity(length);
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOrigin.cpp 486 builder.reserveCapacity(m_protocol.length() + m_host.length() + 10);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 193 void StringBuilder::reserveCapacity(unsigned newCapacity)
StringBuilder.h 58 // If we're appending to an empty string, and there is not a buffer (reserveCapacity has not been called)
78 // If we're appending to an empty string, and there is not a buffer (reserveCapacity has not been called)
220 void reserveCapacity(unsigned newCapacity);
WTFString.h 553 vector.reserveCapacity(vector.size() + length);
611 result.reserveCapacity(result.size() + numberOfCharactersToCopy);
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp 120 uuids.reserveCapacity(blobInfo->size());
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSBasicShapes.cpp 250 result.reserveCapacity(length);
StylePropertySet.cpp 350 m_propertyVector.reserveCapacity(m_propertyVector.size() + properties.size());
CSSPrimitiveValue.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 233 result.reserveCapacity(length);
  /external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp 273 mimeType.reserveCapacity(length);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositeEditCommand.cpp 509 types.reserveCapacity(arraySize);
510 descriptions.reserveCapacity(arraySize);
    [all...]
htmlediting.cpp 390 rebalancedString.reserveCapacity(length);
    [all...]
markup.cpp 218 result.reserveCapacity(totalLength(m_reversedPrecedingMarkup) + length());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Binding.cpp 619 u.reserveCapacity(n);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.cpp 731 elements.reserveCapacity(associatedElements.size());
HTMLTextFormControlElement.cpp 126 stripped.reserveCapacity(length);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp 451 result.reserveCapacity(1024);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]

Completed in 1261 milliseconds

1 23 4