Searched defs:attrQName (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserQt.cpp309 String attrQName = attr.qualifiedName(); local
310 state->attributes.set(attrQName, attrValue);
363 String attrQName = attr.qualifiedName(); local
364 newElement->setAttributeNS(attrURI, attrQName, attrValue, ec, scriptingPermission);
H A DXMLDocumentParserLibxml2.cpp737 AtomicString attrQName = attrPrefix.isEmpty() ? toAtomicString(attributes[i].localname) : AtomicString(attrPrefix + ":" + toString(attributes[i].localname)); local
739 newElement->setAttributeNS(attrURI, attrQName, attrValue, ec, scriptingPermission);
1502 String attrQName = attrPrefix.isEmpty() ? attrLocalName : attrPrefix + ":" + attrLocalName; local
1504 state->attributes.set(attrQName, attrValue);
H A Dxml_expat_tokenizer.cpp410 String attrQName = attrPrefix.isEmpty() ? attrLocalName : attrPrefix + String(":") + attrLocalName; local
412 newElement->setAttributeNS(attrURI, attrQName, attrValue, exceptioncode);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 38 milliseconds