HomeSort by relevance Sort by last modified time
    Searched refs:areSVGAttributesValid (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGElement.cpp 389 if (isSynchronizingSVGAttributes() || areSVGAttributesValid())
  /external/webkit/Source/WebCore/dom/
Element.h 468 if (!areSVGAttributesValid())
Element.cpp 267 if (UNLIKELY(!areSVGAttributesValid()))
634 if (!areSVGAttributesValid()) {
855 if (!areSVGAttributesValid())
    [all...]
Node.h 710 bool areSVGAttributesValid() const { return getFlag(AreSVGAttributesValidFlag); }

Completed in 132 milliseconds