Searched refs:hasAttribute (Results 1 - 25 of 152) sorted by relevance

1234567

/external/webkit/Source/WebCore/html/
H A DHTMLDataGridRowElement.cpp50 return hasAttribute(selectedAttr);
60 return hasAttribute(focusedAttr);
70 return hasAttribute(expandedAttr);
H A DHTMLDataGridCellElement.cpp60 return hasAttribute(focusedAttr);
70 return hasAttribute(checkedAttr);
80 return hasAttribute(indeterminateAttr);
H A DHTMLDataGridElement.cpp65 return hasAttribute(autofocusAttr);
75 return hasAttribute(disabledAttr);
85 return hasAttribute(multipleAttr);
H A DHTMLDataGridColElement.cpp112 if (!hasAttribute(sortableAttr))
145 return hasAttribute(primaryAttr);
H A DHTMLTrackElement.cpp113 return hasAttribute(defaultAttr);
H A DStepRange.cpp38 if (element->hasAttribute(precisionAttr)) {
/external/webkit/Source/WebCore/wml/
H A DWMLImageLoader.cpp69 if (!imageElement->hasAttribute(localsrcAttr) && !imageElement->hasAttribute(HTMLNames::srcAttr))
/external/llvm/lib/IR/
H A DAttributes.cpp129 bool Attribute::hasAttribute(AttrKind Kind) const { function in class:Attribute
130 return (pImpl && pImpl->hasAttribute(Kind)) || (!pImpl && Kind == None);
133 bool Attribute::hasAttribute(StringRef Kind) const { function in class:Attribute
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(Attribut
306 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { function in class:AttributeImpl
311 bool AttributeImpl::hasAttribute(StringRef Kind) const { function in class:AttributeImpl
435 bool AttributeSetNode::hasAttribute(Attribute::AttrKind Kind) const { function in class:AttributeSetNode
443 bool AttributeSetNode::hasAttribute(StringRef Kind) const { function in class:AttributeSetNode
793 bool AttributeSet::hasAttribute(unsigned Index, Attribute::AttrKind Kind) const{ function in class:AttributeSet
798 bool AttributeSet::hasAttribute(unsigned Index, StringRef Kind) const { function in class:AttributeSet
[all...]
H A DVerifier.cpp636 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(Id
[all...]
H A DAttributeImpl.h122 bool hasAttribute(Attribute::AttrKind A) const;
123 bool hasAttribute(StringRef Kind) const;
172 bool hasAttribute(Attribute::AttrKind Kind) const;
173 bool hasAttribute(StringRef Kind) const;
/external/llvm/include/llvm/IR/
H A DFunction.h194 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(
[all...]
/external/webkit/Source/WebCore/svg/
H A DSVGRadialGradientElement.cpp158 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))
H A DSVGLinearGradientElement.cpp147 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))
H A DSVGPatternElement.cpp242 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)) {
H A DSVGFilterPrimitiveStandardAttributes.cpp131 if (this->hasAttribute(SVGNames::xAttr))
133 if (this->hasAttribute(SVGNames::yAttr))
135 if (this->hasAttribute(SVGNames::widthAttr))
137 if (this->hasAttribute(SVGNames::heightAttr))
H A DSVGFEConvolveMatrixElement.cpp218 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/
H A DWebElement.cpp66 bool WebElement::hasAttribute(const WebString& attrName) const function in class:WebKit::WebElement
68 return constUnwrap<Element>()->hasAttribute(attrName);
/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidationContentHandler.java134 boolean hasAttribute = false;
139 hasAttribute = true;
148 if (!hasAttribute) {
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DGeolocationClientQt.cpp76 bool providesAltitudeAccuracy = geoPosition.hasAttribute(QGeoPositionInfo::VerticalAccuracy);
79 bool providesHeading = geoPosition.hasAttribute(QGeoPositionInfo::Direction);
82 bool providesSpeed = geoPosition.hasAttribute(QGeoPositionInfo::GroundSpeed);
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp90 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(AttributeSe
[all...]
H A DInlineAlways.cpp96 Callee->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
/external/llvm/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp54 if (F.getAttributes().hasAttribute(Idx, Attribute::SExt)) {
/external/webkit/Source/WebKit/chromium/public/
H A DWebElement.h56 WEBKIT_API bool hasAttribute(const WebString&) const;
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A 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');
H A Dmenu_button.js139 return this.hasAttribute('menu-shown');

Completed in 7164 milliseconds

1234567