Home
last modified time | relevance | path

Searched refs:m_hJSERuntime (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_app.cpp33 m_hJSERuntime(NULL), in CPDFXFA_App()
46 FXJSE_Runtime_Release(m_hJSERuntime); in ~CPDFXFA_App()
47 m_hJSERuntime = NULL; in ~CPDFXFA_App()
59 m_hJSERuntime = FXJSE_Runtime_Create(); in Initialize()
60 if (!m_hJSERuntime) in Initialize()
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_app.h33 FXJSE_HRUNTIME GetJSERuntime() const { return m_hJSERuntime; } in GetJSERuntime()
92 FXJSE_HRUNTIME m_hJSERuntime; variable