Searched refs:isSupportedSVG11Feature (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.cpp101 static bool isSupportedSVG11Feature(const String& feature, const String& version) function in namespace:blink
178 return isSupportedSVG10Feature(feature, version) || isSupportedSVG11Feature(feature, version);

Completed in 434 milliseconds