Home
last modified time | relevance | path

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

123

/external/webkit/Source/WebCore/css/
DCSSSelector.h48 , m_tag(anyQName()) in CSSSelector()
235 bool hasTag() const { return m_tag != anyQName(); } in hasTag()
236 …tch == Id || m_match == Class || (m_hasRareData && m_data.m_rareData->m_attribute != anyQName()); } in hasAttribute()
/external/webkit/Source/WebCore/dom/
DCSSMappedAttributeDeclaration.h54 , m_attrName(anyQName()) in CSSMappedAttributeDeclaration()
/external/webkit/Source/WebCore/svg/
DSVGDefsElement.cpp58 if (attrName == anyQName()) { in synchronizeProperty()
DSVGMPathElement.cpp56 if (attrName == anyQName()) { in synchronizeProperty()
DSVGSwitchElement.cpp71 if (attrName == anyQName()) { in synchronizeProperty()
DSVGFEMergeNodeElement.cpp89 if (attrName == anyQName() || attrName == SVGNames::inAttr) in synchronizeProperty()
DSVGViewElement.cpp68 if (attrName == anyQName()) { in synchronizeProperty()
DSVGFETileElement.cpp68 if (attrName == anyQName() || attrName == SVGNames::inAttr) in synchronizeProperty()
DSVGAltGlyphElement.cpp53 if (attrName == anyQName() || SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGGElement.cpp78 if (attrName == anyQName()) { in synchronizeProperty()
DSVGSymbolElement.cpp70 if (attrName == anyQName()) { in synchronizeProperty()
DSVGStopElement.cpp76 if (attrName == anyQName() || attrName == SVGNames::offsetAttr) in synchronizeProperty()
DSVGTRefElement.cpp83 if (attrName == anyQName() || SVGURIReference::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGFEComponentTransferElement.cpp63 if (attrName == anyQName() || attrName == SVGNames::inAttr) in synchronizeProperty()
DSVGFEOffsetElement.cpp75 if (attrName == anyQName()) { in synchronizeProperty()
DSVGClipPathElement.cpp90 if (attrName == anyQName()) { in synchronizeProperty()
DSVGStyledTransformableElement.cpp103 if (attrName == anyQName() || SVGTransformable::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGFEGaussianBlurElement.cpp96 if (attrName == anyQName()) { in synchronizeProperty()
DSVGTextElement.cpp142 if (attrName == anyQName() || SVGTransformable::isKnownAttribute(attrName)) in synchronizeProperty()
DSVGPolyElement.cpp94 if (attrName == anyQName()) { in synchronizeProperty()
DSVGFEBlendElement.cpp97 if (attrName == anyQName()) { in synchronizeProperty()
DSVGCircleElement.cpp108 if (attrName == anyQName()) { in synchronizeProperty()
DSVGTests.cpp113 if (attrName == anyQName()) { in synchronizeProperties()
/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.cpp202 ASSERT(attributeName != anyQName()); in baseValueFor()
269 if (attributeName == anyQName()) { in updateAnimations()
DSVGSMILElement.cpp118 , m_attributeName(anyQName()) in SVGSMILElement()
152 return anyQName(); in constructQualifiedName()
160 return anyQName(); in constructQualifiedName()
165 return anyQName(); in constructQualifiedName()
190 m_attributeName = anyQName(); in removedFromDocument()

123