Searched refs:editAttribute (Results 1 – 3 of 3) sorted by relevance
99 attribute_entry* editAttribute(const String16& ns, const String16& name);
699 XMLNode::attribute_entry* existingEntry = node->editAttribute(ns, attr); in addTagAttribute()742 XMLNode::attribute_entry* attr = node->editAttribute( in fullyQualifyClassName()860 XMLNode::attribute_entry* attr = root->editAttribute(String16(), String16("package")); in massageManifest()898 XMLNode::attribute_entry* attr = child->editAttribute( in massageManifest()
712 XMLNode::attribute_entry* XMLNode::editAttribute(const String16& ns, in editAttribute() function in XMLNode