Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_command.cpp11 CJX_Command::CJX_Command(CXFA_Command* node) : CJX_Node(node) {} in CJX_Command() function in CJX_Command
13 CJX_Command::~CJX_Command() = default;
15 void CJX_Command::use(CFXJSE_Value* pValue, in use()
21 void CJX_Command::timeout(CFXJSE_Value* pValue, in timeout()
27 void CJX_Command::usehref(CFXJSE_Value* pValue, in usehref()
Dcjx_command.h14 class CJX_Command : public CJX_Node {
16 explicit CJX_Command(CXFA_Command* node);
17 ~CJX_Command() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_command.cpp40 pdfium::MakeUnique<CJX_Command>(this)) {} in CXFA_Command()
Dxfa_basic_data_element_script.cpp2089 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Command::use,
2091 {0x24d85167, L"timeout", (XFA_ATTRIBUTE_CALLBACK)&CJX_Command::timeout,
2093 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Command::usehref,