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

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 119 private Attributes currentAttributes;
143 currentAttributes = attributes;
174 return currentAttributes.getLength();
178 return currentAttributes.getQName(i);
182 return currentAttributes.getType(i);
186 return currentAttributes.getValue(i);
190 return currentAttributes.getType(name);
194 return currentAttributes.getValue(name);
XercesHTMLDocumentBuilderFactory.java 119 private Attributes currentAttributes;
143 currentAttributes = attributes;
174 return currentAttributes.getLength();
178 return currentAttributes.getQName(i);
182 return currentAttributes.getType(i);
186 return currentAttributes.getValue(i);
190 return currentAttributes.getType(name);
194 return currentAttributes.getValue(name);
  /external/webkit/JavaScriptCore/runtime/
JSObject.h 435 unsigned currentAttributes;
437 size_t offset = m_structure->get(propertyName, currentAttributes, currentSpecificFunction);
441 if (checkReadOnly && currentAttributes & ReadOnly)
477 unsigned currentAttributes;
479 offset = m_structure->get(propertyName, currentAttributes, currentSpecificFunction);
481 if (checkReadOnly && currentAttributes & ReadOnly)

Completed in 69 milliseconds