Home
last modified time | relevance | path

Searched refs:CJS_Runtime (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.h17 class CJS_Runtime; variable
33 CJS_Value(CJS_Runtime* pRuntime);
34 CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue, Type t);
35 CJS_Value(CJS_Runtime* pRuntime, const int& iValue);
36 CJS_Value(CJS_Runtime* pRuntime, const double& dValue);
37 CJS_Value(CJS_Runtime* pRuntime, const float& fValue);
38 CJS_Value(CJS_Runtime* pRuntime, const bool& bValue);
39 CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Object>);
40 CJS_Value(CJS_Runtime* pRuntime, CJS_Object*);
41 CJS_Value(CJS_Runtime* pRuntime, CJS_Document*);
[all …]
DJS_Runtime.cpp43 return new CJS_Runtime(pEnv); in Create()
47 CJS_Runtime* CJS_Runtime::FromContext(const IJS_Context* cc) { in FromContext()
52 CJS_Runtime::CJS_Runtime(CPDFDoc_Environment* pApp) function in CJS_Runtime
116 CJS_Runtime::~CJS_Runtime() {
136 void CJS_Runtime::DefineJSObjects() {
186 IJS_Context* CJS_Runtime::NewContext() {
192 void CJS_Runtime::ReleaseContext(IJS_Context* pContext) {
204 IJS_Context* CJS_Runtime::GetCurrentContext() {
210 void CJS_Runtime::SetReaderDocument(CPDFSDK_Document* pReaderDoc) {
237 int CJS_Runtime::Execute(IJS_Context* cc,
[all …]
DJS_Runtime.h21 class CJS_Runtime : public IJS_Runtime {
33 static CJS_Runtime* FromContext(const IJS_Context* cc);
35 explicit CJS_Runtime(CPDFDoc_Environment* pApp);
36 ~CJS_Runtime() override;
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 …]
DJS_Object.h76 class CJS_Timer : public CJS_Runtime::Observer {
80 CJS_Runtime* pRuntime,
91 CJS_Runtime* GetRuntime() const { return m_bValid ? m_pRuntime : nullptr; } in GetRuntime()
112 CJS_Runtime* const m_pRuntime;
Dcolor.cpp136 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); \
170 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in JS_IMPLEMENT_COLORPROP()
207 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in equal()
DJS_Define.h81 CJS_Runtime* pRuntime = in JSPropGetter()
82 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSPropGetter()
107 CJS_Runtime* pRuntime = in JSPropSetter()
108 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSPropSetter()
146 CJS_Runtime* pRuntime = in JSMethod()
147 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSMethod()
369 CJS_Runtime* pRuntime = in JSSpecialPropGet()
370 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSSpecialPropGet()
396 CJS_Runtime* pRuntime = in JSSpecialPropPut()
397 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSSpecialPropPut()
[all …]
DJS_Context.h15 class CJS_Runtime; variable
19 explicit CJS_Context(CJS_Runtime* pRuntime);
126 CJS_Runtime* GetJSRuntime() const { return m_pRuntime; } in GetJSRuntime()
131 CJS_Runtime* m_pRuntime;
Dapp.cpp118 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in activeDocs()
155 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in calculate()
292 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in alert()
380 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in beep()
424 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setInterval()
454 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in setTimeOut()
563 CJS_Runtime* pRuntime = pTimer->GetRuntime(); in TimerProc()
580 void app::RunJsScript(CJS_Runtime* pRuntime, const CFX_WideString& wsScript) { in RunJsScript()
621 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailMsg()
756 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in response()
DConsts.cpp132 static void DefineGlobalConstString(CJS_Runtime* pRuntime, in END_JS_STATIC_CONST()
139 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()
DConsts.h106 static void DefineJSObjects(CJS_Runtime* pRuntime);
113 static void DefineJSObjects(CJS_Runtime* pRuntmie);
DDocument.cpp25 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in GetIsolate()
140 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in END_JS_STATIC_CONST()
301 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getField()
396 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in mailForm()
534 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in resetForm()
588 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in submitForm()
699 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in mailDoc()
778 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in info()
1241 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in icons()
1282 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in getIcon()
[all …]
DJS_Object.cpp98 CJS_Runtime* pRuntime, in CJS_Timer()
119 CJS_Runtime* pRuntime = GetRuntime(); in ~CJS_Timer()
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()
1483 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFDate_Format()
1520 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFDate_Keystroke()
1544 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFTime_Format()
1568 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFTime_Keystroke()
1775 params2.push_back(CJS_Value(CJS_Runtime::FromContext(cc), cFormat.c_str())); in AFSpecial_Keystroke()
1904 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in AFSimple_Calculate()
2034 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in AFExtractNums()
DField.cpp112 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in END_JS_STATIC_CONST()
937 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in currentValueIndices()
1371 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in exportValues()
1425 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in fillColor()
1881 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in page()
2069 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in rect()
2313 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in strokeColor()
2458 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in textColor()
2702 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in value()
2994 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); in buttonGetIcon()
[all …]
Dglobal.cpp91 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in InitInstance()
324 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in ObjectToArray()
Dapp.h12 class CJS_Runtime; variable
162 void RunJsScript(CJS_Runtime* pRuntime, const CFX_WideString& wsScript);
DJS_Context.cpp16 CJS_Context::CJS_Context(CJS_Runtime* pRuntime) in CJS_Context()
50 CJS_Runtime::FieldEvent event(m_pEventHandler->TargetName(), in RunScript()
Dutil.cpp191 CJS_Runtime* pRuntime = CJS_Runtime::FromContext(cc); in printd()
507 vRet = CJS_Date(CJS_Runtime::FromContext(cc), dDate); in scand()
DJS_EventHandler.cpp604 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Source()
627 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); in Target_Field()
DPublicMethods.h178 static CJS_Array AF_MakeArrayFromList(CJS_Runtime* pRuntime, CJS_Value val);