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

1 2 3 4 5 6 7 8

  /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);
  /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");
  /external/llvm/lib/IR/
Attributes.cpp 129 bool Attribute::hasAttribute(AttrKind Kind) const {
130 return (pImpl && pImpl->hasAttribute(Kind)) || (!pImpl && Kind == None);
133 bool Attribute::hasAttribute(StringRef Kind) const {
135 return pImpl && pImpl->hasAttribute(Kind);
140 assert(hasAttribute(Attribute::Alignment) &&
148 assert(hasAttribute(Attribute::StackAlignment) &&
156 if (hasAttribute(Attribute::SanitizeAddress))
158 if (hasAttribute(Attribute::AlwaysInline))
160 if (hasAttribute(Attribute::ByVal))
162 if (hasAttribute(Attribute::InlineHint)
    [all...]
Verifier.cpp 636 Assert1(!Attrs.hasAttribute(Idx, Attribute::NoReturn) &&
637 !Attrs.hasAttribute(Idx, Attribute::NoUnwind) &&
638 !Attrs.hasAttribute(Idx, Attribute::ReadNone) &&
639 !Attrs.hasAttribute(Idx, Attribute::ReadOnly) &&
640 !Attrs.hasAttribute(Idx, Attribute::NoInline) &&
641 !Attrs.hasAttribute(Idx, Attribute::AlwaysInline) &&
642 !Attrs.hasAttribute(Idx, Attribute::OptimizeForSize) &&
643 !Attrs.hasAttribute(Idx, Attribute::StackProtect) &&
644 !Attrs.hasAttribute(Idx, Attribute::StackProtectReq) &&
645 !Attrs.hasAttribute(Idx, Attribute::NoRedZone) &
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 194 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
197 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
223 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
233 AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
242 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
251 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
260 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
270 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
285 return AttributeSets.hasAttribute(1, Attribute::StructRet);
291 return AttributeSets.hasAttribute(n, Attribute::NoAlias)
    [all...]
  /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;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 90 if (CalleeAttr.hasAttribute(AttributeSet::FunctionIndex,
94 } else if (CalleeAttr.hasAttribute(AttributeSet::FunctionIndex,
96 !CallerAttr.hasAttribute(AttributeSet::FunctionIndex,
100 } else if (CalleeAttr.hasAttribute(AttributeSet::FunctionIndex,
102 !CallerAttr.hasAttribute(AttributeSet::FunctionIndex,
104 !CallerAttr.hasAttribute(AttributeSet::FunctionIndex,
240 Caller->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
250 Callee->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
253 && !Caller->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
570 !F->getAttributes().hasAttribute(AttributeSet::FunctionIndex
    [all...]

Completed in 752 milliseconds

1 2 3 4 5 6 7 8