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 41 return new CJS_Runtime(pApp);
65 delete (CJS_Runtime*)pRuntime;
106 /* ------------------------------ CJS_Runtime ------------------------------ */
108 CJS_Runtime::CJS_Runtime(CPDFDoc_Environment * pApp) :
128 CJS_Runtime::~CJS_Runtime()
148 FX_BOOL CJS_Runtime::InitJSObjects()
190 IFXJS_Context* CJS_Runtime::NewContext()
197 void CJS_Runtime::ReleaseContext(IFXJS_Context * pContext
    [all...]
app.cpp 25 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
147 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
208 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
416 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
431 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
472 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
512 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
555 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
603 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
672 void app::RunJsScript(CJS_Runtime* pRuntime,const CFX_WideString& wsScript
    [all...]
Document.cpp 28 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
340 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
426 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
439 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
688 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
726 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
821 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
877 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();
Field.cpp     [all...]
PublicMethods.cpp 27 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Runtime.h 32 class CJS_Runtime : public IFXJS_Runtime
35 CJS_Runtime(CPDFDoc_Environment * pApp);
36 virtual ~CJS_Runtime();
JS_Context.h 15 class CJS_Runtime;
20 CJS_Context(CJS_Runtime* pRuntime);
82 CJS_Runtime* GetJSRuntime(){return m_pRuntime;}
90 CJS_Runtime* m_pRuntime;
JS_Object.h 167 class CJS_Runtime;
242 void SetRuntime(CJS_Runtime* pRuntime)
247 CJS_Runtime* GetRuntime() const
288 CJS_Runtime* m_pRuntime;
app.h 12 class CJS_Runtime;
152 void RunJsScript(CJS_Runtime * pRuntime,const CFX_WideString & wsScript);

Completed in 270 milliseconds