Searched refs:CJX_Query (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_query.cpp | 11 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()
|
D | cjx_query.h | 14 class CJX_Query : public CJX_Node { 16 explicit CJX_Query(CXFA_Query* node); 17 ~CJX_Query() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_query.cpp | 39 pdfium::MakeUnique<CJX_Query>(this)) {} in CXFA_Query()
|
D | xfa_basic_data_element_script.cpp | 2279 {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,
|