Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMImplementation.cpp98 static bool isSupportedSVG11Feature(const String& feature, const String& version) in isSupportedSVG11Feature() function
176 … return isSupportedSVG10Feature(feature, version) || isSupportedSVG11Feature(feature, version); in hasFeature()