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

  /external/pdfium/fxjs/xfa/
cjx_format.cpp 7 #include "fxjs/xfa/cjx_format.h"
11 CJX_Format::CJX_Format(CXFA_Format* node) : CJX_Node(node) {}
13 CJX_Format::~CJX_Format() = default;
15 void CJX_Format::use(CFXJSE_Value* pValue,
21 void CJX_Format::usehref(CFXJSE_Value* pValue,
cjx_format.h 14 class CJX_Format : public CJX_Node {
16 explicit CJX_Format(CXFA_Format* node);
17 ~CJX_Format() override;

Completed in 63 milliseconds