Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Devent.cpp49 bool event::change(CJS_Runtime* pRuntime, in change()
64 bool event::changeEx(CJS_Runtime* pRuntime, in changeEx()
77 bool event::commitKey(CJS_Runtime* pRuntime, in commitKey()
90 bool event::fieldFull(CJS_Runtime* pRuntime, in fieldFull()
104 bool event::keyDown(CJS_Runtime* pRuntime, in keyDown()
117 bool event::modifier(CJS_Runtime* pRuntime, in modifier()
130 bool event::name(CJS_Runtime* pRuntime, in name()
143 bool event::rc(CJS_Runtime* pRuntime, in rc()
158 bool event::richChange(CJS_Runtime* pRuntime, in richChange()
164 bool event::richChangeEx(CJS_Runtime* pRuntime, in richChangeEx()
[all …]
Dcolor.cpp58 void color::ConvertPWLColorToArray(CJS_Runtime* pRuntime, in ConvertPWLColorToArray()
85 void color::ConvertArrayToPWLColor(CJS_Runtime* pRuntime, in ConvertArrayToPWLColor()
134 bool color::transparent(CJS_Runtime* pRuntime, in transparent()
140 bool color::black(CJS_Runtime* pRuntime, in black()
146 bool color::white(CJS_Runtime* pRuntime, in white()
152 bool color::red(CJS_Runtime* pRuntime, in red()
158 bool color::green(CJS_Runtime* pRuntime, in green()
164 bool color::blue(CJS_Runtime* pRuntime, in blue()
170 bool color::cyan(CJS_Runtime* pRuntime, in cyan()
176 bool color::magenta(CJS_Runtime* pRuntime, in magenta()
[all …]
DDocument.cpp149 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in IMPLEMENT_JS_CLASS() local
164 bool Document::numFields(CJS_Runtime* pRuntime, in numFields()
181 bool Document::dirty(CJS_Runtime* pRuntime, in dirty()
202 bool Document::ADBE(CJS_Runtime* pRuntime, in ADBE()
211 bool Document::pageNum(CJS_Runtime* pRuntime, in pageNum()
236 bool Document::addAnnot(CJS_Runtime* pRuntime, in addAnnot()
244 bool Document::addField(CJS_Runtime* pRuntime, in addField()
252 bool Document::exportAsText(CJS_Runtime* pRuntime, in exportAsText()
260 bool Document::exportAsFDF(CJS_Runtime* pRuntime, in exportAsFDF()
268 bool Document::exportAsXFDF(CJS_Runtime* pRuntime, in exportAsXFDF()
[all …]
Dapp.cpp63 CJS_Runtime* pRuntime, in GlobalTimer()
210 bool app::activeDocs(CJS_Runtime* pRuntime, in activeDocs()
231 bool app::calculate(CJS_Runtime* pRuntime, in calculate()
246 bool app::formsVersion(CJS_Runtime* pRuntime, in formsVersion()
257 bool app::viewerType(CJS_Runtime* pRuntime, in viewerType()
268 bool app::viewerVariation(CJS_Runtime* pRuntime, in viewerVariation()
279 bool app::viewerVersion(CJS_Runtime* pRuntime, in viewerVersion()
295 bool app::platform(CJS_Runtime* pRuntime, in platform()
314 bool app::language(CJS_Runtime* pRuntime, in language()
337 bool app::newFDF(CJS_Runtime* pRuntime, in newFDF()
[all …]
Dconsole.cpp33 bool console::clear(CJS_Runtime* pRuntime, in clear()
40 bool console::hide(CJS_Runtime* pRuntime, in hide()
47 bool console::println(CJS_Runtime* pRuntime, in println()
57 bool console::show(CJS_Runtime* pRuntime, in show()
DJS_Value.cpp36 CJS_Value::CJS_Value(CJS_Runtime* pRuntime) {} in CJS_Value()
38 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, v8::Local<v8::Value> pValue) in CJS_Value()
41 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const int& iValue) in CJS_Value()
44 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const bool& bValue) in CJS_Value()
47 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const float& fValue) in CJS_Value()
50 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const double& dValue) in CJS_Value()
53 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, CJS_Object* pObj) { in CJS_Value()
58 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const FX_WCHAR* pWstr) in CJS_Value()
61 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const FX_CHAR* pStr) in CJS_Value()
64 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const CJS_Array& array) in CJS_Value()
[all …]
DField.cpp380 bool Field::alignment(CJS_Runtime* pRuntime, in alignment()
436 bool Field::borderStyle(CJS_Runtime* pRuntime, in borderStyle()
545 bool Field::buttonAlignX(CJS_Runtime* pRuntime, in buttonAlignX()
594 bool Field::buttonAlignY(CJS_Runtime* pRuntime, in buttonAlignY()
643 bool Field::buttonFitBounds(CJS_Runtime* pRuntime, in buttonFitBounds()
687 bool Field::buttonPosition(CJS_Runtime* pRuntime, in buttonPosition()
730 bool Field::buttonScaleHow(CJS_Runtime* pRuntime, in buttonScaleHow()
778 bool Field::buttonScaleWhen(CJS_Runtime* pRuntime, in buttonScaleWhen()
837 bool Field::calcOrderIndex(CJS_Runtime* pRuntime, in calcOrderIndex()
881 bool Field::charLimit(CJS_Runtime* pRuntime, in charLimit()
[all …]
Dglobal.cpp31 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in InitInstance() local
67 bool JSGlobalAlternate::DelProperty(CJS_Runtime* pRuntime, in DelProperty()
78 bool JSGlobalAlternate::DoProperty(CJS_Runtime* pRuntime, in DoProperty()
157 bool JSGlobalAlternate::setPersistent(CJS_Runtime* pRuntime, in setPersistent()
180 CJS_Runtime* pRuntime = in UpdateGlobalPersistentVariables() local
232 CJS_Runtime* pRuntime) { in CommitGlobalPersisitentVariables()
269 void JSGlobalAlternate::ObjectToArray(CJS_Runtime* pRuntime, in ObjectToArray()
321 CJS_Runtime* pRuntime = CJS_Runtime::CurrentRuntimeFromIsolate( in PutObjectProperty() local
DAnnot.cpp38 bool Annot::hidden(CJS_Runtime* pRuntime, in hidden()
74 bool Annot::name(CJS_Runtime* pRuntime, in name()
97 bool Annot::type(CJS_Runtime* pRuntime, in type()
DPublicMethods.cpp190 CJS_Array CJS_PublicMethods::AF_MakeArrayFromList(CJS_Runtime* pRuntime, in AF_MakeArrayFromList()
753 bool CJS_PublicMethods::AFNumber_Format(CJS_Runtime* pRuntime, in AFNumber_Format()
900 bool CJS_PublicMethods::AFNumber_Keystroke(CJS_Runtime* pRuntime, in AFNumber_Keystroke()
999 bool CJS_PublicMethods::AFPercent_Format(CJS_Runtime* pRuntime, in AFPercent_Format()
1091 CJS_Runtime* pRuntime, in AFPercent_Keystroke()
1099 bool CJS_PublicMethods::AFDate_FormatEx(CJS_Runtime* pRuntime, in AFDate_FormatEx()
1198 bool CJS_PublicMethods::AFDate_KeystrokeEx(CJS_Runtime* pRuntime, in AFDate_KeystrokeEx()
1232 bool CJS_PublicMethods::AFDate_Format(CJS_Runtime* pRuntime, in AFDate_Format()
1266 bool CJS_PublicMethods::AFDate_Keystroke(CJS_Runtime* pRuntime, in AFDate_Keystroke()
1300 bool CJS_PublicMethods::AFTime_Format(CJS_Runtime* pRuntime, in AFTime_Format()
[all …]
Dreport.cpp29 bool Report::writeText(CJS_Runtime* pRuntime, in writeText()
37 bool Report::save(CJS_Runtime* pRuntime, in save()
DJS_Define.h42 CJS_Runtime* pRuntime = in JSPropGetter() local
68 CJS_Runtime* pRuntime = in JSPropSetter() local
108 CJS_Runtime* pRuntime = in JSMethod() local
315 CJS_Runtime* pRuntime = in JSSpecialPropQuery() local
337 CJS_Runtime* pRuntime = in JSSpecialPropGet() local
366 CJS_Runtime* pRuntime = in JSSpecialPropPut() local
392 CJS_Runtime* pRuntime = in JSSpecialPropDel() local
420 CJS_Runtime* pRuntime = in JSGlobalFunc() local
Dutil.cpp112 bool util::printf(CJS_Runtime* pRuntime, in printf()
174 bool util::printd(CJS_Runtime* pRuntime, in printd()
303 bool util::printx(CJS_Runtime* pRuntime, in printx()
420 bool util::scand(CJS_Runtime* pRuntime, in scand()
444 bool util::byteToChar(CJS_Runtime* pRuntime, in byteToChar()
DIcon.cpp28 bool Icon::name(CJS_Runtime* pRuntime, in name()
DConsts.cpp156 void CJS_GlobalArrays::DefineJSObjects(CJS_Runtime* pRuntime) { in DefineJSObjects()
DJS_EventHandler.cpp590 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); in Source() local
617 CJS_Runtime* pRuntime = m_pJSEventContext->GetJSRuntime(); in Target_Field() local
Dcjs_event_context.cpp13 CJS_EventContext::CJS_EventContext(CJS_Runtime* pRuntime) in CJS_EventContext()
/external/pdfium/fpdfsdk/
Dfsdk_actionhandler.cpp159 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteLinkAction() local
283 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteScreenAction() local
322 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in ExecuteBookMark() local
477 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunFieldJavaScript() local
528 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunDocumentOpenJavaScript() local
544 IJS_Runtime* pRuntime = pFormFillEnv->GetJSRuntime(); in RunDocumentPageJavaScript() local
Dcpdfsdk_interform.cpp233 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); in OnCalculate() local
279 IJS_Runtime* pRuntime = m_pFormFillEnv->GetJSRuntime(); in OnFormat() local