Home
last modified time | relevance | path

Searched refs:AsContent (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcxml_object.h17 virtual CXML_Content* AsContent();
18 virtual const CXML_Content* AsContent() const;
28 return pObj ? pObj->AsContent() : nullptr; in ToContent()
32 return pObj ? pObj->AsContent() : nullptr; in ToContent()
Dcxml_content.cpp14 CXML_Content* CXML_Content::AsContent() { in AsContent() function in CXML_Content
18 const CXML_Content* CXML_Content::AsContent() const { in AsContent() function in CXML_Content
Dcxml_object.cpp11 CXML_Content* CXML_Object::AsContent() { in AsContent() function in CXML_Object
19 const CXML_Content* CXML_Object::AsContent() const { in AsContent() function in CXML_Object
Dcxml_content.h19 CXML_Content* AsContent() override;
20 const CXML_Content* AsContent() const override;