Home
last modified time | relevance | path

Searched refs:FXJSE_CLASS_DESCRIPTOR (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_class.cpp39 FXJSE_CLASS_DESCRIPTOR* AsClassDescriptor(void* ptr) { in AsClassDescriptor()
40 auto* result = static_cast<FXJSE_CLASS_DESCRIPTOR*>(ptr); in AsClassDescriptor()
59 const FXJSE_CLASS_DESCRIPTOR* pClassDescriptor = in V8ConstructorCallback_Wrapper()
71 const FXJSE_CLASS_DESCRIPTOR* pClassDescriptor = in Context_GlobalObjToString()
96 auto* pClassDescriptor = static_cast<const FXJSE_CLASS_DESCRIPTOR*>( in DynPropGetterAdapter_MethodCallback()
126 const FXJSE_CLASS_DESCRIPTOR* pClassDescriptor, in DynPropGetterAdapter()
152 0, const_cast<FXJSE_CLASS_DESCRIPTOR*>(pClassDescriptor)); in DynPropGetterAdapter()
166 const FXJSE_CLASS_DESCRIPTOR* pClassDescriptor, in DynPropSetterAdapter()
185 const FXJSE_CLASS_DESCRIPTOR* pClassDescriptor, in DynPropQueryAdapter()
198 const FXJSE_CLASS_DESCRIPTOR* pClass = in NamedPropertyQueryCallback()
[all …]
Dfxjse.h78 struct FXJSE_CLASS_DESCRIPTOR { struct
89 extern const FXJSE_CLASS_DESCRIPTOR kGlobalClassDescriptor; argument
90 extern const FXJSE_CLASS_DESCRIPTOR kNormalClassDescriptor;
91 extern const FXJSE_CLASS_DESCRIPTOR kVariablesClassDescriptor;
92 extern const FXJSE_CLASS_DESCRIPTOR kFormCalcDescriptor;
Dcfxjse_class.h16 struct FXJSE_CLASS_DESCRIPTOR;
21 const FXJSE_CLASS_DESCRIPTOR* pClassDescriptor,
33 UnownedPtr<const FXJSE_CLASS_DESCRIPTOR> m_pClassDescriptor;
Dcfxjse_context.h23 struct FXJSE_CLASS_DESCRIPTOR;
29 const FXJSE_CLASS_DESCRIPTOR* pGlobalClass,
Dcfxjse_engine.cpp43 const FXJSE_CLASS_DESCRIPTOR kGlobalClassDescriptor = {
54 const FXJSE_CLASS_DESCRIPTOR kNormalClassDescriptor = {
65 const FXJSE_CLASS_DESCRIPTOR kVariablesClassDescriptor = {
Dcfxjse_context.cpp170 const FXJSE_CLASS_DESCRIPTOR* pGlobalClass, in Create()
Dcfxjse_formcalc_context.cpp1670 const FXJSE_CLASS_DESCRIPTOR kFormCalcDescriptor = {
/external/pdfium/fxjs/
DREADME25 One of 4 specific FXJSE_CLASS_DESCRIPTOR globals for FXJSE classes:
35 A FXJSE_CLASS_DESCRIPTOR pointer means to expect an actual v8 function