Home
last modified time | relevance | path

Searched refs:hasAttribute (Results 1 – 25 of 41) sorted by relevance

12

/external/webkit/WebCore/svg/
DSVGLinearGradientElement.cpp125 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) in collectGradientProperties()
128 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr)) in collectGradientProperties()
131 … if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) in collectGradientProperties()
143 if (!attributes.hasX1() && current->hasAttribute(SVGNames::x1Attr)) in collectGradientProperties()
146 if (!attributes.hasY1() && current->hasAttribute(SVGNames::y1Attr)) in collectGradientProperties()
149 if (!attributes.hasX2() && current->hasAttribute(SVGNames::x2Attr)) in collectGradientProperties()
152 if (!attributes.hasY2() && current->hasAttribute(SVGNames::y2Attr)) in collectGradientProperties()
DSVGRadialGradientElement.cpp149 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) in collectGradientProperties()
152 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr)) in collectGradientProperties()
155 … if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) in collectGradientProperties()
167 if (!attributes.hasCx() && current->hasAttribute(SVGNames::cxAttr)) in collectGradientProperties()
170 if (!attributes.hasCy() && current->hasAttribute(SVGNames::cyAttr)) in collectGradientProperties()
173 if (!attributes.hasR() && current->hasAttribute(SVGNames::rAttr)) in collectGradientProperties()
176 if (!attributes.hasFx() && current->hasAttribute(SVGNames::fxAttr)) in collectGradientProperties()
179 if (!attributes.hasFy() && current->hasAttribute(SVGNames::fyAttr)) in collectGradientProperties()
DSVGPatternElement.cpp279 if (!attributes.hasX() && current->hasAttribute(SVGNames::xAttr)) in collectPatternProperties()
282 if (!attributes.hasY() && current->hasAttribute(SVGNames::yAttr)) in collectPatternProperties()
285 if (!attributes.hasWidth() && current->hasAttribute(SVGNames::widthAttr)) in collectPatternProperties()
288 if (!attributes.hasHeight() && current->hasAttribute(SVGNames::heightAttr)) in collectPatternProperties()
291 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::patternUnitsAttr)) in collectPatternProperties()
294 …if (!attributes.hasBoundingBoxModeContent() && current->hasAttribute(SVGNames::patternContentUnits… in collectPatternProperties()
297 … if (!attributes.hasPatternTransform() && current->hasAttribute(SVGNames::patternTransformAttr)) in collectPatternProperties()
DSVGAnimationElement.cpp189 if (hasAttribute(SVGNames::valuesAttr)) in animationMode()
491 …&& (calcMode == CalcModePaced || !hasAttribute(SVGNames::keyTimesAttr) || hasAttribute(SVGNames::k… in startedActiveInterval()
494 …&& (!hasAttribute(SVGNames::keyPointsAttr) || (m_keyTimes.size() > 1 && m_keyTimes.size() == m_key… in startedActiveInterval()
498 …m_animationValid = calcMode() == CalcModePaced || !hasAttribute(SVGNames::keyPointsAttr) || (m_key… in startedActiveInterval()
DSVGRectElement.cpp106 bool hasRx = hasAttribute(SVGNames::rxAttr); in toPathData()
107 bool hasRy = hasAttribute(SVGNames::ryAttr); in toPathData()
DSVGSVGElement.cpp508 if (viewElement->hasAttribute(SVGNames::viewBoxAttr)) in inheritViewAttributes()
512 if (viewElement->hasAttribute(SVGNames::preserveAspectRatioAttr)) { in inheritViewAttributes()
519 if (viewElement->hasAttribute(SVGNames::zoomAndPanAttr)) in inheritViewAttributes()
DSVGUseElement.cpp538 if (hasAttribute(SVGNames::widthAttr)) in alterShadowTreeForSVGTag()
541 if (hasAttribute(SVGNames::heightAttr)) in alterShadowTreeForSVGTag()
623 if (!cloneParent->hasAttribute(SVGNames::transformAttr)) { in expandUseElementsInShadowTree()
701 …svgElement->setAttribute(SVGNames::widthAttr, hasAttribute(SVGNames::widthAttr) ? widthString : "1… in expandSymbolElementsInShadowTree()
702 …svgElement->setAttribute(SVGNames::heightAttr, hasAttribute(SVGNames::heightAttr) ? heightString :… in expandSymbolElementsInShadowTree()
DSVGLength.cpp295 if (svg->hasAttribute(SVGNames::viewBoxAttr)) { in PercentageOfViewport()
DSVGAnimateMotionElement.cpp116 if (hasAttribute(SVGNames::pathAttr)) in animationPath()
/external/webkit/WebCore/wml/
DWMLImageLoader.cpp73 … if (!imageElement->hasAttribute(localsrcAttr) && !imageElement->hasAttribute(HTMLNames::srcAttr)) in notifyFinished()
DWMLDoElement.cpp113 if (!hasAttribute(HTMLNames::nameAttr)) in insertedIntoDocument()
DWMLImageElement.cpp135 if (hasAttribute(localsrcAttr) && !m_useFallbackAttribute) in imageSourceAttributeName()
/external/webkit/WebCore/html/
DHTMLMediaElement.cpp641 return hasAttribute(autoplayAttr); in autoplay()
769 return hasAttribute(controlsAttr); in controls()
823 if (!source->hasAttribute(srcAttr)) in pickMedia()
825 if (source->hasAttribute(mediaAttr)) { in pickMedia()
831 if (source->hasAttribute(typeAttr)) { in pickMedia()
DHTMLNameCollection.cpp84 …tAttribute(nameAttr) == m_name || (e->getAttribute(idAttr) == m_name && e->hasAttribute(nameAttr))) in itemAfter()
DHTMLFormControlElement.cpp182 return hasAttribute(autofocusAttr); in autofocus()
/external/webkit/WebCore/dom/
DElement.h46 bool hasAttribute(const QualifiedName&) const;
53 bool hasAttribute(const String& name) const;
DElement.idl65 boolean hasAttribute(in DOMString name);
DElement.cpp163 bool Element::hasAttribute(const QualifiedName& name) const in hasAttribute() function in WebCore::Element
1052 bool Element::hasAttribute(const String& name) const in hasAttribute() function in WebCore::Element
/external/webkit/WebCore/css/
DCSSSelector.h190 …bool hasAttribute() const { return m_match == Id || m_match == Class || (m_hasRareData && m_data.m… in hasAttribute() function
DCSSSelector.cpp396 } else if (cs->hasAttribute()) { in selectorText()
/external/webkit/WebKit/win/
DDOMHTMLClasses.h630 virtual HRESULT STDMETHODCALLTYPE hasAttribute( in hasAttribute() function
632 /* [retval][out] */ BOOL *result) { return DOMElement::hasAttribute(name, result); } in hasAttribute()
889 virtual HRESULT STDMETHODCALLTYPE hasAttribute( in hasAttribute() function
891 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttribute(name, result); } in hasAttribute()
1194 virtual HRESULT STDMETHODCALLTYPE hasAttribute( in hasAttribute() function
1196 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttribute(name, result); } in hasAttribute()
1518 virtual HRESULT STDMETHODCALLTYPE hasAttribute( in hasAttribute() function
1520 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttribute(name, result); } in hasAttribute()
1816 virtual HRESULT STDMETHODCALLTYPE hasAttribute( in hasAttribute() function
1818 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::hasAttribute(name, result); } in hasAttribute()
[all …]
/external/webkit/WebKit/win/Interfaces/
DDOMCore.idl585 - (BOOL)hasAttribute:(NSString *)name;
587 HRESULT hasAttribute([in] BSTR name, [out, retval] BOOL* result);
/external/webkit/WebCore/editing/
Dmarkup.cpp314 return !elem->hasAttribute(attr); in shouldAddNamespaceElem()
903 …PropertyBackgroundImage) && static_cast<Element*>(fullySelectedRoot)->hasAttribute(backgroundAttr)) in createMarkup()
DApplyStyleCommand.cpp702 if (element->hasAttribute(dirAttr)) { in removeEmbeddingUpToEnclosingBlock()
1019 if (!elem->hasAttribute(dirAttr)) in removeHTMLBidiEmbeddingStyle()
/external/webkit/WebCore/svg/animation/
DSVGSMILElement.cpp161 if (!hasAttribute(SVGNames::beginAttr)) in finishParsingChildren()

12