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

  /external/pdfium/fxjs/xfa/
cjx_content.cpp 7 #include "fxjs/xfa/cjx_content.h"
12 CJX_Content::CJX_Content(CXFA_Object* obj) : CJX_Object(obj) {}
14 CJX_Content::~CJX_Content() {}
cjx_content.h 15 class CJX_Content : public CJX_Object {
17 explicit CJX_Content(CXFA_Object* obj);
18 ~CJX_Content() override;

Completed in 58 milliseconds