Searched refs:mElementName (Results 1 – 2 of 2) sorted by relevance
650 mElementName = s2; in XMLNode()662 if (mElementName.size() != 0) { in getType()688 return mElementName; in getElementName()775 && mElementName == tagName) { in searchElement()795 && child->mElementName == tagName) { in getChildElement()924 String8 tag(mElementName); in removeWhitespace()1072 copy->mElementName = mElementName; in clone()1352 if (mElementName.size() > 0) { in collect_strings()1353 dest->add(mElementName, true); in collect_strings()1378 if (mElementName.size() == 0) { in collect_strings()[all …]
197 String16 mElementName; variable