HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_FM2JSContext (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.h 9 class CXFA_FM2JSContext {
430 CXFA_FM2JSContext();
431 ~CXFA_FM2JSContext();
432 static CXFA_FM2JSContext* Create();
xfa_fm2jscontext.cpp 233 void CXFA_FM2JSContext::Abs(FXJSE_HOBJECT hThis,
249 CXFA_FM2JSContext* pContext =
250 (CXFA_FM2JSContext*)FXJSE_Value_ToObject(hThis, NULL);
255 void CXFA_FM2JSContext::Avg(FXJSE_HOBJECT hThis,
258 CXFA_FM2JSContext* pContext =
259 (CXFA_FM2JSContext*)FXJSE_Value_ToObject(hThis, NULL);
323 void CXFA_FM2JSContext::Ceil(FXJSE_HOBJECT hThis,
326 CXFA_FM2JSContext* pContext =
327 (CXFA_FM2JSContext*)FXJSE_Value_ToObject(hThis, NULL);
342 void CXFA_FM2JSContext::Count(FXJSE_HOBJECT hThis,
    [all...]

Completed in 77 milliseconds