Searched refs:CXFA_ThisProxy (Results 1 – 5 of 5) sorted by relevance
13 CXFA_ThisProxy::CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode) in CXFA_ThisProxy() function in CXFA_ThisProxy21 CXFA_ThisProxy::~CXFA_ThisProxy() = default;
15 class CXFA_ThisProxy final : public CXFA_Object {17 CXFA_ThisProxy(CXFA_Node* pThisNode, CXFA_Node* pScriptNode);18 ~CXFA_ThisProxy() override;
59 CXFA_ThisProxy* CXFA_Object::AsThisProxy() { in AsThisProxy()60 return IsThisProxy() ? static_cast<CXFA_ThisProxy*>(this) : nullptr; in AsThisProxy()75 CXFA_ThisProxy* ToThisProxy(CXFA_Object* pObj) { in ToThisProxy()
34 class CXFA_ThisProxy; variable74 CXFA_ThisProxy* AsThisProxy();110 CXFA_ThisProxy* ToThisProxy(CXFA_Object* pObj);
76 CXFA_ThisProxy* ToThisProxy(CFXJSE_Value* pValue) { in ToThisProxy()501 new CXFA_ThisProxy(pSubform, pScriptNode)); in CreateVariablesContext()511 CXFA_ThisProxy* pProxy = ToThisProxy(pObject); in GetVariablesThis()