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

  /external/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp 308 String attrURI = attr.namespaceUri();
362 String attrURI = attr.namespaceUri().isEmpty() ? String() : String(attr.namespaceUri());
364 newElement->setAttributeNS(attrURI, attrQName, attrValue, ec, scriptingPermission);
xml_expat_tokenizer.cpp 408 String attrURI, attrLocalName, attrPrefix;
409 splitTriplet(atts[i], attrURI, attrLocalName, attrPrefix);
412 newElement->setAttributeNS(attrURI, attrQName, attrValue, exceptioncode);
XMLDocumentParserLibxml2.cpp 736 AtomicString attrURI = attrPrefix.isEmpty() ? AtomicString() : toAtomicString(attributes[i].uri);
739 newElement->setAttributeNS(attrURI, attrQName, attrValue, ec, scriptingPermission);
    [all...]

Completed in 1382 milliseconds