Searched defs:SegmentedString (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/text/
H A DSegmentedString.cpp21 #include "SegmentedString.h"
25 SegmentedString::SegmentedString(const SegmentedString &other) : function in class:WebCore::SegmentedString
37 const SegmentedString& SegmentedString::operator=(const SegmentedString &other)
53 unsigned SegmentedString::length() const
70 void SegmentedString::setExcludeLineNumbers()
81 void SegmentedString
[all...]
H A DSegmentedString.h28 class SegmentedString;
71 class SegmentedString { class in namespace:WebCore
73 SegmentedString() function in class:WebCore::SegmentedString
75 SegmentedString(const UChar* str, int length) : m_pushedChar1(0), m_pushedChar2(0) function in class:WebCore::SegmentedString
77 SegmentedString(const String& str) function in class:WebCore::SegmentedString
80 SegmentedString(const SegmentedString&);
82 const SegmentedString& operator=(const SegmentedString&);
86 void append(const SegmentedString
[all...]
/external/webkit/WebCore/loader/
H A DPluginDocument.cpp38 #include "SegmentedString.h"
52 virtual void write(const SegmentedString&, bool appendData);
66 void PluginTokenizer::write(const SegmentedString&, bool) argument
H A DMediaDocument.cpp45 #include "SegmentedString.h"
59 virtual void write(const SegmentedString&, bool appendData);
73 void MediaTokenizer::write(const SegmentedString&, bool) argument
H A DImageDocument.cpp44 #include "SegmentedString.h"
83 virtual void write(const SegmentedString&, bool appendData);
111 void ImageTokenizer::write(const SegmentedString&, bool) argument
/external/webkit/WebCore/dom/
H A Dxml_expat_tokenizer.cpp717 bool XMLTokenizer::write(const SegmentedString&s, bool /*appendData*/ ) argument
942 SegmentedString rest = m_pendingSrc;

Completed in 56 milliseconds