HomeSort by relevance Sort by last modified time
    Searched refs:expandQName (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/xml/
XPathParser.h 68 bool expandQName(const String& qName, String& localName, String& namespaceURI);
XPathGrammar.y 199 if (!parser->expandQName(*$1, localName, namespaceURI)) {
228 if (!parser->expandQName(*$2, localName, namespaceURI)) {

Completed in 35 milliseconds