HomeSort by relevance Sort by last modified time
    Searched defs:prepend (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/
KillRingNone.cpp 35 void KillRing::prepend(const String&) function in class:WebCore::KillRing
  /external/webkit/Source/WebCore/css/
CSSValueList.cpp 66 void CSSValueList::prepend(PassRefPtr<CSSValue> val) function in class:WebCore::CSSValueList
68 m_values.prepend(val);
  /external/webkit/Source/WebCore/platform/text/
SegmentedString.cpp 111 void SegmentedString::prepend(const SegmentedSubstring& s) function in class:WebCore::SegmentedString
118 // FIXME: We're assuming that the prepend were originally consumed by
129 m_substrings.prepend(m_currentString);
155 void SegmentedString::prepend(const SegmentedString& s) function in class:WebCore::SegmentedString
163 prepend(*it);
165 prepend(s.m_currentString);
  /external/skia/gpu/include/
GrTDArray.h 83 T* prepend() { function in class:GrTDArray
  /external/webkit/Source/JavaScriptCore/wtf/
MessageQueue.h 59 void prepend(PassOwnPtr<DataType>);
112 inline void MessageQueue<DataType>::prepend(PassOwnPtr<DataType> message) function in class:WTF::MessageQueue
115 m_queue.prepend(message.leakPtr());
Vector.h 588 template<typename U> void prepend(const U*, size_t);
589 template<typename U> void prepend(const U&);
590 template<typename U, size_t c> void prepend(const Vector<U, c>&);
1060 void Vector<T, inlineCapacity>::prepend(const U* data, size_t dataSize) function in class:WTF::Vector::Vector
1066 inline void Vector<T, inlineCapacity>::prepend(const U& val) function in class:WTF::Vector::Vector
1072 inline void Vector<T, inlineCapacity>::prepend(const Vector<U, c>& val) function in class:WTF::Vector::Vector
    [all...]
  /external/skia/include/core/
SkString.h 133 void prepend(const SkString& str) { this->insert(0, str); } function in class:SkString
134 void prepend(const char text[]) { this->insert(0, text); } function in class:SkString
135 void prepend(const char text[], size_t len) { this->insert(0, text, len); } function in class:SkString
SkTDArray.h 144 T* prepend() { function in class:SkTDArray
  /prebuilt/common/ant/
ant.jar 

Completed in 92 milliseconds