Searched defs:AfterVisitElement (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h190 virtual void AfterVisitElement(Element* el) { function in class:aapt::xml::Visitor
222 virtual void AfterVisitElement(const Element* el) { function in class:aapt::xml::ConstVisitor
242 void AfterVisitElement(Element* el) override;
270 void AfterVisitElement(const Element* el) override {
H A DXmlDom.cpp505 visitor->AfterVisitElement(this);
511 visitor->AfterVisitElement(this);
541 void PackageAwareVisitor::AfterVisitElement(Element* el) { function in class:aapt::xml::PackageAwareVisitor

Completed in 20 milliseconds