Home
last modified time | relevance | path

Searched refs:m_currentValue (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLEntitySearch.h42 UChar32 currentValue() const { return m_currentValue; } in currentValue()
60 m_currentValue = 0; in fail()
66 UChar32 m_currentValue; variable
DHTMLEntitySearch.cpp44 , m_currentValue(0) in HTMLEntitySearch()
127 m_currentValue = 0; in advance()
131 m_currentValue = m_mostRecentMatch->value; in advance()
/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp767 virtual String value() { return m_currentValue; } in value()
774 String m_currentValue; member in WebCore::__anone82e32910211::ObjectStoreCursorImpl
781 m_currentValue = m_query.getColumnBlobAsString(4); in loadCurrentRow()
843 virtual String value() { return m_currentValue; } in value()
851 String m_currentValue; member in WebCore::__anone82e32910211::IndexCursorImpl
858 m_currentValue = m_query.getColumnBlobAsString(4); in loadCurrentRow()
DIDBLevelDBBackingStore.cpp2285 virtual String value() { return m_currentValue; } in value()
2296 String m_currentValue; member in WebCore::__anon278c03fd0411::ObjectStoreCursorImpl
2319 m_currentValue = decodeString(q, m_iterator->value().end()); in loadCurrentRow()
/external/webkit/Source/WebCore/html/shadow/
DMediaControlElements.h419 float currentValue() const { return m_currentValue; } in currentValue()
427 float m_currentValue; variable
DMediaControlElements.cpp924 , m_currentValue(0) in MediaControlTimeDisplayElement()
930 m_currentValue = time; in setCurrentValue()