Searched defs:pRuntime (Results 1 - 14 of 14) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DConsts.cpp133 int CJS_GlobalConsts::Init(IJS_Runtime* pRuntime) argument
135 DEFINE_GLOBAL_CONST(pRuntime, IDS_GREATER_THAN , Invalid value: must be greater than or equal to %s.);
136 DEFINE_GLOBAL_CONST(pRuntime, IDS_GT_AND_LT,Invalid value: must be greater than or equal to %s and less than or equal to %s.);
137 DEFINE_GLOBAL_CONST(pRuntime, IDS_LESS_THAN,Invalid value: must be less than or equal to %s.);
138 DEFINE_GLOBAL_CONST(pRuntime, IDS_INVALID_MONTH,** Invalid **);
139 DEFINE_GLOBAL_CONST(pRuntime, IDS_INVALID_DATE,Invalid date/time: please ensure that the date/time exists. Field);
140 DEFINE_GLOBAL_CONST(pRuntime, IDS_INVALID_VALUE,The value entered does not match the format of the field);
141 DEFINE_GLOBAL_CONST(pRuntime, IDS_AM,am);
142 DEFINE_GLOBAL_CONST(pRuntime, IDS_PM,pm);
143 DEFINE_GLOBAL_CONST(pRuntime, IDS_MONTH_INF
151 Init(IJS_Runtime* pRuntime) argument
[all...]
H A Dcolor.cpp22 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
23 ASSERT(pRuntime != NULL);
25 return pRuntime->GetIsolate();
H A DJS_Runtime.cpp63 void CJS_RuntimeFactory::DeleteJSRuntime(IFXJS_Runtime* pRuntime) argument
65 if(pRuntime)
66 delete (CJS_Runtime*)pRuntime;
H A Dglobal.cpp257 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject)); local
258 v8::Handle<v8::Object> pObj = JS_NewFxDynamicObj(pRuntime, NULL, -1);
421 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject)); local
422 v8::Handle<v8::Object> pNewObj = JS_NewFxDynamicObj(pRuntime, NULL, -1);
H A DJS_Context.cpp17 CJS_Context::CJS_Context(CJS_Runtime* pRuntime) : argument
18 m_pRuntime(pRuntime),
H A Dutil.cpp28 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
29 ASSERT(pRuntime != NULL);
31 return pRuntime->GetIsolate();
H A DJS_EventHandler.cpp601 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); local
603 JSFXObject pDocObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Document"));
605 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Field"));
635 CJS_Runtime* pRuntime = m_pJSContext->GetJSRuntime(); local
637 JSFXObject pDocObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime, L"Document"));
639 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, m_pJSContext, JS_GetObjDefnID(*pRuntime,
[all...]
H A DPublicMethods.cpp27 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
28 ASSERT(pRuntime != NULL);
30 return pRuntime->GetIsolate();
H A Dapp.cpp25 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
26 ASSERT(pRuntime != NULL);
28 return pRuntime->GetIsolate();
148 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
149 ASSERT(pRuntime != NULL);
153 CJS_Array aDocs(pRuntime->GetIsolate());
165 JSFXObject pObj = JS_GetThisObj(*pRuntime);
167 if (JS_GetObjDefnID(pObj) == JS_GetObjDefnID(*pRuntime, L"Document"))
169 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
174 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContex
209 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
444 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
459 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
513 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
562 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
607 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
655 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
724 RunJsScript(CJS_Runtime* pRuntime,const CFX_WideString& wsScript) argument
810 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
837 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
927 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
[all...]
H A DDocument.cpp26 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
27 ASSERT(pRuntime != NULL);
29 return pRuntime->GetIsolate();
445 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
446 ASSERT(pRuntime != NULL);
448 JSFXObject pFieldObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Field"));
602 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
603 ASSERT(pRuntime != NULL);
605 pRuntime
615 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
867 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
905 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
995 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
1051 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
1654 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
1693 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
1726 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
1983 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
[all...]
H A DField.cpp3436 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
3437 ASSERT(pRuntime != NULL);
3439 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Icon"));
3638 CJS_Runtime* pRuntime = pContext->GetJSRuntime(); local
3639 ASSERT(pRuntime != NULL);
3646 JSFXObject pObj = JS_NewFxDynamicObj(*pRuntime, pContext, JS_GetObjDefnID(*pRuntime, L"Field"));
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h236 void SetRuntime(CJS_Runtime* pRuntime) argument
238 m_pRuntime = pRuntime;
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp193 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); //???? local
194 ASSERT(pRuntime != NULL);
196 pRuntime->SetReaderDocument(pDocument);
198 IFXJS_Context* pContext = pRuntime->NewContext();
210 pRuntime->ReleaseContext(pContext);
349 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); local
350 ASSERT(pRuntime != NULL);
352 pRuntime->SetReaderDocument(pDocument);
354 IFXJS_Context* pContext = pRuntime->NewContext();
401 pRuntime
440 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); local
646 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); local
702 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); local
726 IFXJS_Runtime* pRuntime = pDocument->GetJsRuntime(); local
[all...]
H A Dfsdk_baseform.cpp1944 IFXJS_Runtime* pRuntime = m_pDocument->GetJsRuntime(); local
1945 ASSERT(pRuntime != NULL);
1947 pRuntime->SetReaderDocument(m_pDocument);
1967 IFXJS_Context* pContext = pRuntime->NewContext();
1977 pRuntime->ReleaseContext(pContext);
2014 IFXJS_Runtime* pRuntime = m_pDocument->GetJsRuntime(); local
2015 ASSERT(pRuntime != NULL);
2017 pRuntime->SetReaderDocument(m_pDocument);
2042 IFXJS_Context* pContext = pRuntime->NewContext();
2049 pRuntime
[all...]

Completed in 111 milliseconds