Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.cpp222 if (attributeName == anyQName() || !targetElement->inDocument() || !targetElement->parentNode()) in applyCSSPropertyToTargetAndInstances()
242 if (attributeName == anyQName() || !targetElement->inDocument() || !targetElement->parentNode()) in removeCSSPropertyFromTargetAndInstances()
271 if (attributeName == anyQName() || !targetElement->inDocument() || !targetElement->parentNode()) in notifyTargetAndInstancesAboutAnimValChange()
DSVGAnimationElement.cpp350 if (!hasValidAttributeType() || !targetElement || attributeName == anyQName()) in shouldApplyAnimation()
DSVGElement.cpp888 if (name == anyQName()) { in synchronizeAnimatedSVGAttribute()
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp175 , m_attributeName(anyQName()) in SVGSMILElement()
271 return anyQName(); in constructQualifiedName()
278 return anyQName(); in constructQualifiedName()
282 return anyQName(); in constructQualifiedName()
349 setAttributeName(anyQName()); in removedFrom()
359 return attributeName() != anyQName(); in hasValidAttributeName()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceGradient.cpp71 gradientElement->synchronizeAnimatedSVGAttribute(anyQName()); in applyResource()
DRenderSVGResourcePattern.cpp129 patternElement->synchronizeAnimatedSVGAttribute(anyQName()); in applyResource()
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.h157 if (tagQName == anyQName()) in tagMatches()
DCSSSelector.cpp854 , m_attribute(anyQName()) in RareData()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DQualifiedName.h142 inline const QualifiedName& anyQName() { return anyName; } in anyQName() function
DElement.cpp385 toSVGElement(this)->synchronizeAnimatedSVGAttribute(anyQName()); in synchronizeAllAttributes()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DBisonCSSParser-in.cpp1828 if (tag == anyQName() && !specifiers->hasHostPseudoSelector()) in rewriteSpecifiersWithElementName()
1849 if (tag != anyQName()) in rewriteSpecifiersWithElementNameForCustomPseudoElement()
1873 if (tag != anyQName()) in rewriteSpecifiersWithElementNameForContentPseudoElement()