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

  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 601 /*package*/ Attributes cloneAttributes() {
611 = cloneAttributes(this.attributePointer, this.attributeCount);
615 private static native int cloneAttributes(int pointer, int attributeCount);
  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp 392 PassRefPtr<NamedNodeMap> cloneAttributes(Element* element)
419 AtomicHTMLToken fakeToken(HTMLToken::StartTag, element->localName(), cloneAttributes(element));
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp     [all...]

Completed in 234 milliseconds