hasFeature        184 Source/core/dom/DOMImplementation.cpp     if (!hasFeature(feature, version)) {
hasFeature         53 Source/core/dom/DOMImplementation.h     static bool hasFeature(const String& feature, const String& version);
hasFeature       1146 Source/core/dom/Document.cpp     if (!implementation().hasFeature("XML", String())) {
hasFeature       1161 Source/core/dom/Document.cpp     if (!implementation().hasFeature("XML", String())) {
hasFeature         57 Source/core/svg/SVGTests.cpp             if (it->isEmpty() || !DOMImplementation::hasFeature(*it, String()))