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

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

Completed in 186 milliseconds