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

  /external/webkit/Source/WebCore/platform/text/
SegmentedString.cpp 29 , m_substrings(other.m_substrings)
45 m_substrings = other.m_substrings;
69 Deque<SegmentedSubstring>::const_iterator it = m_substrings.begin();
70 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end();
81 Deque<SegmentedSubstring>::iterator it = m_substrings.begin();
82 Deque<SegmentedSubstring>::iterator e = m_substrings.end();
94 m_substrings.clear();
108 m_substrings.append(s)
    [all...]
SegmentedString.h 273 bool isComposite() const { return !m_substrings.isEmpty(); }
282 Deque<SegmentedSubstring> m_substrings; member in class:WebCore::SegmentedString

Completed in 121 milliseconds