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

  /external/pdfium/fpdfsdk/src/javascript/
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();
752 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
    [all...]
color.cpp 22 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
161 v8::Isolate* isolate = pContext->GetJSRuntime()->GetIsolate();\
Document.cpp 28 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
154 pDoc->SetIsolate(pContext->GetJSRuntime()->GetIsolate());
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...]
JS_EventHandler.cpp 601 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime();
635 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime();
util.cpp 28 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
Field.cpp 121 pField->SetIsolate(pContext->GetJSRuntime()->GetIsolate());
    [all...]
PublicMethods.cpp 27 CJS_Runtime* pRuntime = pContext->GetJSRuntime();
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Context.h 82 CJS_Runtime* GetJSRuntime(){return m_pRuntime;}
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 273 IFXJS_Runtime* CPDFDoc_Environment::GetJSRuntime()
599 IFXJS_Runtime * CPDFSDK_Document::GetJsRuntime()
602 return m_pEnv->GetJSRuntime();
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 344 IFXJS_Runtime* GetJSRuntime();
385 IFXJS_Runtime * GetJsRuntime();

Completed in 109 milliseconds