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

  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeNumericFieldElement.cpp 101 m_typeAheadBuffer.clear();
133 m_typeAheadBuffer.clear();
134 m_typeAheadBuffer.append(number);
144 if (m_typeAheadBuffer.length() >= DateTimeNumericFieldElement::formatValue(m_range.maximum).length() || newValue * 10 > m_range.maximum)
172 m_typeAheadBuffer.clear();
188 m_typeAheadBuffer.clear();
197 m_typeAheadBuffer.clear();
213 if (m_typeAheadBuffer.length())
214 return m_typeAheadBuffer.toString().toInt();
220 if (m_typeAheadBuffer.length()
    [all...]
DateTimeNumericFieldElement.h 102 mutable StringBuilder m_typeAheadBuffer;

Completed in 257 milliseconds