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

12345678

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXProgressIndicator.cpp49 if (hasAttribute(aria_valuenowAttr))
60 if (hasAttribute(aria_valuemaxAttr))
68 if (hasAttribute(aria_valueminAttr))
/external/chromium-trace/trace-viewer/src/ui/
H A Dlist_view_test.js27 assertTrue(i2.hasAttribute('selected'));
29 assertFalse(i2.hasAttribute('selected'));
30 assertTrue(i3.hasAttribute('selected'));
/external/llvm/lib/IR/
H A DAttributes.cpp134 bool Attribute::hasAttribute(AttrKind Kind) const { function in class:Attribute
135 return (pImpl && pImpl->hasAttribute(Kind)) || (!pImpl && Kind == None);
138 bool Attribute::hasAttribute(StringRef Kind) const { function in class:Attribute
140 return pImpl && pImpl->hasAttribute(Kind);
145 assert(hasAttribute(Attribute::Alignment) &&
153 assert(hasAttribute(Attribute::StackAlignment) &&
161 if (hasAttribute(Attribute::SanitizeAddress))
163 if (hasAttribute(Attribute::AlwaysInline))
165 if (hasAttribute(Attribute::Builtin))
167 if (hasAttribute(Attribut
289 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { function in class:AttributeImpl
294 bool AttributeImpl::hasAttribute(StringRef Kind) const { function in class:AttributeImpl
426 bool AttributeSetNode::hasAttribute(Attribute::AttrKind Kind) const { function in class:AttributeSetNode
433 bool AttributeSetNode::hasAttribute(StringRef Kind) const { function in class:AttributeSetNode
811 bool AttributeSet::hasAttribute(unsigned Index, Attribute::AttrKind Kind) const{ function in class:AttributeSet
816 bool AttributeSet::hasAttribute(unsigned Index, StringRef Kind) const { function in class:AttributeSet
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLinearGradientElement.cpp131 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr))
134 if (!attributes.hasGradientUnits() && current->hasAttribute(SVGNames::gradientUnitsAttr))
137 if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) {
152 if (!attributes.hasX1() && current->hasAttribute(SVGNames::x1Attr))
155 if (!attributes.hasY1() && current->hasAttribute(SVGNames::y1Attr))
158 if (!attributes.hasX2() && current->hasAttribute(SVGNames::x2Attr))
161 if (!attributes.hasY2() && current->hasAttribute(SVGNames::y2Attr))
H A DSVGRadialGradientElement.cpp142 if (!attributes.hasSpreadMethod() && current->hasAttribute(SVGNames::spreadMethodAttr))
145 if (!attributes.hasGradientUnits() && current->hasAttribute(SVGNames::gradientUnitsAttr))
148 if (!attributes.hasGradientTransform() && current->hasAttribute(SVGNames::gradientTransformAttr)) {
163 if (!attributes.hasCx() && current->hasAttribute(SVGNames::cxAttr))
166 if (!attributes.hasCy() && current->hasAttribute(SVGNames::cyAttr))
169 if (!attributes.hasR() && current->hasAttribute(SVGNames::rAttr))
172 if (!attributes.hasFx() && current->hasAttribute(SVGNames::fxAttr))
175 if (!attributes.hasFy() && current->hasAttribute(SVGNames::fyAttr))
178 if (!attributes.hasFr() && current->hasAttribute(SVGNames::frAttr))
H A DSVGPatternElement.cpp182 if (!attributes.hasX() && current->hasAttribute(SVGNames::xAttr))
185 if (!attributes.hasY() && current->hasAttribute(SVGNames::yAttr))
188 if (!attributes.hasWidth() && current->hasAttribute(SVGNames::widthAttr))
191 if (!attributes.hasHeight() && current->hasAttribute(SVGNames::heightAttr))
194 if (!attributes.hasViewBox() && current->hasAttribute(SVGNames::viewBoxAttr) && current->viewBoxCurrentValue().isValid())
197 if (!attributes.hasPreserveAspectRatio() && current->hasAttribute(SVGNames::preserveAspectRatioAttr))
200 if (!attributes.hasPatternUnits() && current->hasAttribute(SVGNames::patternUnitsAttr))
203 if (!attributes.hasPatternContentUnits() && current->hasAttribute(SVGNames::patternContentUnitsAttr))
206 if (!attributes.hasPatternTransform() && current->hasAttribute(SVGNames::patternTransformAttr)) {
H A DSVGFilterPrimitiveStandardAttributes.cpp129 if (hasAttribute(SVGNames::xAttr))
131 if (hasAttribute(SVGNames::yAttr))
133 if (hasAttribute(SVGNames::widthAttr))
135 if (hasAttribute(SVGNames::heightAttr))
H A DSVGFEConvolveMatrixElement.cpp293 if (!hasAttribute(SVGNames::orderAttr)) {
308 if (hasAttribute(SVGNames::targetXAttr) && (targetXValue < 0 || targetXValue >= orderXValue))
311 if (!hasAttribute(SVGNames::targetXAttr))
313 if (hasAttribute(SVGNames::targetYAttr) && (targetYValue < 0 || targetYValue >= orderYValue))
316 if (!hasAttribute(SVGNames::targetYAttr))
322 if (!hasAttribute(SVGNames::kernelUnitLengthAttr)) {
330 if (hasAttribute(SVGNames::divisorAttr) && !divisorValue)
332 if (!hasAttribute(SVGNames::divisorAttr)) {
H A DSVGSymbolElement.cpp96 return hasAttribute(SVGNames::viewBoxAttr);
/external/llvm/include/llvm/IR/
H A DFunction.h201 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
204 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
238 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
248 AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
257 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
266 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
275 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
285 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
300 return AttributeSets.hasAttribute(1, Attribute::StructRet);
306 return AttributeSets.hasAttribute(
[all...]
/external/chromium_org/remoting/webapp/
H A Dl10n.js82 if (element.hasAttribute(value)) {
84 } else if (element.hasAttribute(valueName)) {
/external/eyes-free/AccessCheck/src/com/android/accessibility/
H A DAccessibilityValidationContentHandler.java134 boolean hasAttribute = false;
139 hasAttribute = true;
148 if (!hasAttribute) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGViewportContainer.cpp99 if (useElement->hasAttribute(SVGNames::widthAttr))
101 else if (isSymbolElement && svg->hasAttribute(SVGNames::widthAttr)) {
106 if (useElement->hasAttribute(SVGNames::heightAttr))
108 else if (isSymbolElement && svg->hasAttribute(SVGNames::heightAttr)) {
/external/chromium_org/chrome/browser/resources/options/
H A Deditable_text_field.js55 if (this.hasAttribute('i18n-placeholder-text')) {
74 return this.hasAttribute('empty');
106 return this.hasAttribute('editing');
147 return this.hasAttribute('editable');
H A Dcontrolled_setting.js101 if (this.hasAttribute('plural')) {
134 if (this.hasAttribute('text' + this.controlledBy))
/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,
263 Caller->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
273 Callee->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
276 && !Caller->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
593 !F->getAttributes().hasAttribute(AttributeSe
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dinternet_detail_ip_address_field.js49 return this.hasAttribute('allow-empty');
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/ui/
H A Doverlay.js75 return this.hasAttribute('hidden');
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElement.cpp81 bool WebElement::hasAttribute(const WebString& attrName) const function in class:blink::WebElement
83 return constUnwrap<Element>()->hasAttribute(attrName);
/external/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp119 ChangeToMips16 = FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
121 ChangeToNoMips16 = FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp60 !CPUAttr.hasAttribute(Attribute::None) ? CPUAttr.getValueAsString() : "";
62 !FSAttr.hasAttribute(Attribute::None) ? FSAttr.getValueAsString() : "";
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameElement.cpp70 return hasAttribute(noresizeAttr);
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
H A Dtouch-action-tests.js14 if (!host.hasAttribute('shadow-host')) {
/external/chromium_org/third_party/WebKit/public/web/
H A DWebElement.h64 BLINK_EXPORT bool hasAttribute(const WebString&) const;
/external/chromium_org/tools/metrics/histograms/
H A Dextract_histograms.py128 if fieldtrial.hasAttribute('separator'):
133 if fieldtrial.hasAttribute('ordering'):
253 if histogram.hasAttribute('units'):
263 if histogram.hasAttribute('enum'):

Completed in 2302 milliseconds

12345678