Searched defs:hasAttribute (Results 1 - 23 of 23) sorted by relevance

/external/clang/lib/Basic/
H A DAttributes.cpp6 bool clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, function in class:clang
/external/llvm/include/llvm/MC/
H A DMCSectionMachO.h71 bool hasAttribute(unsigned Value) const { function in class:llvm::MCSectionMachO
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DAttributeContainer.java71 public boolean hasAttribute(final String name) { method in class:AttributeContainer
144 if (!other.hasAttribute(thisAttrib.getName())) {
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElement.cpp74 bool WebElement::hasAttribute(const WebString& attrName) const function in class:blink::WebElement
76 return constUnwrap<Element>()->hasAttribute(attrName);
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DData.java95 boolean hasAttribute(String key); method in interface:Data
H A DDefaultDataContext.java288 public boolean hasAttribute(String key) { method in class:DefaultDataContext.LocalVariable
H A DDelegatedData.java102 public boolean hasAttribute(String key) { method in class:DelegatedData
103 return getDelegate().hasAttribute(key);
H A DNestedMapData.java227 public boolean hasAttribute(String key) { method in class:NestedMapData
/external/deqp/executor/
H A DxeXMLParser.hpp156 bool hasAttribute (const char* name) const { return m_attributes.find(name) != m_attributes.end(); } function in class:xe::xml::Parser
/external/llvm/lib/IR/
H A DAttributes.cpp135 bool Attribute::hasAttribute(AttrKind Kind) const { function in class:Attribute
136 return (pImpl && pImpl->hasAttribute(Kind)) || (!pImpl && Kind == None);
139 bool Attribute::hasAttribute(StringRef Kind) const { function in class:Attribute
141 return pImpl && pImpl->hasAttribute(Kind);
146 assert(hasAttribute(Attribute::Alignment) &&
154 assert(hasAttribute(Attribute::StackAlignment) &&
162 if (hasAttribute(Attribute::SanitizeAddress))
164 if (hasAttribute(Attribute::AlwaysInline))
166 if (hasAttribute(Attribute::Builtin))
168 if (hasAttribute(Attribut
302 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { function in class:AttributeImpl
307 bool AttributeImpl::hasAttribute(StringRef Kind) const { function in class:AttributeImpl
443 bool AttributeSetNode::hasAttribute(Attribute::AttrKind Kind) const { function in class:AttributeSetNode
450 bool AttributeSetNode::hasAttribute(StringRef Kind) const { function in class:AttributeSetNode
829 bool AttributeSet::hasAttribute(unsigned Index, Attribute::AttrKind Kind) const{ function in class:AttributeSet
834 bool AttributeSet::hasAttribute(unsigned Index, StringRef Kind) const { function in class:AttributeSet
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java323 public boolean hasAttribute(String name) method in class:UnImplNode
326 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasAttribute not supported!");
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObject.cpp412 || hasAttribute(aria_labelAttr);
607 bool AXObject::hasAttribute(const QualifiedName& attribute) const function in class:blink::AXObject
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp367 bool Element::hasAttribute(const QualifiedName& name) const function in class:blink::Element
2006 bool Element::hasAttribute(const AtomicString& localName) const
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java444 * Method hasAttribute
451 public boolean hasAttribute(String name) method in class:DTMNodeProxy
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp167 virtual bool hasAttribute() const { return false; } function in class:blink::HTMLElementEquivalent
262 virtual bool matches(const Element* element) const OVERRIDE { return HTMLElementEquivalent::matches(element) && element->hasAttribute(m_attrName); }
263 virtual bool hasAttribute() const OVERRIDE { return true; }
930 if (element->hasAttribute(HTMLNames::styleAttr)) {
/external/clang/lib/Sema/
H A DSemaDecl.cpp2110 static bool hasAttribute(const Decl *D, attr::Kind Kind) { function
2156 if (hasAttribute(Def, NewAttribute->getKind())) {
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js625 return a.hasAttribute("role") && (a = a.getAttribute("role")) && (a = axs.constants.ARIA_ROLES[a]) && "widget" in a.allParentRolesSet ? !0 : !1;
870 if (a.hasAttribute("aria-label") || a.hasAttribute("title") || "img" == b && a.hasAttribute("alt") || "input" == b && "image" == c && a.hasAttribute("alt") || "input" == b && ("submit" == c || "reset" == c) || a.hasAttribute("aria-labelledby") || axs.utils.isNativeTextElement(a) && a.hasAttribute("placeholder") || a.hasAttribute("id") && 0 < document.querySelectorAll('label[for="' + a.id + '"]').length) {
885 if (a.hasAttribute("chromevoxignoreariahidden")) {
889 return "none" == c.display || "hidden" == c.visibility ? !0 : a.hasAttribute("ari
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 2637 milliseconds