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

/external/pdfium/fpdfsdk/javascript/
H A DConsts.cpp109 void CJS_GlobalConsts::DefineJSObjects(CJS_Runtime* pRuntime) { argument
110 GLOBAL_STRING(pRuntime, L"IDS_GREATER_THAN",
113 GLOBAL_STRING(pRuntime, L"IDS_GT_AND_LT",
117 GLOBAL_STRING(pRuntime, L"IDS_LESS_THAN",
120 GLOBAL_STRING(pRuntime, L"IDS_INVALID_MONTH", L"**Invalid**");
122 pRuntime, L"IDS_INVALID_DATE",
125 GLOBAL_STRING(pRuntime, L"IDS_INVALID_VALUE",
128 GLOBAL_STRING(pRuntime, L"IDS_AM", L"am");
129 GLOBAL_STRING(pRuntime, L"IDS_PM", L"pm");
130 GLOBAL_STRING(pRuntime,
156 DefineJSObjects(CJS_Runtime* pRuntime) argument
[all...]
H A DIcon.cpp28 bool Icon::name(CJS_Runtime* pRuntime, argument
H A Dconsole.cpp33 bool console::clear(CJS_Runtime* pRuntime, argument
40 bool console::hide(CJS_Runtime* pRuntime, argument
47 bool console::println(CJS_Runtime* pRuntime, argument
57 bool console::show(CJS_Runtime* pRuntime, argument
H A Dreport.cpp29 bool Report::writeText(CJS_Runtime* pRuntime, argument
37 bool Report::save(CJS_Runtime* pRuntime, argument
H A DAnnot.cpp38 bool Annot::hidden(CJS_Runtime* pRuntime, argument
74 bool Annot::name(CJS_Runtime* pRuntime, argument
97 bool Annot::type(CJS_Runtime* pRuntime, argument
H A Devent.cpp49 bool event::change(CJS_Runtime* pRuntime, argument
53 pRuntime->GetCurrentEventContext()->GetEventHandler();
64 bool event::changeEx(CJS_Runtime* pRuntime, argument
71 pRuntime->GetCurrentEventContext()->GetEventHandler();
77 bool event::commitKey(CJS_Runtime* pRuntime, argument
84 pRuntime->GetCurrentEventContext()->GetEventHandler();
90 bool event::fieldFull(CJS_Runtime* pRuntime, argument
94 pRuntime->GetCurrentEventContext()->GetEventHandler();
104 bool event::keyDown(CJS_Runtime* pRuntime, argument
111 pRuntime
117 modifier(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
130 name(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
143 rc(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
158 richChange(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
164 richChangeEx(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
170 richValue(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
176 selEnd(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
194 selStart(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
212 shift(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
225 source(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
238 target(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
251 targetName(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
264 type(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
277 value(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
298 willCommit(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
[all...]
H A DJS_Define.h42 CJS_Runtime* pRuntime = local
44 if (!pRuntime)
47 static_cast<CJS_Object*>(pRuntime->GetObjectPrivate(info.Holder()));
52 CJS_PropValue value(pRuntime);
54 if (!(pObj->*M)(pRuntime, value, sError)) {
55 pRuntime->Error(
59 info.GetReturnValue().Set(value.GetJSValue()->ToV8Value(pRuntime));
68 CJS_Runtime* pRuntime = local
70 if (!pRuntime)
73 static_cast<CJS_Object*>(pRuntime
108 CJS_Runtime* pRuntime = local
315 CJS_Runtime* pRuntime = local
337 CJS_Runtime* pRuntime = local
366 CJS_Runtime* pRuntime = local
392 CJS_Runtime* pRuntime = local
420 CJS_Runtime* pRuntime = local
[all...]
H A Dcolor.cpp58 void color::ConvertPWLColorToArray(CJS_Runtime* pRuntime, argument
63 array->SetElement(pRuntime, 0, CJS_Value(pRuntime, "T"));
66 array->SetElement(pRuntime, 0, CJS_Value(pRuntime, "G"));
67 array->SetElement(pRuntime, 1, CJS_Value(pRuntime, color.fColor1));
70 array->SetElement(pRuntime, 0, CJS_Value(pRuntime, "RGB"));
71 array->SetElement(pRuntime,
85 ConvertArrayToPWLColor(CJS_Runtime* pRuntime, const CJS_Array& array, CPWL_Color* color) argument
134 transparent(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
140 black(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
146 white(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
152 red(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
158 green(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
164 blue(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
170 cyan(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
176 magenta(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
182 yellow(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
188 dkGray(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
194 gray(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
200 ltGray(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
206 PropertyHelper(CJS_Runtime* pRuntime, CJS_PropValue& vp, CPWL_Color* var) argument
222 convert(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
258 equal(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
[all...]
H A Dglobal.cpp31 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); local
34 pGlobal->Initial(pRuntime->GetFormFillEnv());
67 bool JSGlobalAlternate::DelProperty(CJS_Runtime* pRuntime, argument
78 bool JSGlobalAlternate::DoProperty(CJS_Runtime* pRuntime, argument
114 DelProperty(pRuntime, propname, sError);
123 vp.GetJSValue()->SetNull(pRuntime);
128 vp.GetJSValue()->SetNull(pRuntime);
148 vp.GetJSValue()->SetNull(pRuntime);
157 bool JSGlobalAlternate::setPersistent(CJS_Runtime* pRuntime, argument
166 auto it = m_mapGlobal.find(params[0].ToCFXByteString(pRuntime));
180 CJS_Runtime* pRuntime = local
231 CommitGlobalPersisitentVariables( CJS_Runtime* pRuntime) argument
269 ObjectToArray(CJS_Runtime* pRuntime, v8::Local<v8::Object> pObj, CJS_GlobalVariableArray& array) argument
321 CJS_Runtime* pRuntime = CJS_Runtime::CurrentRuntimeFromIsolate( local
[all...]
H A Dcjs_event_context.cpp13 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime) argument
14 : m_pRuntime(pRuntime),
17 ASSERT(pRuntime);
H A Dutil.cpp112 bool util::printf(CJS_Runtime* pRuntime, argument
119 std::wstring c_ConvChar(params[0].ToCFXWideString(pRuntime).c_str());
152 strSegment.Format(c_strFormat.c_str(), params[iIndex].ToInt(pRuntime));
156 params[iIndex].ToDouble(pRuntime));
160 params[iIndex].ToCFXWideString(pRuntime).c_str());
170 vRet = CJS_Value(pRuntime, c_strResult.c_str());
174 bool util::printd(CJS_Runtime* pRuntime, argument
185 if (!p2.ConvertToDate(pRuntime, jsDate)) {
190 if (!jsDate.IsValidDate(pRuntime)) {
197 switch (p1.ToInt(pRuntime)) {
303 printx(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
420 scand(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
444 byteToChar(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
[all...]
H A DJS_EventHandler.cpp590 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); local
592 pRuntime->NewFxDynamicObj(CJS_Document::g_nObjDefnID);
597 pRuntime->NewFxDynamicObj(CJS_Field::g_nObjDefnID);
602 static_cast<CJS_Document*>(pRuntime->GetObjectPrivate(pDocObj));
604 static_cast<CJS_Field*>(pRuntime->GetObjectPrivate(pFieldObj));
617 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); local
619 pRuntime->NewFxDynamicObj(CJS_Document::g_nObjDefnID);
624 pRuntime->NewFxDynamicObj(CJS_Field::g_nObjDefnID);
629 static_cast<CJS_Document*>(pRuntime->GetObjectPrivate(pDocObj));
631 static_cast<CJS_Field*>(pRuntime
[all...]
H A DPublicMethods.cpp190 CJS_Array CJS_PublicMethods::AF_MakeArrayFromList(CJS_Runtime* pRuntime, argument
194 val.ConvertToArray(pRuntime, StrArray);
197 CFX_WideString wsStr = val.ToCFXWideString(pRuntime);
208 pRuntime, nIndex,
209 CJS_Value(pRuntime, StrTrim(CFX_ByteString(p)).c_str()));
218 pRuntime, nIndex,
219 CJS_Value(pRuntime, StrTrim(CFX_ByteString(pSub)).c_str()));
753 bool CJS_PublicMethods::AFNumber_Format(CJS_Runtime* pRuntime, argument
764 pRuntime->GetCurrentEventContext()->GetEventHandler();
773 int iDec = params[0].ToInt(pRuntime);
900 AFNumber_Keystroke(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
[all...]
H A DJS_Value.cpp36 CJS_Value::CJS_Value(CJS_Runtime* pRuntime) {} argument
38 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue) argument
41 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const int& iValue) argument
42 : m_pValue(pRuntime->NewNumber(iValue)) {}
44 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const bool& bValue) argument
45 : m_pValue(pRuntime->NewBoolean(bValue)) {}
47 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const float& fValue) argument
48 : m_pValue(pRuntime->NewNumber(fValue)) {}
50 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const double& dValue) argument
51 : m_pValue(pRuntime
53 CJS_Value(CJS_Runtime* pRuntime, CJS_Object* pObj) argument
58 CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr) argument
61 CJS_Value(CJS_Runtime* pRuntime, const FX_CHAR* pStr) argument
64 CJS_Value(CJS_Runtime* pRuntime, const CJS_Array& array) argument
67 CJS_Value(CJS_Runtime* pRuntime, const CJS_Date& date) argument
123 SetNull(CJS_Runtime* pRuntime) argument
127 MaybeCoerceToNumber(CJS_Runtime* pRuntime) argument
177 ConvertToArray(CJS_Runtime* pRuntime, CJS_Array& array) const argument
184 ConvertToDate(CJS_Runtime* pRuntime, CJS_Date& date) const argument
192 CJS_PropValue(CJS_Runtime* pRuntime) argument
195 CJS_PropValue(CJS_Runtime* pRuntime, const CJS_Value& value) argument
315 GetElement(CJS_Runtime* pRuntime, unsigned index, CJS_Value& value) const argument
322 SetElement(CJS_Runtime* pRuntime, unsigned index, const CJS_Value& value) argument
346 CJS_Date(CJS_Runtime* pRuntime, double dMsecTime) argument
349 CJS_Date(CJS_Runtime* pRuntime, int year, int mon, int day, int hour, int min, int sec) argument
375 SetYear(CJS_Runtime* pRuntime, int iYear) argument
388 SetMonth(CJS_Runtime* pRuntime, int iMonth) argument
401 SetDay(CJS_Runtime* pRuntime, int iDay) argument
414 SetHours(CJS_Runtime* pRuntime, int iHours) argument
427 SetMinutes(CJS_Runtime* pRuntime, int minutes) argument
440 SetSeconds(CJS_Runtime* pRuntime, int seconds) argument
741 JS_ExpandKeywordParams( CJS_Runtime* pRuntime, const std::vector<CJS_Value>& originals, size_t nKeywords, ...) argument
[all...]
H A Dapp.cpp29 CJS_Runtime* pRuntime,
63 CJS_Runtime* pRuntime,
74 m_pRuntime(pRuntime),
210 bool app::activeDocs(CJS_Runtime* pRuntime, argument
217 v8::Local<v8::Object> pObj = pRuntime->GetThisObj();
219 pJSDocument = static_cast<CJS_Document*>(pRuntime->GetObjectPrivate(pObj));
222 aDocs.SetElement(pRuntime, 0, CJS_Value(pRuntime, pJSDocument));
223 if (aDocs.GetLength(pRuntime) > 0)
226 vp.GetJSValue()->SetNull(pRuntime);
61 GlobalTimer(app* pObj, CPDFSDK_FormFillEnvironment* pFormFillEnv, CJS_Runtime* pRuntime, int nType, const CFX_WideString& script, uint32_t dwElapse, uint32_t dwTimeOut) argument
231 calculate(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
246 formsVersion(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
257 viewerType(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
268 viewerVariation(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
279 viewerVersion(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
295 platform(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
314 language(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
337 newFDF(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
350 openFDF(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
357 alert(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
418 beep(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
431 findComponent(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
438 popUpMenuEx(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
445 fs(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
449 setInterval(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
485 setTimeOut(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
519 clearTimeOut(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
532 clearInterval(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
545 ClearTimerCommon(CJS_Runtime* pRuntime, const CJS_Value& param) argument
564 execMenuItem(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
572 CJS_Runtime* pRuntime = pTimer->GetRuntime(); local
581 RunJsScript(CJS_Runtime* pRuntime, const CFX_WideString& wsScript) argument
591 goBack(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
599 goForward(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
607 mailMsg(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
656 launchURL(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
664 runtimeHighlight(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
675 fullscreen(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
681 popUpMenu(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
688 browseForDoc(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
714 newDoc(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
721 openDoc(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
728 response(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
779 media(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
785 execDialog(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
[all...]
H A DDocument.cpp149 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); local
151 pDoc->SetFormFillEnv(pRuntime->GetFormFillEnv());
164 bool Document::numFields(CJS_Runtime* pRuntime, argument
181 bool Document::dirty(CJS_Runtime* pRuntime, argument
202 bool Document::ADBE(CJS_Runtime* pRuntime, argument
206 vp.GetJSValue()->SetNull(pRuntime);
211 bool Document::pageNum(CJS_Runtime* pRuntime, argument
236 bool Document::addAnnot(CJS_Runtime* pRuntime, argument
244 bool Document::addField(CJS_Runtime* pRuntime, argument
252 bool Document::exportAsText(CJS_Runtime* pRuntime, argument
260 exportAsFDF(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
268 exportAsXFDF(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
281 getField(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
315 getNthFieldName(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
342 importAnFDF(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
350 importAnXFDF(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
358 importTextData(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
369 mailForm(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
403 print(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
471 removeField(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
530 resetForm(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
581 saveAs(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
589 syncAnnotScan(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
596 submitForm(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
678 bookmarkRoot(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
684 mailDoc(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
739 author(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
745 info(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
812 getPropertyInternal(CJS_Runtime* pRuntime, CJS_PropValue& vp, const CFX_ByteString& propName, CFX_WideString& sError) argument
840 creationDate(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
846 creator(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
852 delay(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
880 keywords(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
886 modDate(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
892 producer(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
898 subject(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
904 title(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
914 numPages(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
929 external(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
939 filesize(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
950 mouseX(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
956 mouseY(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
962 URL(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
977 baseURL(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
988 calculate(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1006 documentFileName(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1031 path(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1046 pageWindowRect(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1052 layout(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1058 addLink(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1065 closeDoc(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1072 getPageBox(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1079 getAnnot(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1123 getAnnots(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1164 getAnnot3D(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1172 getAnnots3D(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1179 getOCGs(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1186 getLinks(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1198 addIcon(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1228 icons(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1259 getIcon(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1285 removeIcon(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1293 createDataObject(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1301 media(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1307 calculateNow(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1325 Collab(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1331 getPageNthWord(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1389 getPageNthWordQuads(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1404 getPageNumWords(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1440 getPrintParams(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1527 zoom(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1543 zoomType(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1549 deletePages(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1557 extractPages(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1565 insertPages(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1573 replacePages(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1581 getURL(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
1589 gotoNamedDest(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
[all...]
H A DField.cpp380 bool Field::alignment(CJS_Runtime* pRuntime, argument
436 bool Field::borderStyle(CJS_Runtime* pRuntime, argument
545 bool Field::buttonAlignX(CJS_Runtime* pRuntime, argument
594 bool Field::buttonAlignY(CJS_Runtime* pRuntime, argument
643 bool Field::buttonFitBounds(CJS_Runtime* pRuntime, argument
687 bool Field::buttonPosition(CJS_Runtime* pRuntime, argument
730 bool Field::buttonScaleHow(CJS_Runtime* pRuntime, argument
778 bool Field::buttonScaleWhen(CJS_Runtime* pRuntime, argument
837 bool Field::calcOrderIndex(CJS_Runtime* pRuntime, argument
881 bool Field::charLimit(CJS_Runtime* pRuntime, argument
920 comb(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
963 commitOnSelChange(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1008 currentValueIndices(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1092 defaultStyle(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1104 defaultValue(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1145 doNotScroll(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1188 doNotSpellCheck(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1228 delay(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1244 display(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1326 doc(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1336 editable(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1359 exportValues(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1399 fileSelect(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1422 fillColor(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1490 hidden(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1536 highlight(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1595 lineWidth(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1674 multiline(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1717 multipleSelection(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1754 name(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1768 numItems(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1788 page(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1833 password(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1872 print(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1943 radiosInUnison(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1966 readonly(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
1985 rect(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2105 required(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2128 richText(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2157 richValue(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2163 rotation(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2202 strokeColor(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2268 style(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2336 submitName(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2342 textColor(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2404 textFont(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2456 textSize(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2501 type(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2544 userName(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2579 value(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2718 valueAsString(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
2760 browseForFileToSubmit(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2781 buttonGetCaption(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2814 buttonGetIcon(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2846 buttonImportIcon(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2853 buttonSetCaption(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2860 buttonSetIcon(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2867 checkThisBox(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2904 clearItems(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2911 defaultIsChecked(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2938 deleteItemAt(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2945 getArray(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
2984 getItemAt(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3022 getLock(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3029 insertItemAt(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3036 isBoxChecked(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3060 isDefaultChecked(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3083 setAction(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3090 setFocus(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3135 setItems(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3142 setLock(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3149 signatureGetModifications(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3156 signatureGetSeedValue(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3163 signatureInfo(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3170 signatureSetSeedValue(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3177 signatureSign(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3184 signatureValidate(CJS_Runtime* pRuntime, const std::vector<CJS_Value>& params, CJS_Value& vRet, CFX_WideString& sError) argument
3191 source(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) argument
[all...]
/external/pdfium/fpdfsdk/
H A Dfsdk_actionhandler.cpp159 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); local
160 IJS_EventContext* pContext = pRuntime->NewEventContext();
165 pRuntime->ReleaseEventContext(pContext);
283 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); local
284 IJS_EventContext* pContext = pRuntime->NewEventContext();
287 pRuntime->ReleaseEventContext(pContext);
322 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); local
323 IJS_EventContext* pContext = pRuntime->NewEventContext();
328 pRuntime->ReleaseEventContext(pContext);
477 IJS_Runtime* pRuntime local
528 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); local
544 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); local
[all...]
H A Dcpdfsdk_interform.cpp233 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); local
256 IJS_EventContext* pContext = pRuntime->NewEventContext();
264 pRuntime->ReleaseEventContext(pContext);
279 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); local
297 IJS_EventContext* pContext = pRuntime->NewEventContext();
301 pRuntime->ReleaseEventContext(pContext);

Completed in 2989 milliseconds