Home
last modified time | relevance | path

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

12345

/external/webkit/Source/WebCore/svg/
DSVGPatternElement.cpp242 if (!attributes.hasX() && current->hasAttribute(SVGNames::xAttr)) in collectPatternAttributes()
245 if (!attributes.hasY() && current->hasAttribute(SVGNames::yAttr)) in collectPatternAttributes()
248 if (!attributes.hasWidth() && current->hasAttribute(SVGNames::widthAttr)) in collectPatternAttributes()
251 if (!attributes.hasHeight() && current->hasAttribute(SVGNames::heightAttr)) in collectPatternAttributes()
254 if (!attributes.hasViewBox() && current->hasAttribute(SVGNames::viewBoxAttr)) in collectPatternAttributes()
257 …if (!attributes.hasPreserveAspectRatio() && current->hasAttribute(SVGNames::preserveAspectRatioAtt… in collectPatternAttributes()
260 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::patternUnitsAttr)) in collectPatternAttributes()
263 …if (!attributes.hasBoundingBoxModeContent() && current->hasAttribute(SVGNames::patternContentUnits… in collectPatternAttributes()
266 … if (!attributes.hasPatternTransform() && current->hasAttribute(SVGNames::patternTransformAttr)) { in collectPatternAttributes()
DSVGLinearGradientElement.cpp147 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) in collectGradientAttributes()
150 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr)) in collectGradientAttributes()
153 …if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) { in collectGradientAttributes()
168 if (!attributes.hasX1() && current->hasAttribute(SVGNames::x1Attr)) in collectGradientAttributes()
171 if (!attributes.hasY1() && current->hasAttribute(SVGNames::y1Attr)) in collectGradientAttributes()
174 if (!attributes.hasX2() && current->hasAttribute(SVGNames::x2Attr)) in collectGradientAttributes()
177 if (!attributes.hasY2() && current->hasAttribute(SVGNames::y2Attr)) in collectGradientAttributes()
DSVGRadialGradientElement.cpp158 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr)) in collectGradientAttributes()
161 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr)) in collectGradientAttributes()
164 …if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) { in collectGradientAttributes()
179 if (!attributes.hasCx() && current->hasAttribute(SVGNames::cxAttr)) in collectGradientAttributes()
182 if (!attributes.hasCy() && current->hasAttribute(SVGNames::cyAttr)) in collectGradientAttributes()
185 if (!attributes.hasR() && current->hasAttribute(SVGNames::rAttr)) in collectGradientAttributes()
188 if (!attributes.hasFx() && current->hasAttribute(SVGNames::fxAttr)) in collectGradientAttributes()
191 if (!attributes.hasFy() && current->hasAttribute(SVGNames::fyAttr)) in collectGradientAttributes()
DSVGFEConvolveMatrixElement.cpp218 if (!hasAttribute(SVGNames::orderAttr)) { in build()
230 if (hasAttribute(SVGNames::targetXAttr) && (targetXValue < 0 || targetXValue >= orderXValue)) in build()
233 if (!hasAttribute(SVGNames::targetXAttr)) in build()
235 if (hasAttribute(SVGNames::targetYAttr) && (targetYValue < 0 || targetYValue >= orderYValue)) in build()
238 if (!hasAttribute(SVGNames::targetYAttr)) in build()
242 if (hasAttribute(SVGNames::divisorAttr) && !divisorValue) in build()
244 if (!hasAttribute(SVGNames::divisorAttr)) { in build()
DSVGFilterPrimitiveStandardAttributes.cpp131 if (this->hasAttribute(SVGNames::xAttr)) in setStandardAttributes()
133 if (this->hasAttribute(SVGNames::yAttr)) in setStandardAttributes()
135 if (this->hasAttribute(SVGNames::widthAttr)) in setStandardAttributes()
137 if (this->hasAttribute(SVGNames::heightAttr)) in setStandardAttributes()
DSVGAnimationElement.cpp225 if (hasAttribute(SVGNames::valuesAttr)) in animationMode()
495 if (hasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() != m_keyTimes.size()) in startedActiveInterval()
502 if ((hasAttribute(SVGNames::keyPointsAttr) && m_keyPoints.size() != splinesCount) in startedActiveInterval()
524 …&& (calcMode == CalcModePaced || !hasAttribute(SVGNames::keyTimesAttr) || hasAttribute(SVGNames::k… in startedActiveInterval()
527 …&& (!hasAttribute(SVGNames::keyPointsAttr) || (m_keyTimes.size() > 1 && m_keyTimes.size() == m_key… in startedActiveInterval()
531 …m_animationValid = calcMode == CalcModePaced || !hasAttribute(SVGNames::keyPointsAttr) || (m_keyTi… in startedActiveInterval()
DSVGSVGElement.cpp570 || hasAttribute(SVGNames::viewBoxAttr); in selfHasRelativeLengths()
612 if (viewElement->hasAttribute(SVGNames::viewBoxAttr)) in inheritViewAttributes()
618 if (viewElement->hasAttribute(SVGNames::preserveAspectRatioAttr)) in inheritViewAttributes()
624 if (viewElement->hasAttribute(SVGNames::zoomAndPanAttr)) in inheritViewAttributes()
DSVGRectElement.cpp194 bool hasRx = hasAttribute(SVGNames::rxAttr); in toPathData()
195 bool hasRy = hasAttribute(SVGNames::ryAttr); in toPathData()
DSVGSymbolElement.cpp108 return hasAttribute(SVGNames::viewBoxAttr); in selfHasRelativeLengths()
/external/webkit/Source/WebCore/html/
DHTMLDataGridRowElement.cpp50 return hasAttribute(selectedAttr); in selected()
60 return hasAttribute(focusedAttr); in focused()
70 return hasAttribute(expandedAttr); in expanded()
DHTMLDataGridCellElement.cpp60 return hasAttribute(focusedAttr); in focused()
70 return hasAttribute(checkedAttr); in checked()
80 return hasAttribute(indeterminateAttr); in indeterminate()
DHTMLDataGridElement.cpp65 return hasAttribute(autofocusAttr); in autofocus()
75 return hasAttribute(disabledAttr); in disabled()
85 return hasAttribute(multipleAttr); in multiple()
DHTMLDataGridColElement.cpp112 if (!hasAttribute(sortableAttr)) in sortable()
145 return hasAttribute(primaryAttr); in primary()
DStepRange.cpp38 if (element->hasAttribute(precisionAttr)) { in StepRange()
DHTMLTrackElement.cpp113 return hasAttribute(defaultAttr); in isDefault()
DHTMLNameCollection.cpp84 …->getAttribute(nameAttr) == m_name || (e->getIdAttribute() == m_name && e->hasAttribute(nameAttr))) in itemAfter()
/external/webkit/Source/WebCore/wml/
DWMLImageLoader.cpp69 … if (!imageElement->hasAttribute(localsrcAttr) && !imageElement->hasAttribute(HTMLNames::srcAttr)) in notifyFinished()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DGeolocationClientQt.cpp76 bool providesAltitudeAccuracy = geoPosition.hasAttribute(QGeoPositionInfo::VerticalAccuracy); in positionUpdated()
79 bool providesHeading = geoPosition.hasAttribute(QGeoPositionInfo::Direction); in positionUpdated()
82 bool providesSpeed = geoPosition.hasAttribute(QGeoPositionInfo::GroundSpeed); in positionUpdated()
/external/eyes-free/AccessCheck/src/com/android/accessibility/
DAccessibilityValidationContentHandler.java134 boolean hasAttribute = false; in startElement()
139 hasAttribute = true; in startElement()
148 if (!hasAttribute) { in startElement()
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dtree.js52 if (!this.hasAttribute('tabindex'))
353 return this.hasAttribute('expanded');
435 return this.hasAttribute('selected');
462 return this.hasAttribute('may-have-children');
598 return this.hasAttribute('editing');
/external/webkit/Source/WebKit/chromium/src/
DWebElement.cpp66 bool WebElement::hasAttribute(const WebString& attrName) const in hasAttribute() function in WebKit::WebElement
68 return constUnwrap<Element>()->hasAttribute(attrName); in hasAttribute()
/external/webkit/Source/WebCore/rendering/
DRenderVideo.cpp121 if (video->hasAttribute(widthAttr) && video->hasAttribute(heightAttr)) in calculateIntrinsicSize()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDelegatedData.java102 public boolean hasAttribute(String key) { in hasAttribute() method in DelegatedData
103 return getDelegate().hasAttribute(key); in hasAttribute()
/external/webkit/Source/WebKit/chromium/public/
DWebElement.h56 WEBKIT_API bool hasAttribute(const WebString&) const;
/external/llvm/include/llvm/MC/
DMCSectionMachO.h152 bool hasAttribute(unsigned Value) const { in hasAttribute() function

12345