Home
last modified time | relevance | path

Searched refs:SegmentedSubstring (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DSegmentedString.cpp69 Deque<SegmentedSubstring>::const_iterator it = m_substrings.begin(); in length()
70 Deque<SegmentedSubstring>::const_iterator e = m_substrings.end(); in length()
81 Deque<SegmentedSubstring>::iterator it = m_substrings.begin(); in setExcludeLineNumbers()
82 Deque<SegmentedSubstring>::iterator e = m_substrings.end(); in setExcludeLineNumbers()
98 void SegmentedString::append(const SegmentedSubstring& s) in append()
111 void SegmentedString::prepend(const SegmentedSubstring& s) in prepend()
147 Deque<SegmentedSubstring>::const_iterator it = s.m_substrings.begin(); in append()
148 Deque<SegmentedSubstring>::const_iterator e = s.m_substrings.end(); in append()
160 Deque<SegmentedSubstring>::const_reverse_iterator it = s.m_substrings.rbegin(); in prepend()
161 Deque<SegmentedSubstring>::const_reverse_iterator e = s.m_substrings.rend(); in prepend()
[all …]
DSegmentedString.h31 class SegmentedSubstring {
33 SegmentedSubstring() in SegmentedSubstring() function
40 SegmentedSubstring(const String& str) in SegmentedSubstring() function
235 void append(const SegmentedSubstring&);
236 void prepend(const SegmentedSubstring&);
277 SegmentedSubstring m_currentString;
282 Deque<SegmentedSubstring> m_substrings;
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1019897 …REGRESSION: Reproducible crash in SegmentedSubstring::SegmentedSubstring(SegmentedSubstring const&)
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1435594 (WebCore::SegmentedSubstring::clear):
36091 (WebCore::SegmentedSubstring::SegmentedSubstring):
36092 (WebCore::SegmentedSubstring::clear):
36093 (WebCore::SegmentedSubstring::excludeLineNumbers):
36094 (WebCore::SegmentedSubstring::setExcludeLineNumbers):
DChangeLog-2008-08-1074114 … (WebCore::SegmentedSubstring::SegmentedSubstring): Reversed the sense of m_excludeLineNumbers
74116 (WebCore::SegmentedSubstring::excludeLineNumbers): Updated.
74117 (WebCore::SegmentedSubstring::doNotExcludeLineNumbers): Added.
74118 (WebCore::SegmentedSubstring::setExcludeLineNumbers): Updated.
DChangeLog-2006-05-1031976 (WebCore::SegmentedSubstring::SegmentedSubstring):
DChangeLog60408 (WebCore::SegmentedSubstring::SegmentedSubstring):
60409 (WebCore::SegmentedSubstring::appendTo):
DChangeLog-2010-12-0681382 (WebCore::SegmentedSubstring::numberOfCharactersConsumed):
82235 SegmentedSubstring use an external string buffer. It turns out it was