HomeSort by relevance Sort by last modified time
    Searched full:reservecapacity (Results 51 - 75 of 75) sorted by null

1 23

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 569 vector.reserveCapacity(vector.size() + length);
627 result.reserveCapacity(result.size() + numberOfCharactersToCopy);
StringImpl.cpp 93 snippet.reserveCapacity(expectedLength);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 120 stripped.reserveCapacity(length);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.cpp 76 state.m_values.reserveCapacity(valueSize);
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 233 result.reserveCapacity(length);
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOrigin.cpp 427 result.reserveCapacity(m_protocol.length() + m_host.length() + 10);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 1003 result.reserveCapacity(6 + m_value.string->length());
    [all...]
StylePropertySet.cpp 350 m_propertyVector.reserveCapacity(m_propertyVector.size() + properties.size());
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.cpp 438 result.reserveCapacity(1024);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.cpp 294 normalized.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/
TextIterator.cpp     [all...]
htmlediting.cpp 367 rebalancedString.reserveCapacity(length);
    [all...]
markup.cpp 205 result.reserveCapacity(totalLength(m_reversedPrecedingMarkup) + length());
    [all...]
CompositeEditCommand.cpp 533 markers.reserveCapacity(arraySize);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTokenizer.cpp     [all...]
HTMLTreeBuilder.cpp 239 result.reserveCapacity(length);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp     [all...]
InlineTextBox.cpp     [all...]
RenderListMarker.cpp     [all...]
RenderText.cpp 121 result.reserveCapacity(length);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 906 filteredListeners.reserveCapacity(listeners.size());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp     [all...]

Completed in 1339 milliseconds

1 23