Home
last modified time | relevance | path

Searched refs:attrLocalName (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/dom/
DXMLTokenizerLibxml2.cpp698 String attrLocalName = toString(attributes[i].localname); in handleElementAttributes() local
703 String attrQName = attrPrefix.isEmpty() ? attrLocalName : attrPrefix + ":" + attrLocalName; in handleElementAttributes()
1414 String attrLocalName = toString(attributes[i].localname); in attributesStartElementNsHandler() local
1418 String attrQName = attrPrefix.isEmpty() ? attrLocalName : attrPrefix + ":" + attrLocalName; in attributesStartElementNsHandler()
Dxml_expat_tokenizer.cpp408 String attrURI, attrLocalName, attrPrefix; in handleElementAttributes() local
409 splitTriplet(atts[i], attrURI, attrLocalName, attrPrefix); in handleElementAttributes()
410 …String attrQName = attrPrefix.isEmpty() ? attrLocalName : attrPrefix + String(":") + attrLocalName; in handleElementAttributes()
DXMLTokenizerQt.cpp358 String attrLocalName = attr.name(); in attributesStartElementNsHandler() local
410 String attrLocalName = attr.name(); in handleElementAttributes() local