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

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
SegmentedString.cpp 26 : m_pushedChar1(other.m_pushedChar1)
41 else if (m_pushedChar1)
42 m_currentChar = m_pushedChar1;
49 m_pushedChar1 = other.m_pushedChar1;
55 else if (m_pushedChar1)
56 m_currentChar = m_pushedChar1;
76 if (m_pushedChar1) {
103 m_pushedChar1 = 0
    [all...]
SegmentedString.h 141 : m_pushedChar1(0)
156 : m_pushedChar1(0)
187 if (!m_pushedChar1) {
188 m_pushedChar1 = c;
189 m_currentChar = m_pushedChar1 ? m_pushedChar1 : m_currentString.getCurrentChar();
214 ASSERT(!m_pushedChar1);
232 ASSERT(!m_pushedChar1);
277 if (!m_pushedChar1 && m_currentString.m_length > 1) {
293 bool escaped() const { return m_pushedChar1; }
    [all...]

Completed in 44 milliseconds