expandedNameLocalPart 389 Source/core/xml/XPathFunctions.cpp return prefix.isEmpty() ? expandedNameLocalPart(node) : prefix + ":" + expandedNameLocalPart(node); expandedNameLocalPart 400 Source/core/xml/XPathFunctions.cpp return node ? expandedNameLocalPart(node) : ""; expandedNameLocalPart 403 Source/core/xml/XPathFunctions.cpp return expandedNameLocalPart(evaluationContext().node.get());