Home
last modified time | relevance | path

Searched defs:pRuntime (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp24 CJS_Value::CJS_Value(CJS_Runtime* pRuntime) in CJS_Value()
28 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue, Type t) in CJS_Value()
32 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const int& iValue) in CJS_Value()
37 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const bool& bValue) in CJS_Value()
42 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const float& fValue) in CJS_Value()
47 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const double& dValue) in CJS_Value()
52 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Object> pJsObj) in CJS_Value()
57 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, CJS_Object* pJsObj) in CJS_Value()
62 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, CJS_Document* pJsDoc) in CJS_Value()
69 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr) in CJS_Value()
[all …]
DConsts.cpp139 void CJS_GlobalConsts::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
170 void DefineGlobalConstStringArray(CJS_Runtime* pRuntime, in DefineGlobalConstStringArray()
183 void CJS_GlobalArrays::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
DJS_Define.h81 CJS_Runtime* pRuntime = in JSPropGetter() local
107 CJS_Runtime* pRuntime = in JSPropSetter() local
146 CJS_Runtime* pRuntime = in JSMethod() local
369 CJS_Runtime* pRuntime = in JSSpecialPropGet() local
396 CJS_Runtime* pRuntime = in JSSpecialPropPut() local
420 IJS_Runtime* pRuntime = FXJS_GetRuntimeFromIsolate(isolate); in JSSpecialPropDel() local
444 CJS_Runtime* pRuntime = in JSGlobalFunc() local
Dapp.cpp118 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in activeDocs() local
155 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in calculate() local
292 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in alert() local
380 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in beep() local
424 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setInterval() local
454 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setTimeOut() local
563 CJS_Runtime* pRuntime = pTimer->GetRuntime(); in TimerProc() local
580 void app::RunJsScript(CJS_Runtime* pRuntime, const CFX_WideString& wsScript) { in RunJsScript()
621 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailMsg() local
756 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in response() local
Dcolor.cpp170 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in JS_IMPLEMENT_COLORPROP() local
207 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in equal() local
Dglobal.cpp91 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in InitInstance() local
258 v8::Isolate* pRuntime = m_pJSObject->ToV8Object()->GetIsolate(); in UpdateGlobalPersistentVariables() local
324 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in ObjectToArray() local
395 v8::Isolate* pRuntime = m_pJSObject->ToV8Object()->GetIsolate(); in PutObjectProperty() local
DJS_Object.cpp98 CJS_Runtime* pRuntime, in CJS_Timer()
119 CJS_Runtime* pRuntime = GetRuntime(); in ~CJS_Timer() local
DDocument.cpp25 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate() local
140 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in END_JS_STATIC_CONST() local
301 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getField() local
396 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailForm() local
534 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in resetForm() local
588 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in submitForm() local
699 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in mailDoc() local
778 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in info() local
1241 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in icons() local
1282 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getIcon() local
[all …]
DField.cpp112 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in END_JS_STATIC_CONST() local
937 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in currentValueIndices() local
1371 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in exportValues() local
1425 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in fillColor() local
1881 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in page() local
2069 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in rect() local
2313 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in strokeColor() local
2458 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in textColor() local
2702 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in value() local
2994 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in buttonGetIcon() local
[all …]
DJS_EventHandler.cpp604 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Source() local
627 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Target_Field() local
DPublicMethods.cpp340 CJS_Array CJS_PublicMethods::AF_MakeArrayFromList(CJS_Runtime* pRuntime, in AF_MakeArrayFromList()
916 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in AFNumber_Format() local
1904 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in AFSimple_Calculate() local
2034 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in AFExtractNums() local
Dutil.cpp191 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in printd() local
DJS_Context.cpp16 CJS_Context::CJS_Context(CJS_Runtime* pRuntime) in CJS_Context()
/external/pdfium/fpdfsdk/src/
Dfsdk_actionhandler.cpp149 IJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in ExecuteLinkAction() local
277 IJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in ExecuteScreenAction() local
319 IJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in ExecuteBookMark() local
478 IJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunFieldJavaScript() local
532 IJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunDocumentOpenJavaScript() local
550 IJS_Runtime* pRuntime = pDocument->GetJsRuntime(); in RunDocumentPageJavaScript() local
Dfsdk_baseform.cpp2204 IJS_Runtime* pRuntime = m_pDocument->GetJsRuntime(); local
2256 IJS_Runtime* pRuntime = m_pDocument->GetJsRuntime(); local