Searched refs:mElementName (Results 1 – 2 of 2) sorted by relevance
642 mElementName = s2; in XMLNode()654 if (mElementName.size() != 0) { in getType()680 return mElementName; in getElementName()749 && mElementName == tagName) { in searchElement()769 && child->mElementName == tagName) { in getChildElement()896 String8 tag(mElementName); in removeWhitespace()1038 copy->mElementName = mElementName; in clone()1321 if (mElementName.size() > 0) { in collect_strings()1322 dest->add(mElementName, true); in collect_strings()1347 if (mElementName.size() == 0) { in collect_strings()[all …]
193 String16 mElementName; variable