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

/frameworks/base/tools/aapt2/xml/
H A DXmlDom.h188 virtual void BeforeVisitElement(Element* el) { function in class:aapt::xml::Visitor
219 virtual void BeforeVisitElement(const Element* el) { function in class:aapt::xml::ConstVisitor
241 void BeforeVisitElement(Element* el) override;
268 void BeforeVisitElement(const Element* el) override {
H A DXmlDom.cpp503 visitor->BeforeVisitElement(this);
509 visitor->BeforeVisitElement(this);
531 void PackageAwareVisitor::BeforeVisitElement(Element* el) { function in class:aapt::xml::PackageAwareVisitor

Completed in 43 milliseconds