grow 136 Source/core/css/CSSKeyframesRule.cpp m_childRuleCSSOMWrappers.grow(length()); grow 245 Source/core/css/CSSStyleSheet.cpp m_childRuleCSSOMWrappers.grow(ruleCount); grow 336 Source/core/css/RuleSet.cpp builder.grow(pendingRules->size()); grow 48 Source/core/css/resolver/MatchResult.cpp matchedProperties.grow(matchedProperties.size() + 1); grow 206 Source/core/dom/DocumentMarkerController.cpp markers->grow(DocumentMarker::MarkerTypeIndexesCount); grow 127 Source/core/editing/TextIterator.cpp m_words.grow(index + 1); grow 327 Source/core/fetch/MemoryCache.cpp m_allResources.grow(queueIndex + 1); grow 293 Source/core/html/parser/HTMLToken.h m_attributes.grow(m_attributes.size() + 1); grow 244 Source/core/html/parser/TextResourceDecoder.cpp m_buffer.grow(oldSize + len); grow 287 Source/core/html/parser/TextResourceDecoder.cpp m_buffer.grow(oldSize + len); grow 387 Source/core/html/parser/TextResourceDecoder.cpp m_buffer.grow(oldSize + len); grow 459 Source/core/rendering/AutoTableLayout.cpp m_spanCells.grow(size + 10); grow 734 Source/core/rendering/RenderGrid.cpp m_grid[row].grow(maximumPositionIndex + 1); grow 738 Source/core/rendering/RenderGrid.cpp m_grid.grow(maximumPositionIndex + 1); grow 740 Source/core/rendering/RenderGrid.cpp m_grid[row].grow(m_grid[0].size()); grow 831 Source/core/rendering/RenderGrid.cpp m_grid.grow(maximumRowIndex); grow 833 Source/core/rendering/RenderGrid.cpp m_grid[i].grow(maximumColumnIndex); grow 831 Source/core/rendering/RenderTable.cpp m_columnPos.grow(numEffCols() + 1); grow 856 Source/core/rendering/RenderTable.cpp m_columnPos.grow(numEffCols() + 1); grow 189 Source/core/rendering/RenderTableSection.cpp m_grid.grow(numRows); grow 193 Source/core/rendering/RenderTableSection.cpp m_grid[row].row.grow(effectiveColumnCount); grow 839 Source/core/rendering/TextAutosizer.cpp groups.grow(1); grow 851 Source/core/rendering/TextAutosizer.cpp groups.grow(groups.size() + 1); grow 655 Source/core/rendering/line/BreakingContextInlineHeaders.h wordMeasurements.grow(wordMeasurements.size() + 1); grow 812 Source/core/rendering/line/BreakingContextInlineHeaders.h wordMeasurements.grow(wordMeasurements.size() + 1); grow 93 Source/modules/websockets/WebSocketDeflater.cpp m_buffer.grow(writePosition + maxLength); grow 116 Source/modules/websockets/WebSocketDeflater.cpp m_buffer.grow(writePosition + bufferIncrementUnit); grow 179 Source/modules/websockets/WebSocketDeflater.cpp m_buffer.grow(writePosition + bufferIncrementUnit); grow 211 Source/modules/websockets/WebSocketDeflater.cpp m_buffer.grow(writePosition + bufferIncrementUnit); grow 133 Source/modules/websockets/WebSocketFrame.cpp frameData.grow(frameData.size() + maskingKeyWidthInBytes); // Add placeholder for masking key. Will be overwritten. grow 73 Source/platform/PurgeableVector.h void grow(size_t); grow 77 Source/platform/PurgeableVectorTest.cpp TEST_P(PurgeableVectorTestWithPlatformSupport, grow) grow 80 Source/platform/PurgeableVectorTest.cpp purgeableVector.grow(kTestSize); grow 156 Source/platform/SharedBuffer.cpp m_buffer.grow(size); grow 342 Source/platform/fonts/mac/ComplexTextController.cpp m_glyphEndOffsets.grow(m_glyphCount); grow 86 Source/platform/graphics/BitmapImage.cpp m_frames.grow(1); grow 142 Source/platform/graphics/BitmapImage.cpp m_frames.grow(numFrames); grow 456 Source/platform/graphics/Canvas2DLayerBridge.cpp m_mailboxes.grow(m_mailboxes.size() + 1); grow 68 Source/platform/graphics/filters/ParallelJobs.h m_parameters.grow(numberOfJobs); grow 3120 Source/platform/heap/HeapTest.cpp builder.grow(prefixSize); grow 3134 Source/platform/heap/HeapTest.cpp builder.grow(suffixSize); grow 117 Source/platform/network/FormData.cpp e.m_data.grow(oldSize + size); grow 120 Source/platform/text/BidiResolver.h m_midpoints.grow(m_numMidpoints + 10); grow 84 Source/platform/text/LineEnding.cpp m_buffer.grow(oldSize + size); grow 181 Source/platform/text/LineEnding.cpp result.grow(oldResultSize + newLen); grow 26 Source/wtf/TerminatedArrayBuilder.h void grow(size_t count) grow 673 Source/wtf/Vector.h void grow(size_t size); grow 957 Source/wtf/Vector.h void Vector<T, inlineCapacity, Allocator>::grow(size_t size) grow 93 Source/wtf/text/Base64.cpp out.grow(outLength); grow 148 Source/wtf/text/Base64.cpp out.grow(length); grow 513 Source/wtf/text/TextCodecICU.cpp result.grow(size + count); grow 235 Source/wtf/text/TextCodecLatin1.cpp result.grow(resultLength + replacementLength + length - i); grow 82 Source/wtf/text/TextCodecUserDefined.cpp result.grow(resultLength + replacementLength + length - i); grow 106 Source/wtf/text/TextEncoding.cpp normalizedCharacters.grow(length); grow 492 Source/wtf/text/WTFString.cpp buffer.grow(len + 1); grow 577 Source/wtf/text/WTFString.h vector.grow(vectorSize + numberLength);