Searched refs:mElementName (Results 1 – 2 of 2) sorted by relevance
647 mElementName = s2; in XMLNode()659 if (mElementName.size() != 0) { in getType()685 return mElementName; in getElementName()772 && mElementName == tagName) { in searchElement()792 && child->mElementName == tagName) { in getChildElement()921 String8 tag(mElementName); in removeWhitespace()1069 copy->mElementName = mElementName; in clone()1349 if (mElementName.size() > 0) { in collect_strings()1350 dest->add(mElementName, true); in collect_strings()1375 if (mElementName.size() == 0) { in collect_strings()[all …]
197 String16 mElementName; variable