Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_query.cpp11 CJX_Query::CJX_Query(CXFA_Query* node) : CJX_Node(node) {} in CJX_Query() function in CJX_Query
13 CJX_Query::~CJX_Query() = default;
15 void CJX_Query::use(CFXJSE_Value* pValue, in use()
21 void CJX_Query::commandType(CFXJSE_Value* pValue, in commandType()
27 void CJX_Query::usehref(CFXJSE_Value* pValue, in usehref()
Dcjx_query.h14 class CJX_Query : public CJX_Node {
16 explicit CJX_Query(CXFA_Query* node);
17 ~CJX_Query() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_query.cpp39 pdfium::MakeUnique<CJX_Query>(this)) {} in CXFA_Query()
Dxfa_basic_data_element_script.cpp2279 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Query::use,
2282 (XFA_ATTRIBUTE_CALLBACK)&CJX_Query::commandType,
2284 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Query::usehref,