Searched refs:m_pRuntime (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Context.cpp | 18 m_pRuntime(pRuntime), in CJS_Context() 36 ASSERT(m_pRuntime != NULL); in GetReaderDocument() 38 return m_pRuntime->GetReaderDocument(); in GetReaderDocument() 43 ASSERT(m_pRuntime != NULL); in GetReaderApp() 45 return m_pRuntime->GetReaderApp(); in GetReaderApp() 58 ASSERT(m_pRuntime != NULL); in DoJob() 62 if (!m_pRuntime->AddEventToLoop(m_pEventHandler->TargetName(), m_pEventHandler->EventType())) in DoJob() 75 nRet = JS_Execute(*m_pRuntime, this, script.c_str(), script.GetLength(), &error); in DoJob() 79 nRet = JS_Parse(*m_pRuntime, this, script.c_str(), script.GetLength(), &error); in DoJob() 99 m_pRuntime->RemoveEventInLoop(m_pEventHandler->TargetName(), m_pEventHandler->EventType()); in DoJob() [all …]
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Object.h | 179 m_pRuntime(NULL), in CJS_Timer() 244 m_pRuntime = pRuntime; in SetRuntime() 249 return m_pRuntime; in GetRuntime() 288 CJS_Runtime* m_pRuntime; variable
|
D | JS_Context.h | 82 CJS_Runtime* GetJSRuntime(){return m_pRuntime;} in GetJSRuntime() 90 CJS_Runtime* m_pRuntime;
|