Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfxjse.h58 struct FXJSE_CLASS_DESCRIPTOR { struct
59 const char* name;
60 const FXJSE_FUNCTION_DESCRIPTOR* methods;
61 int32_t methNum;
62 FXJSE_PropTypeGetter dynPropTypeGetter;
63 FXJSE_PropAccessor dynPropGetter;
64 FXJSE_PropAccessor dynPropSetter;
65 FXJSE_MethodCallback dynMethodCall;