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/chromium_org/third_party/WebKit/Source/core/xml/
XPathParser.h
68
bool
expandQName
(const String& qName, AtomicString& localName, AtomicString& namespaceURI);
XPathGrammar.y
197
if (!parser->
expandQName
(*$1, localName, namespaceURI)) {
226
if (!parser->
expandQName
(*$2, localName, namespaceURI)) {
Completed in 40 milliseconds