Home
last modified time | relevance | path

Searched refs:CXFA_ThisProxy (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_thisproxy.cpp13 CXFA_ThisProxy::CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode) in CXFA_ThisProxy() function in CXFA_ThisProxy
22 CXFA_ThisProxy::~CXFA_ThisProxy() {} in ~CXFA_ThisProxy()
Dcxfa_thisproxy.h14 class CXFA_ThisProxy : public CXFA_Object {
16 CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode);
17 ~CXFA_ThisProxy() override;
/external/pdfium/fxjs/
Dcfxjse_engine.cpp66 CXFA_ThisProxy* ToThisProxy(CFXJSE_Value* pValue, CFXJSE_Class* pClass) { in ToThisProxy()
67 return static_cast<CXFA_ThisProxy*>(pValue->ToHostObject(pClass)); in ToThisProxy()
433 new CXFA_ThisProxy(pSubform, pScriptNode)); in CreateVariablesContext()
446 CXFA_ThisProxy* pProxy = static_cast<CXFA_ThisProxy*>(pObject); in GetVariablesThis()