Home
last modified time | relevance | path

Searched defs:hasAttribute (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/Basic/
DAttributes.cpp6 bool clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute() function in clang
/external/llvm/include/llvm/MC/
DMCSectionMachO.h71 bool hasAttribute(unsigned Value) const { in hasAttribute() function
/external/llvm/lib/IR/
DAttributes.cpp135 bool Attribute::hasAttribute(AttrKind Kind) const { in hasAttribute() function in Attribute
139 bool Attribute::hasAttribute(StringRef Kind) const { in hasAttribute() function in Attribute
302 bool AttributeImpl::hasAttribute(Attribute::AttrKind A) const { in hasAttribute() function in AttributeImpl
307 bool AttributeImpl::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeImpl
443 bool AttributeSetNode::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in AttributeSetNode
450 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute() function in AttributeSetNode
829 bool AttributeSet::hasAttribute(unsigned Index, Attribute::AttrKind Kind) const{ in hasAttribute() function in AttributeSet
834 bool AttributeSet::hasAttribute(unsigned Index, StringRef Kind) const { in hasAttribute() function in AttributeSet
/external/chromium_org/third_party/WebKit/Source/web/
DWebElement.cpp74 bool WebElement::hasAttribute(const WebString& attrName) const in hasAttribute() function in blink::WebElement
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DAttributeContainer.java71 public boolean hasAttribute(final String name) { in hasAttribute() method in AttributeContainer
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DData.java95 boolean hasAttribute(String key); in hasAttribute() method
DDelegatedData.java102 public boolean hasAttribute(String key) { in hasAttribute() method in DelegatedData
DDefaultDataContext.java288 public boolean hasAttribute(String key) { in hasAttribute() method in DefaultDataContext.LocalVariable
DNestedMapData.java227 public boolean hasAttribute(String key) { in hasAttribute() method in NestedMapData
/external/deqp/executor/
DxeXMLParser.hpp156 …bool hasAttribute (const char* name) const { return m_attributes.find(name) != m_attributes.… in hasAttribute() function in xe::xml::Parser
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.cpp607 bool AXObject::hasAttribute(const QualifiedName& attribute) const in hasAttribute() function in blink::AXObject
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp167 virtual bool hasAttribute() const { return false; } in hasAttribute() function in blink::HTMLElementEquivalent
263 virtual bool hasAttribute() const OVERRIDE { return true; } in hasAttribute() function in blink::HTMLAttributeEquivalent
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java323 public boolean hasAttribute(String name) in hasAttribute() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java451 public boolean hasAttribute(String name) in hasAttribute() method in DTMNodeProxy
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp367 bool Element::hasAttribute(const QualifiedName& name) const in hasAttribute() function in blink::Element
2006 bool Element::hasAttribute(const AtomicString& localName) const in hasAttribute() function in blink::Element
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js2540 hasAttribute: function(element, attribute) { method
2597 Element.hasAttribute = function(element, attribute) { function in Element
Dconcat-jquery-mootools-prototype.js10919 hasAttribute: function(element, attribute) { method
10976 Element.hasAttribute = function(element, attribute) { function
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Dprototype-1.7.js2861 hasAttribute: function(element, attribute) { method
2959 Element.hasAttribute = function(element, attribute) { function
/external/clang/lib/Sema/
DSemaDecl.cpp2110 static bool hasAttribute(const Decl *D, attr::Kind Kind) { in hasAttribute() function