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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathParser.h101 char peekAheadHelper();
H A DXPathParser.cpp162 char Parser::peekAheadHelper() function in class:Parser
252 if (peekAheadHelper() != ':') {
284 char next = peekAheadHelper();
292 if (peekAheadHelper() == '/')
302 if (peekAheadHelper() == '=')
306 if (peekAheadHelper() == '=')
310 if (peekAheadHelper() == '=')

Completed in 189 milliseconds