Home
last modified time | relevance | path

Searched defs:AsElement (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcxml_object.cpp15 CXML_Element* CXML_Object::AsElement() { in AsElement() function in CXML_Object
23 const CXML_Element* CXML_Object::AsElement() const { in AsElement() function in CXML_Object
Dcxml_element.cpp47 CXML_Element* CXML_Element::AsElement() { in AsElement() function in CXML_Element
51 const CXML_Element* CXML_Element::AsElement() const { in AsElement() function in CXML_Element
/external/webrtc/webrtc/libjingle/xmllite/
Dxmlelement.h34 XmlElement* AsElement() { return AsElementImpl(); } in AsElement() function
35 const XmlElement* AsElement() const { return AsElementImpl(); } in AsElement() function