OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 237 milliseconds