Searched refs:anyQName (Results 1 - 25 of 62) sorted by relevance

123

/external/webkit/WebCore/dom/
H A DCSSMappedAttributeDeclaration.h54 , m_attrName(anyQName())
/external/webkit/WebCore/svg/
H A DSVGDefsElement.cpp56 if (attrName == anyQName() || SVGExternalResourcesRequired::isKnownAttribute(attrName))
H A DSVGFEMergeNodeElement.cpp52 if (attrName == anyQName() || attrName == SVGNames::inAttr)
H A DSVGFETileElement.cpp55 if (attrName == anyQName() || attrName == SVGNames::inAttr)
H A DSVGMPathElement.cpp52 if (attrName == anyQName()) {
H A DSVGStopElement.cpp62 if (attrName == anyQName() || attrName == SVGNames::offsetAttr)
H A DSVGSwitchElement.cpp64 if (attrName == anyQName() || SVGExternalResourcesRequired::isKnownAttribute(attrName))
H A DSVGSymbolElement.cpp58 if (attrName == anyQName()) {
H A DSVGViewElement.cpp74 if (attrName == anyQName()) {
H A DSVGAltGlyphElement.cpp49 if (attrName == anyQName() || SVGURIReference::isKnownAttribute(attrName))
H A DSVGFEBlendElement.cpp67 if (attrName == anyQName()) {
H A DSVGFEComponentTransferElement.cpp60 if (attrName == anyQName() || attrName == SVGNames::inAttr)
H A DSVGFEGaussianBlurElement.cpp69 if (attrName == anyQName()) {
H A DSVGFEMorphologyElement.cpp74 if (attrName == anyQName()) {
H A DSVGFEOffsetElement.cpp58 if (attrName == anyQName()) {
H A DSVGGElement.cpp72 if (attrName == anyQName() || SVGExternalResourcesRequired::isKnownAttribute(attrName))
H A DSVGPolyElement.cpp108 if (attrName == anyQName()) {
H A DSVGTRefElement.cpp79 if (attrName == anyQName() || SVGURIReference::isKnownAttribute(attrName))
H A DSVGCircleElement.cpp90 if (attrName == anyQName()) {
H A DSVGFEColorMatrixElement.cpp69 if (attrName == anyQName()) {
H A DSVGFEDiffuseLightingElement.cpp75 if (attrName == anyQName()) {
H A DSVGFEDisplacementMapElement.cpp76 if (attrName == anyQName()) {
H A DSVGFELightElement.cpp73 if (attrName == anyQName()) {
H A DSVGFETurbulenceElement.cpp78 if (attrName == anyQName()) {
/external/webkit/WebCore/css/
H A DCSSSelector.h35 : m_tag(anyQName())
201 bool hasTag() const { return m_tag != anyQName(); }
202 bool hasAttribute() const { return m_match == Id || m_match == Class || (m_hasRareData && m_data.m_rareData->m_attribute != anyQName()); }
238 , m_attribute(anyQName())

Completed in 187 milliseconds

123