prepend           777 Source/core/accessibility/AXObject.cpp             objects.prepend(parentObject);
prepend           163 Source/core/animation/css/CSSAnimations.cpp         keyframes.prepend(startKeyframe);
prepend           296 Source/core/css/CSSGradientValue.cpp                     stops.prepend(newStop);
prepend            57 Source/core/css/CSSValueList.h     void prepend(PassRefPtrWillBeRawPtr<CSSValue> value) { m_values.prepend(value); }
prepend          2260 Source/core/css/parser/CSSPropertyParser.cpp             parsedValues->prepend(cssValuePool().createIdentifierValue(value->id));
prepend           287 Source/core/css/resolver/SharedStyleFinder.cpp             styleSharingList.prepend(&candidate);
prepend           346 Source/core/css/resolver/StyleResolver.cpp     m_styleSharingList.prepend(&element);
prepend           208 Source/core/dom/FullscreenElementStack.cpp             docs.prepend(currentDoc);
prepend           297 Source/core/dom/FullscreenElementStack.cpp             descendants.prepend(descendant->document());
prepend          1015 Source/core/editing/Editor.cpp void Editor::addToKillRing(Range* range, bool prepend)
prepend          1021 Source/core/editing/Editor.cpp     if (prepend)
prepend          1022 Source/core/editing/Editor.cpp         killRing().prepend(text);
prepend           194 Source/core/editing/Editor.h     void addToKillRing(Range*, bool prepend);
prepend          1877 Source/core/editing/TextIterator.cpp     m_buffer.prepend(characters + length - usableLength, usableLength);
prepend           232 Source/core/editing/TextIterator.h             output.prepend(&m_singleCharacterBuffer, 1);
prepend           502 Source/core/editing/VisibleUnits.cpp             string.prepend(iteratorString.data(), iteratorString.size());
prepend           554 Source/core/editing/VisibleUnits.cpp             string.prepend(characters.data() + i, length - i);
prepend            95 Source/core/html/parser/BackgroundHTMLInputStream.cpp         m_current.prepend(SegmentedString(unparsedInput));
prepend           101 Source/core/html/parser/HTMLEntityParser.cpp         source.prepend(SegmentedString(String(consumedCharacters)));
prepend           405 Source/core/inspector/AsyncCallStackTracker.cpp     chain->m_callStacks.prepend(adoptRef(new AsyncCallStackTracker::AsyncCallStack(description, callFrames)));
prepend            99 Source/core/inspector/InjectedScriptHost.cpp     m_inspectedObjects.prepend(object);
prepend           527 Source/core/rendering/RenderLayerStackingNode.cpp         posZOrderList->prepend(this);
prepend           761 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 m_outgoingFrameQueue.prepend(frame.release());
prepend           766 Source/modules/websockets/MainThreadWebSocketChannel.cpp                 m_outgoingFrameQueue.prepend(frame.release());
prepend            38 Source/platform/KillRing.h     void prepend(const String&);
prepend           104 Source/platform/fonts/SVGGlyph.cpp             forms.prepend(processArabicFormDetection(input[i], lastCharShapesRight, forms.isEmpty() ? 0 : &forms.first()));
prepend           240 Source/platform/graphics/gpu/DrawingBuffer.cpp             m_recycledMailboxes.prepend(mailboxInfo.release());
prepend           105 Source/platform/text/SegmentedString.cpp         m_substrings.prepend(m_currentString);
prepend           141 Source/platform/text/SegmentedString.cpp             prepend(*it);
prepend           143 Source/platform/text/SegmentedString.cpp     prepend(s.m_currentString);
prepend           179 Source/platform/text/SegmentedString.h     void prepend(const SegmentedString&);
prepend           324 Source/platform/text/SegmentedString.h     void prepend(const SegmentedSubstring&);
prepend           399 Source/platform/text/SegmentedString.h         prepend(SegmentedString(consumedString));
prepend            85 Source/wtf/Deque.h         template<typename U> void prepend(const U&);
prepend           351 Source/wtf/Deque.h     inline void Deque<T, inlineCapacity>::prepend(const U& value)
prepend            74 Source/wtf/HexNumber.h         result.prepend(hexDigits[number % 16]);
prepend            90 Source/wtf/HexNumber.h         result.prepend(hexDigits[number % 16]);
prepend            62 Source/wtf/MessageQueue.h         void prepend(PassOwnPtr<DataType>);
prepend           120 Source/wtf/MessageQueue.h     inline void MessageQueue<DataType>::prepend(PassOwnPtr<DataType> message)
prepend           123 Source/wtf/MessageQueue.h         m_queue.prepend(message.leakPtr());
prepend           690 Source/wtf/Vector.h         template<typename U> void prepend(const U*, size_t);
prepend           691 Source/wtf/Vector.h         template<typename U> void prepend(const U&);
prepend           692 Source/wtf/Vector.h         template<typename U, size_t c, typename V> void prepend(const Vector<U, c, V>&);
prepend          1112 Source/wtf/Vector.h     void Vector<T, inlineCapacity, Allocator>::prepend(const U* data, size_t dataSize)
prepend          1118 Source/wtf/Vector.h     inline void Vector<T, inlineCapacity, Allocator>::prepend(const U& val)
prepend          1124 Source/wtf/Vector.h     inline void Vector<T, inlineCapacity, Allocator>::prepend(const Vector<U, c, V>& val)
prepend           182 Source/wtf/VectorTest.cpp         vector.prepend(adoptPtr(new DestructCounter(i, &destructNumber)));
prepend           657 Source/wtf/text/WTFString.h         result.prepend(m_impl->characters16() + pos, numberOfCharactersToCopy);