Home
last modified time | relevance | path

Searched refs:BeforeVisitElement (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/xml/
DXmlDom.h190 virtual void BeforeVisitElement(Element* el) { in BeforeVisitElement() function
221 virtual void BeforeVisitElement(const Element* el) { in BeforeVisitElement() function
243 void BeforeVisitElement(Element* el) override;
270 void BeforeVisitElement(const Element* el) override { in BeforeVisitElement() function
DXmlDom.cpp516 visitor->BeforeVisitElement(this); in Accept()
522 visitor->BeforeVisitElement(this); in Accept()
544 void PackageAwareVisitor::BeforeVisitElement(Element* el) { in BeforeVisitElement() function in aapt::xml::PackageAwareVisitor