Home
last modified time | relevance | path

Searched refs:m_pJSRuntime (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp25 : m_eType(VT_unknown), m_pJSRuntime(pRuntime) { in CJS_Value()
29 : m_eType(t), m_pValue(pValue), m_pJSRuntime(pRuntime) { in CJS_Value()
33 : m_pJSRuntime(pRuntime) { in CJS_Value()
38 : m_pJSRuntime(pRuntime) { in CJS_Value()
43 : m_pJSRuntime(pRuntime) { in CJS_Value()
48 : m_pJSRuntime(pRuntime) { in CJS_Value()
53 : m_pJSRuntime(pRuntime) { in CJS_Value()
58 : m_pJSRuntime(pRuntime) { in CJS_Value()
63 : m_pJSRuntime(pRuntime) { in CJS_Value()
70 : m_pJSRuntime(pRuntime) { in CJS_Value()
[all …]
DJS_Value.h83 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; } in GetJSRuntime()
88 CJS_Runtime* m_pJSRuntime; variable
141 CJS_Runtime* GetJSRuntime() const { return m_pJSRuntime; } in GetJSRuntime()
145 CJS_Runtime* m_pJSRuntime; variable
194 CJS_Runtime* m_pJSRuntime; variable
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_app.h93 IFXJS_Runtime* m_pJSRuntime; variable
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp370 if (!m_pJSRuntime) in GetJSRuntime()
371 m_pJSRuntime.reset(IJS_Runtime::Create(this)); in GetJSRuntime()
372 return m_pJSRuntime.get(); in GetJSRuntime()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h474 std::unique_ptr<IJS_Runtime> m_pJSRuntime; variable