Home | History | Annotate | Download | only in aapt

Lines Matching refs:tagName

710 sp<XMLNode> XMLNode::searchElement(const String16& tagNamespace, const String16& tagName)
714 && mElementName == tagName) {
719 sp<XMLNode> found = mChildren.itemAt(i)->searchElement(tagNamespace, tagName);
728 sp<XMLNode> XMLNode::getChildElement(const String16& tagNamespace, const String16& tagName)
734 && child->mElementName == tagName) {