Searched defs:prepend (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/text/
H A DSegmentedString.cpp103 void SegmentedString::prepend(const SegmentedSubstring &s) function in class:WebCore::SegmentedString
111 m_substrings.prepend(m_currentString);
131 void SegmentedString::prepend(const SegmentedString &s) function in class:WebCore::SegmentedString
139 prepend(*it);
141 prepend(s.m_currentString);
/external/webkit/WebCore/css/
H A DCSSValueList.cpp66 void CSSValueList::prepend(PassRefPtr<CSSValue> val) function in class:WebCore::CSSValueList
68 m_values.prepend(val);
/external/webkit/JavaScriptCore/wtf/
H A DMessageQueue.h58 void prepend(PassOwnPtr<DataType>);
111 inline void MessageQueue<DataType>::prepend(PassOwnPtr<DataType> message) function in class:WTF::MessageQueue
114 m_queue.prepend(message.release());
H A DVector.h556 template<typename U> void prepend(const U*, size_t);
557 template<typename U> void prepend(const U&);
558 template<typename U, size_t c> void prepend(const Vector<U, c>&);
937 void Vector<T, inlineCapacity>::prepend(const U* data, size_t dataSize) function in class:WTF::Vector::Vector
943 inline void Vector<T, inlineCapacity>::prepend(const U& val) function in class:WTF::Vector::Vector
949 inline void Vector<T, inlineCapacity>::prepend(const Vector<U, c>& val) function in class:WTF::Vector::Vector
/external/skia/include/core/
H A DSkString.h107 void prepend(const SkString& str) { this->insert(0, str); } function in class:SkString
108 void prepend(const char text[]) { this->insert(0, text); } function in class:SkString
109 void prepend(const char text[], size_t len) { this->insert(0, text, len); } function in class:SkString
H A DSkTDArray.h144 T* prepend() { function in class:SkTDArray
/external/webkit/WebCore/platform/
H A DDeprecatedPtrList.h71 void prepend(const T *item) { impl.prepend(item); } function in class:WebCore::DeprecatedPtrList
H A DDeprecatedPtrListImpl.cpp345 void DeprecatedPtrListImpl::prepend(const void *item) function in class:WebCore::DeprecatedPtrListImpl
/external/webkit/WebCore/editing/
H A DEditor.cpp2701 void Editor::addToKillRing(Range* range, bool prepend) argument
2707 if (prepend)

Completed in 109 milliseconds