/external/webkit/WebCore/svg/ |
D | SVGLinearGradientElement.cpp | 125 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()
|
D | SVGRadialGradientElement.cpp | 149 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()
|
D | SVGPatternElement.cpp | 279 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()
|
D | SVGAnimationElement.cpp | 189 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()
|
D | SVGRectElement.cpp | 106 bool hasRx = hasAttribute(SVGNames::rxAttr); in toPathData() 107 bool hasRy = hasAttribute(SVGNames::ryAttr); in toPathData()
|
D | SVGSVGElement.cpp | 508 if (viewElement->hasAttribute(SVGNames::viewBoxAttr)) in inheritViewAttributes() 512 if (viewElement->hasAttribute(SVGNames::preserveAspectRatioAttr)) { in inheritViewAttributes() 519 if (viewElement->hasAttribute(SVGNames::zoomAndPanAttr)) in inheritViewAttributes()
|
D | SVGUseElement.cpp | 538 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()
|
D | SVGLength.cpp | 295 if (svg->hasAttribute(SVGNames::viewBoxAttr)) { in PercentageOfViewport()
|
D | SVGAnimateMotionElement.cpp | 116 if (hasAttribute(SVGNames::pathAttr)) in animationPath()
|
/external/webkit/WebCore/wml/ |
D | WMLImageLoader.cpp | 73 … if (!imageElement->hasAttribute(localsrcAttr) && !imageElement->hasAttribute(HTMLNames::srcAttr)) in notifyFinished()
|
D | WMLDoElement.cpp | 113 if (!hasAttribute(HTMLNames::nameAttr)) in insertedIntoDocument()
|
D | WMLImageElement.cpp | 135 if (hasAttribute(localsrcAttr) && !m_useFallbackAttribute) in imageSourceAttributeName()
|
/external/webkit/WebCore/html/ |
D | HTMLMediaElement.cpp | 641 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()
|
D | HTMLNameCollection.cpp | 84 …tAttribute(nameAttr) == m_name || (e->getAttribute(idAttr) == m_name && e->hasAttribute(nameAttr))) in itemAfter()
|
D | HTMLFormControlElement.cpp | 182 return hasAttribute(autofocusAttr); in autofocus()
|
/external/webkit/WebCore/dom/ |
D | Element.h | 46 bool hasAttribute(const QualifiedName&) const; 53 bool hasAttribute(const String& name) const;
|
D | Element.idl | 65 boolean hasAttribute(in DOMString name);
|
D | Element.cpp | 163 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/ |
D | CSSSelector.h | 190 …bool hasAttribute() const { return m_match == Id || m_match == Class || (m_hasRareData && m_data.m… in hasAttribute() function
|
D | CSSSelector.cpp | 396 } else if (cs->hasAttribute()) { in selectorText()
|
/external/webkit/WebKit/win/ |
D | DOMHTMLClasses.h | 630 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/ |
D | DOMCore.idl | 585 - (BOOL)hasAttribute:(NSString *)name; 587 HRESULT hasAttribute([in] BSTR name, [out, retval] BOOL* result);
|
/external/webkit/WebCore/editing/ |
D | markup.cpp | 314 return !elem->hasAttribute(attr); in shouldAddNamespaceElem() 903 …PropertyBackgroundImage) && static_cast<Element*>(fullySelectedRoot)->hasAttribute(backgroundAttr)) in createMarkup()
|
D | ApplyStyleCommand.cpp | 702 if (element->hasAttribute(dirAttr)) { in removeEmbeddingUpToEnclosingBlock() 1019 if (!elem->hasAttribute(dirAttr)) in removeHTMLBidiEmbeddingStyle()
|
/external/webkit/WebCore/svg/animation/ |
D | SVGSMILElement.cpp | 161 if (!hasAttribute(SVGNames::beginAttr)) in finishParsingChildren()
|