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

/external/webkit/Source/WebCore/storage/
H A DIDBKeyPath.cpp52 , m_currentTokenType(TokenError)
56 TokenType currentTokenType() const { return m_currentTokenType; }
60 m_currentTokenType = lex(m_currentElement);
61 return m_currentTokenType;
74 TokenType m_currentTokenType; member in class:WebCore::IDBKeyPathLexer

Completed in 128 milliseconds