HomeSort by relevance Sort by last modified time
    Searched refs:m_pRuntime (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.cpp 18 m_pRuntime(pRuntime),
36 ASSERT(m_pRuntime != NULL);
38 return m_pRuntime->GetReaderDocument();
43 ASSERT(m_pRuntime != NULL);
45 return m_pRuntime->GetReaderApp();
58 ASSERT(m_pRuntime != NULL);
62 if (!m_pRuntime->AddEventToLoop(m_pEventHandler->TargetName(), m_pEventHandler->EventType()))
77 nRet = JS_Execute(*m_pRuntime, this, script, script.GetLength(), &error);
81 nRet = JS_Parse(*m_pRuntime, this, script, script.GetLength(), &error);
108 m_pRuntime->RemoveEventInLoop(m_pEventHandler->TargetName(), m_pEventHandler->EventType());
    [all...]
app.cpp 123 m_pRuntime(NULL),
  /external/pdfium/fpdfsdk/include/javascript/
JS_Object.h 173 m_pRuntime(NULL),
238 m_pRuntime = pRuntime;
243 return m_pRuntime;
282 CJS_Runtime* m_pRuntime;
JS_Context.h 78 CJS_Runtime* GetJSRuntime(){return m_pRuntime;}
86 CJS_Runtime* m_pRuntime;
app.h 170 CJS_Runtime* m_pRuntime;

Completed in 3446 milliseconds