HomeSort by relevance Sort by last modified time
    Searched refs:CJX_Query (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fxjs/xfa/
cjx_query.cpp 7 #include "fxjs/xfa/cjx_query.h"
11 CJX_Query::CJX_Query(CXFA_Query* node) : CJX_Node(node) {}
13 CJX_Query::~CJX_Query() = default;
15 void CJX_Query::use(CFXJSE_Value* pValue,
21 void CJX_Query::commandType(CFXJSE_Value* pValue,
27 void CJX_Query::usehref(CFXJSE_Value* pValue,
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/
cxfa_query.cpp 9 #include "fxjs/xfa/cjx_query.h"
39 pdfium::MakeUnique<CJX_Query>(this)) {}
xfa_basic_data_element_script.cpp 101 #include "fxjs/xfa/cjx_query.h"
    [all...]

Completed in 314 milliseconds