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/core/platform/text/
SegmentedString.cpp 82 Deque<SegmentedSubstring>::const_iterator it = m_substrings.begin();
83 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end();
94 Deque<SegmentedSubstring>::iterator it = m_substrings.begin();
95 Deque<SegmentedSubstring>::iterator e = m_substrings.end();
118 void SegmentedString::append(const SegmentedSubstring& s)
133 void SegmentedString::prepend(const SegmentedSubstring& s)
142 // SegmentedSubstring. These assumptions are sufficient for our
172 Deque<SegmentedSubstring>::const_iterator it = s.m_substrings.begin();
173 Deque<SegmentedSubstring>::const_iterator e = s.m_substrings.end();
185 Deque<SegmentedSubstring>::const_reverse_iterator it = s.m_substrings.rbegin()
    [all...]
SegmentedString.h 32 class SegmentedSubstring {
34 SegmentedSubstring()
42 SegmentedSubstring(const String& str)
324 void append(const SegmentedSubstring&);
325 void prepend(const SegmentedSubstring&);
407 SegmentedSubstring m_currentString;
412 Deque<SegmentedSubstring> m_substrings;

Completed in 31 milliseconds