Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_object.cpp60 return IsThisProxy() ? static_cast<CXFA_ThisProxy*>(this) : nullptr; in AsThisProxy()
Dcxfa_object.h69 bool IsThisProxy() const { return m_objectType == XFA_ObjectType::ThisProxy; } in IsThisProxy() function
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp189 if (lpOrginalNode->IsThisProxy()) in GlobalPropertySetter()
201 if (lpOrginalNode->IsThisProxy() && pValue && pValue->IsUndefined()) { in GlobalPropertySetter()
250 if (pOriginalObject->IsThisProxy()) { in GlobalPropertyGetter()