Home
last modified time | relevance | path

Searched refs:GetRuntime (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fxjs/
Djs_define.h74 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSPropGetter()
99 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSPropSetter()
120 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSMethod()
Dcjs_global.cpp40 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropQuery()
58 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropGet()
83 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropPut()
104 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropDel()
213 CPDFSDK_FormFillEnvironment* pFormFillEnv = GetRuntime()->GetFormFillEnv(); in CJS_Global()
319 CJS_Runtime* pRuntime = GetRuntime(); in UpdateGlobalPersistentVariables()
464 CJS_Runtime* pRuntime = GetRuntime(); in PutObjectProperty()
Dglobal_timer.h35 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime() function
Dcjs_object.h53 CJS_Runtime* GetRuntime() const { return m_pRuntime.Get(); } in GetRuntime() function
Dcjs_globalarrays.cpp20 CJS_Runtime* pCurrentRuntime = pObj->GetRuntime(); \
Dcjs_app.cpp391 CJS_Runtime* pRuntime = pTimer->GetRuntime(); in TimerProc()
Dcjs_publicmethods.cpp143 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSGlobalFunc()
Dcjs_document.cpp129 SetFormFillEnv(GetRuntime()->GetFormFillEnv()); in CJS_Document()