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

  /external/pdfium/fxjs/xfa/
cjx_connect.h 14 class CJX_Connect : public CJX_Node {
16 explicit CJX_Connect(CXFA_Connect* node);
17 ~CJX_Connect() override;
cjx_connect.cpp 7 #include "fxjs/xfa/cjx_connect.h"
11 CJX_Connect::CJX_Connect(CXFA_Connect* node) : CJX_Node(node) {}
13 CJX_Connect::~CJX_Connect() = default;
15 void CJX_Connect::use(CFXJSE_Value* pValue,
21 void CJX_Connect::timeout(CFXJSE_Value* pValue,
27 void CJX_Connect::connection(CFXJSE_Value* pValue,
33 void CJX_Connect::usage(CFXJSE_Value* pValue,
39 void CJX_Connect::usehref(CFXJSE_Value* pValue
    [all...]

Completed in 1800 milliseconds