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

  /external/pdfium/fpdfsdk/
fsdk_actionhandler.cpp 161 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime();
285 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime();
324 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime();
473 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime();
524 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime();
540 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime();
cpdfsdk_formfillenvironment.h 216 IJS_Runtime* GetJSRuntime(); // Creates if not present.
cpdfsdk_interform.cpp 264 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime();
310 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime();
cpdfsdk_formfillenvironment.cpp 209 IJS_Runtime* CPDFSDK_FormFillEnvironment::GetJSRuntime() {
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 995 !m_pContext->GetFormFillEnv()->GetJSRuntime()) {
999 IJS_EventContext* pContext = pFormFillEnv->GetJSRuntime()->NewEventContext();
1000 bool bRet = pFormFillEnv->GetJSRuntime()->SetValueByName(szPropName, pValue);
1001 pFormFillEnv->GetJSRuntime()->ReleaseEventContext(pContext);
    [all...]
cpdfxfa_context.cpp 207 static_cast<CJS_Runtime*>(m_pFormFillEnv->GetJSRuntime());
  /external/pdfium/fxjs/
cjs_event_context.h 125 CJS_Runtime* GetJSRuntime() const { return m_pRuntime.Get(); }
cjs_eventhandler.cpp 591 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime();
618 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime();

Completed in 102 milliseconds