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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
SegmentedString.cpp 34 Deque<SegmentedSubstring>::const_iterator it = m_substrings.begin();
35 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end();
46 Deque<SegmentedSubstring>::iterator it = m_substrings.begin();
47 Deque<SegmentedSubstring>::iterator e = m_substrings.end();
70 void SegmentedString::append(const SegmentedSubstring& s)
86 void SegmentedString::prepend(const SegmentedSubstring& s)
95 // SegmentedSubstring. These assumptions are sufficient for our
127 append(SegmentedSubstring(String(unconsumedData)));
132 Deque<SegmentedSubstring>::const_iterator it = s.m_substrings.begin();
133 Deque<SegmentedSubstring>::const_iterator e = s.m_substrings.end()
    [all...]
SegmentedString.h 33 class PLATFORM_EXPORT SegmentedSubstring {
35 SegmentedSubstring()
43 SegmentedSubstring(const String& str)
323 void append(const SegmentedSubstring&);
324 void prepend(const SegmentedSubstring&);
407 SegmentedSubstring m_currentString;
412 Deque<SegmentedSubstring> m_substrings;

Completed in 37 milliseconds