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

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSParser.h406 inline int lex(void* yylval) { return (this->*m_lexFunc)(yylval); }
584 int (CSSParser::*m_lexFunc)(void*); member in class:WebCore::CSSParser
H A DCSSParser.cpp403 m_lexFunc = &CSSParser::realLex<LChar>;
425 m_lexFunc = &CSSParser::realLex<UChar>;

Completed in 134 milliseconds