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

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

Completed in 253 milliseconds