HomeSort by relevance Sort by last modified time
    Searched refs:m_substrings (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();
62 m_substrings.clear();
81 m_substrings.append(s);
105 m_substrings.prepend(m_currentString);
132 Deque<SegmentedSubstring>::const_iterator it = s.m_substrings.begin();
133 Deque<SegmentedSubstring>::const_iterator e = s.m_substrings.end();
145 Deque<SegmentedSubstring>::const_reverse_iterator it = s.m_substrings.rbegin()
    [all...]
SegmentedString.h 403 bool isComposite() const { return !m_substrings.isEmpty(); }
412 Deque<SegmentedSubstring> m_substrings; member in class:WebCore::SegmentedString

Completed in 45 milliseconds