HomeSort by relevance Sort by last modified time
    Searched refs:hasAttribute (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebCore/html/
HTMLDataGridRowElement.cpp 50 return hasAttribute(selectedAttr);
60 return hasAttribute(focusedAttr);
70 return hasAttribute(expandedAttr);
HTMLDataGridCellElement.cpp 60 return hasAttribute(focusedAttr);
70 return hasAttribute(checkedAttr);
80 return hasAttribute(indeterminateAttr);
HTMLDataGridElement.cpp 65 return hasAttribute(autofocusAttr);
75 return hasAttribute(disabledAttr);
85 return hasAttribute(multipleAttr);
HTMLDataGridColElement.cpp 112 if (!hasAttribute(sortableAttr))
145 return hasAttribute(primaryAttr);
HTMLTrackElement.cpp 113 return hasAttribute(defaultAttr);
StepRange.cpp 38 if (element->hasAttribute(precisionAttr)) {
  /external/webkit/Source/WebCore/wml/
WMLImageLoader.cpp 69 if (!imageElement->hasAttribute(localsrcAttr) && !imageElement->hasAttribute(HTMLNames::srcAttr))
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementHasAttribute.java 10 * The method hasAttribute returns true when an attribute with a given name is
12 * hasAttribute method to check if the documentElement has attributres.
54 state = element.hasAttribute("");
68 // state = element.hasAttribute("defaultAttr");
80 state = element.hasAttribute("domestic");
83 state = element.hasAttribute("domestic");
96 state = element.hasAttribute("domestic");
HasAttribute.java 10 * The "hasAttribute()" method for an Element should return true if the element
12 * and the "hasAttribute()" method should return false since the element does
20 public final class HasAttribute extends DOMTestCase {
57 state = testNode.hasAttribute("domestic");
70 // state = testNode.hasAttribute("street");
81 state = testNode.hasAttribute("nomatch");
92 state = testNode.hasAttribute("dmstc:domestic");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementhasattribute03.java 34 * The method hasAttribute returns true when an attribute with a given name is specified
36 * Create an element Node and an attribute Node. Invoke hasAttribute method
38 * Invoke the hasAttribute method on the element and verify if it returns true.
74 state = element.hasAttribute("domestic");
77 state = element.hasAttribute("domestic");
elementhasattribute01.java 47 * The method hasAttribute returns true when an attribute with a given name is specified
49 * Invoke the hasAttribute method to check if the documentElement has attributres.
88 state = element.hasAttribute("");
elementhasattribute04.java 34 * The method hasAttribute returns true when an attribute with a given name is specified
37 * Invoke the hasAttribute method on the element and verify if the method returns true.
74 state = element.hasAttribute("domestic");
hasAttribute01.java 34 * The "hasAttribute()" method for an Element should
36 * Retrieve the first "address" element and the "hasAttribute()" method
71 state = testNode.hasAttribute("domestic");
hasAttribute03.java 34 * The "hasAttribute()" method for an Element should
36 * Retrieve the first "address" element and the "hasAttribute()" method
71 state = testNode.hasAttribute("nomatch");
elementhasattribute02.java 34 * The method hasAttribute returns true when an attribute with a given name is specified
36 * Invoke the hasAttribute method to on an element with default attributes and verify if it
79 state = element.hasAttribute("defaultAttr");
hasAttribute02.java 34 * The "hasAttribute()" method for an Element should
36 * Retrieve the first "address" element and the "hasAttribute()" method
78 state = testNode.hasAttribute("street");
  /external/webkit/Source/WebCore/svg/
SVGRadialGradientElement.cpp 158 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr))
161 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr))
164 if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) {
179 if (!attributes.hasCx() && current->hasAttribute(SVGNames::cxAttr))
182 if (!attributes.hasCy() && current->hasAttribute(SVGNames::cyAttr))
185 if (!attributes.hasR() && current->hasAttribute(SVGNames::rAttr))
188 if (!attributes.hasFx() && current->hasAttribute(SVGNames::fxAttr))
191 if (!attributes.hasFy() && current->hasAttribute(SVGNames::fyAttr))
SVGLinearGradientElement.cpp 147 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr))
150 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::gradientUnitsAttr))
153 if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) {
168 if (!attributes.hasX1() && current->hasAttribute(SVGNames::x1Attr))
171 if (!attributes.hasY1() && current->hasAttribute(SVGNames::y1Attr))
174 if (!attributes.hasX2() && current->hasAttribute(SVGNames::x2Attr))
177 if (!attributes.hasY2() && current->hasAttribute(SVGNames::y2Attr))
SVGPatternElement.cpp 242 if (!attributes.hasX() && current->hasAttribute(SVGNames::xAttr))
245 if (!attributes.hasY() && current->hasAttribute(SVGNames::yAttr))
248 if (!attributes.hasWidth() && current->hasAttribute(SVGNames::widthAttr))
251 if (!attributes.hasHeight() && current->hasAttribute(SVGNames::heightAttr))
254 if (!attributes.hasViewBox() && current->hasAttribute(SVGNames::viewBoxAttr))
257 if (!attributes.hasPreserveAspectRatio() && current->hasAttribute(SVGNames::preserveAspectRatioAttr))
260 if (!attributes.hasBoundingBoxMode() && current->hasAttribute(SVGNames::patternUnitsAttr))
263 if (!attributes.hasBoundingBoxModeContent() && current->hasAttribute(SVGNames::patternContentUnitsAttr))
266 if (!attributes.hasPatternTransform() && current->hasAttribute(SVGNames::patternTransformAttr)) {
SVGFilterPrimitiveStandardAttributes.cpp 131 if (this->hasAttribute(SVGNames::xAttr))
133 if (this->hasAttribute(SVGNames::yAttr))
135 if (this->hasAttribute(SVGNames::widthAttr))
137 if (this->hasAttribute(SVGNames::heightAttr))
SVGFEConvolveMatrixElement.cpp 218 if (!hasAttribute(SVGNames::orderAttr)) {
230 if (hasAttribute(SVGNames::targetXAttr) && (targetXValue < 0 || targetXValue >= orderXValue))
233 if (!hasAttribute(SVGNames::targetXAttr))
235 if (hasAttribute(SVGNames::targetYAttr) && (targetYValue < 0 || targetYValue >= orderYValue))
238 if (!hasAttribute(SVGNames::targetYAttr))
242 if (hasAttribute(SVGNames::divisorAttr) && !divisorValue)
244 if (!hasAttribute(SVGNames::divisorAttr)) {
  /external/webkit/Source/WebKit/chromium/src/
WebElement.cpp 66 bool WebElement::hasAttribute(const WebString& attrName) const
68 return constUnwrap<Element>()->hasAttribute(attrName);
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 134 boolean hasAttribute = false;
139 hasAttribute = true;
148 if (!hasAttribute) {
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
GeolocationClientQt.cpp 76 bool providesAltitudeAccuracy = geoPosition.hasAttribute(QGeoPositionInfo::VerticalAccuracy);
79 bool providesHeading = geoPosition.hasAttribute(QGeoPositionInfo::Direction);
82 bool providesSpeed = geoPosition.hasAttribute(QGeoPositionInfo::GroundSpeed);
  /external/webkit/Source/WebKit/chromium/public/
WebElement.h 56 WEBKIT_API bool hasAttribute(const WebString&) const;

Completed in 764 milliseconds

1 2 3 4 5