HomeSort by relevance Sort by last modified time
    Searched defs:CXML_Object (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/xml/
cxml_object.cpp 7 #include "core/fxcrt/xml/cxml_object.h"
9 CXML_Object::~CXML_Object() {}
11 CXML_Content* CXML_Object::AsContent() {
15 CXML_Element* CXML_Object::AsElement() {
19 const CXML_Content* CXML_Object::AsContent() const {
23 const CXML_Element* CXML_Object::AsElement() const {
cxml_object.h 13 class CXML_Object {
15 virtual ~CXML_Object();
24 CXML_Object() {}
27 inline CXML_Content* ToContent(CXML_Object* pObj) {
31 inline const CXML_Content* ToContent(const CXML_Object* pObj) {
35 inline CXML_Element* ToElement(CXML_Object* pObj) {
39 inline const CXML_Element* ToElement(const CXML_Object* pObj) {

Completed in 56 milliseconds