OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expandedName
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/xml/
XPathFunctions.cpp
375
static inline String
expandedName
(Node* node)
417
return node ?
expandedName
(node) : "";
420
return
expandedName
(evaluationContext().node.get());
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java
486
// %TBD% Where do we pool
expandedName
, or is it just the union, or...
[
all
...]
Completed in 491 milliseconds