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

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

Completed in 138 milliseconds