Searched refs:m_substrings (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/text/
H A DSegmentedString.cpp32 , m_substrings(other.m_substrings)
52 m_substrings = other.m_substrings;
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();
110 m_substrings.clear();
129 m_substrings
[all...]
H A DSegmentedString.h403 bool isComposite() const { return !m_substrings.isEmpty(); }
412 Deque<SegmentedSubstring> m_substrings; member in class:WebCore::SegmentedString

Completed in 103 milliseconds