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

  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 42 return new CJS_Runtime(pApp);
66 delete (CJS_Runtime*)pRuntime;
95 /* ------------------------------ CJS_Runtime ------------------------------ */
97 CJS_Runtime::CJS_Runtime(CPDFDoc_Environment * pApp) :
114 CJS_Runtime::~CJS_Runtime()
134 FX_BOOL CJS_Runtime::InitJSObjects()
176 IFXJS_Context* CJS_Runtime::NewContext()
183 void CJS_Runtime::ReleaseContext(IFXJS_Context * pContext)
    [all...]
app.cpp 25 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
148 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
209 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
444 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
459 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
489 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
513 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
562 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
607 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
655 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
    [all...]
Document.cpp 26 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
445 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
602 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
615 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
867 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
905 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
995 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
1051 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
    [all...]
color.cpp 22 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
JS_EventHandler.cpp 601 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime();
635 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime();
JS_Context.cpp 17 CJS_Context::CJS_Context(CJS_Runtime* pRuntime) :
util.cpp 28 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
PublicMethods.cpp 27 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
    [all...]
Field.cpp     [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Runtime.h 18 class CJS_Runtime : public IFXJS_Runtime
21 CJS_Runtime(CPDFDoc_Environment * pApp);
22 virtual ~CJS_Runtime();
JS_Context.h 11 class CJS_Runtime;
16 CJS_Context(CJS_Runtime* pRuntime);
78 CJS_Runtime* GetJSRuntime(){return m_pRuntime;}
86 CJS_Runtime* m_pRuntime;
app.h 10 class CJS_Runtime;
150 void RunJsScript(CJS_Runtime * pRuntime,const CFX_WideString & wsScript);
170 CJS_Runtime* m_pRuntime;
JS_Object.h 162 class CJS_Runtime;
236 void SetRuntime(CJS_Runtime* pRuntime)
241 CJS_Runtime* GetRuntime() const
282 CJS_Runtime* m_pRuntime;

Completed in 143 milliseconds