HomeSort by relevance Sort by last modified time
    Searched refs:HasAttribute (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/tests/org/w3c/dom/
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");
  /external/chromium/chrome/browser/accessibility/
browser_accessibility.h 165 bool HasAttribute(WebAccessibility::Attribute attribute);
browser_accessibility.cc 184 bool BrowserAccessibility::HasAttribute(
browser_accessibility_win.cc 902 !HasAttribute(WebAccessibility::ATTR_DISPLAY)) {
1148 if (name_.empty() && HasAttribute(WebAccessibility::ATTR_DESCRIPTION))
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 768 /// HasAttribute - Return true if we recognize and implement the attribute
770 static bool HasAttribute(const IdentifierInfo *II) {
    [all...]

Completed in 227 milliseconds