Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/storage/
DIDBKeyPath.cpp43 TokenDot, enumerator
95 return TokenDot; in lex()
200 if (tokenType == IDBKeyPathLexer::TokenDot) in IDBParseKeyPath()
234 if (tokenType == IDBKeyPathLexer::TokenDot) in IDBParseKeyPath()
248 ASSERT(tokenType == IDBKeyPathLexer::TokenDot); in IDBParseKeyPath()