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

  /external/webkit/Source/WebCore/platform/text/
SegmentedString.cpp 21 #include "SegmentedString.h"
25 SegmentedString::SegmentedString(const SegmentedString& other)
40 const SegmentedString& SegmentedString::operator=(const SegmentedString& other)
60 unsigned SegmentedString::length() const
77 void SegmentedString::setExcludeLineNumbers()
88 void SegmentedString::clear(
    [all...]
SegmentedString.h 29 class SegmentedString;
77 class SegmentedString {
79 SegmentedString()
90 SegmentedString(const String& str)
102 SegmentedString(const SegmentedString&);
104 const SegmentedString& operator=(const SegmentedString&);
109 void append(const SegmentedString&);
110 void prepend(const SegmentedString&)
    [all...]

Completed in 1098 milliseconds