Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/xml/
DXmlDom.h185 virtual void BeforeVisitElement(Element* el) { in BeforeVisitElement() function
216 virtual void BeforeVisitElement(const Element* el) { in BeforeVisitElement() function
238 void BeforeVisitElement(Element* el) override;
265 void BeforeVisitElement(const Element* el) override { in BeforeVisitElement() function
DXmlDom.cpp517 visitor->BeforeVisitElement(this); in Accept()
523 visitor->BeforeVisitElement(this); in Accept()
545 void PackageAwareVisitor::BeforeVisitElement(Element* el) { in BeforeVisitElement() function in aapt::xml::PackageAwareVisitor