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

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathParser.h63 char peekAheadHelper();
H A DXPathParser.cpp162 char Parser::peekAheadHelper() function in class:WebCore::XPath::Parser
250 if (peekAheadHelper() != ':') {
282 char next = peekAheadHelper();
290 if (peekAheadHelper() == '/')
300 if (peekAheadHelper() == '=')
304 if (peekAheadHelper() == '=')
308 if (peekAheadHelper() == '=')

Completed in 118 milliseconds