lex                61 Source/core/css/CSSTokenizer.h     inline int lex(void* yylval) { return (this->*m_lexFunc)(yylval); }
lex               323 Source/core/css/parser/BisonCSSParser.h     return parser->m_tokenizer.lex(yylval);
lex                73 Source/core/xml/XPathGrammar.y static int xpathyylex(YYSTYPE* yylval) { return Parser::current()->lex(yylval); }
lex                79 Source/core/xml/XPathParser.h     int lex(void* yylval);
lex                59 Source/modules/indexeddb/IDBKeyPath.cpp         m_currentTokenType = lex(m_currentElement);
lex                66 Source/modules/indexeddb/IDBKeyPath.cpp     TokenType lex(String&);