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/core/platform/text/
SegmentedString.cpp 32 , 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.append(s)
    [all...]
SegmentedString.h 403 bool isComposite() const { return !m_substrings.isEmpty(); }
412 Deque<SegmentedSubstring> m_substrings; member in class:WebCore::SegmentedString

Completed in 5457 milliseconds