Home
last modified time | relevance | path

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

/external/webrtc/webrtc/libjingle/xmllite/
Dxmlelement.h34 XmlElement* AsElement() { return AsElementImpl(); } in AsElement()
35 const XmlElement* AsElement() const { return AsElementImpl(); } in AsElement()
47 virtual XmlElement* AsElementImpl() const = 0;
84 virtual XmlElement* AsElementImpl() const;
220 virtual XmlElement* AsElementImpl() const;
Dxmlelement.cc34 XmlElement* XmlText::AsElementImpl() const { in AsElementImpl() function in buzz::XmlText
118 XmlElement* XmlElement::AsElementImpl() const { in AsElementImpl() function in buzz::XmlElement