Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGElement.cpp389 if (isSynchronizingSVGAttributes() || areSVGAttributesValid()) in updateAnimatedSVGAttribute()
/external/webkit/Source/WebCore/dom/
DElement.cpp267 if (UNLIKELY(!areSVGAttributesValid())) in getAttribute()
634 if (!areSVGAttributesValid()) { in getAttribute()
855 if (!areSVGAttributesValid()) in hasAttributes()
DElement.h468 if (!areSVGAttributesValid()) in attributes()
DNode.h710 bool areSVGAttributesValid() const { return getFlag(AreSVGAttributesValidFlag); } in areSVGAttributesValid() function
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2411447 (WebCore::Node::areSVGAttributesValid):