Searched refs:IsThisProxy (Results 1 – 3 of 3) sorted by relevance
60 return IsThisProxy() ? static_cast<CXFA_ThisProxy*>(this) : nullptr; in AsThisProxy()
69 bool IsThisProxy() const { return m_objectType == XFA_ObjectType::ThisProxy; } in IsThisProxy() function
189 if (lpOrginalNode->IsThisProxy()) in GlobalPropertySetter()201 if (lpOrginalNode->IsThisProxy() && pValue && pValue->IsUndefined()) { in GlobalPropertySetter()250 if (pOriginalObject->IsThisProxy()) { in GlobalPropertyGetter()