Home
last modified time | relevance | path

Searched refs:CJS_PropValue (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
Devent.h18 FX_BOOL change(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
19 FX_BOOL changeEx(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
20 FX_BOOL commitKey(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
21 FX_BOOL fieldFull(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
22 FX_BOOL keyDown(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
23 FX_BOOL modifier(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
24 FX_BOOL name(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
25 FX_BOOL rc(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
27 CJS_PropValue& vp,
30 CJS_PropValue& vp,
[all …]
DField.h95 FX_BOOL alignment(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
97 CJS_PropValue& vp,
100 CJS_PropValue& vp,
103 CJS_PropValue& vp,
106 CJS_PropValue& vp,
109 CJS_PropValue& vp,
112 CJS_PropValue& vp,
115 CJS_PropValue& vp,
118 CJS_PropValue& vp,
120 FX_BOOL charLimit(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
[all …]
Dcolor.h18 FX_BOOL black(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
19 FX_BOOL blue(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
20 FX_BOOL cyan(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
21 FX_BOOL dkGray(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
22 FX_BOOL gray(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
23 FX_BOOL green(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
24 FX_BOOL ltGray(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
25 FX_BOOL magenta(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
26 FX_BOOL red(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
28 CJS_PropValue& vp,
[all …]
Devent.cpp56 CJS_PropValue& vp, in change()
71 CJS_PropValue& vp, in changeEx()
84 CJS_PropValue& vp, in commitKey()
97 CJS_PropValue& vp, in fieldFull()
114 CJS_PropValue& vp, in keyDown()
130 CJS_PropValue& vp, in modifier()
146 CJS_PropValue& vp, in name()
158 FX_BOOL event::rc(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) { in rc()
172 CJS_PropValue& vp, in richChange()
183 CJS_PropValue& vp, in richChangeEx()
[all …]
DDocument.h59 FX_BOOL ADBE(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
60 FX_BOOL author(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
61 FX_BOOL baseURL(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
63 CJS_PropValue& vp,
65 FX_BOOL calculate(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
66 FX_BOOL Collab(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
68 CJS_PropValue& vp,
70 FX_BOOL creator(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
71 FX_BOOL delay(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
72 FX_BOOL dirty(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
[all …]
DJS_Value.cpp282 CJS_PropValue::CJS_PropValue(const CJS_Value& value) in CJS_PropValue() function in CJS_PropValue
285 CJS_PropValue::CJS_PropValue(CJS_Runtime* pRuntime) in CJS_PropValue() function in CJS_PropValue
289 CJS_PropValue::~CJS_PropValue() { in ~CJS_PropValue()
292 void CJS_PropValue::operator<<(int iValue) { in operator <<()
297 void CJS_PropValue::operator>>(int& iValue) const { in operator >>()
302 void CJS_PropValue::operator<<(bool bValue) { in operator <<()
307 void CJS_PropValue::operator>>(bool& bValue) const { in operator >>()
312 void CJS_PropValue::operator<<(double dValue) { in operator <<()
317 void CJS_PropValue::operator>>(double& dValue) const { in operator >>()
322 void CJS_PropValue::operator<<(CJS_Object* pObj) { in operator <<()
[all …]
Dapp.h46 CJS_PropValue& vp,
48 FX_BOOL calculate(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
50 CJS_PropValue& vp,
52 FX_BOOL fs(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
54 CJS_PropValue& vp,
56 FX_BOOL language(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
57 FX_BOOL media(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
58 FX_BOOL platform(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
60 CJS_PropValue& vp,
63 CJS_PropValue& vp,
[all …]
DDocument.cpp166 CJS_PropValue& vp, in numFields()
180 CJS_PropValue& vp, in dirty()
202 CJS_PropValue& vp, in ADBE()
213 CJS_PropValue& vp, in pageNum()
670 CJS_PropValue& vp, in bookmarkRoot()
737 CJS_PropValue& vp, in author()
759 CJS_PropValue& vp, in info()
815 CJS_PropValue& vp, in creationDate()
836 CJS_PropValue& vp, in creator()
857 CJS_PropValue& vp, in delay()
[all …]
DField.cpp305 CJS_PropValue& vp, in alignment()
361 CJS_PropValue& vp, in borderStyle()
473 CJS_PropValue& vp, in buttonAlignX()
522 CJS_PropValue& vp, in buttonAlignY()
571 CJS_PropValue& vp, in buttonFitBounds()
616 CJS_PropValue& vp, in buttonPosition()
659 CJS_PropValue& vp, in buttonScaleHow()
707 CJS_PropValue& vp, in buttonScaleWhen()
766 CJS_PropValue& vp, in calcOrderIndex()
810 CJS_PropValue& vp, in charLimit()
[all …]
Dapp.cpp111 CJS_PropValue& vp, in activeDocs()
146 CJS_PropValue& vp, in calculate()
166 CJS_PropValue& vp, in formsVersion()
177 CJS_PropValue& vp, in viewerType()
188 CJS_PropValue& vp, in viewerVariation()
199 CJS_PropValue& vp, in viewerVersion()
217 CJS_PropValue& vp, in platform()
237 CJS_PropValue& vp, in language()
404 FX_BOOL app::fs(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) { in fs()
682 CJS_PropValue& vp, in runtimeHighlight()
[all …]
DJS_Value.h91 class CJS_PropValue : public CJS_Value {
93 CJS_PropValue(const CJS_Value&);
94 CJS_PropValue(CJS_Runtime* pRuntime);
95 ~CJS_PropValue();
DJS_Define.h75 FX_BOOL (C::*M)(IJS_Context*, CJS_PropValue&, CFX_WideString&)>
89 CJS_PropValue value(pRuntime); in JSPropGetter()
100 FX_BOOL (C::*M)(IJS_Context*, CJS_PropValue&, CFX_WideString&)>
115 CJS_PropValue propValue(CJS_Value(pRuntime, value, CJS_Value::VT_unknown)); in JSPropSetter()
381 CJS_PropValue value(pRuntime); in JSSpecialPropGet()
408 CJS_PropValue PropValue(CJS_Value(pRuntime, value, CJS_Value::VT_unknown)); in JSSpecialPropPut()
DIcon.h17 FX_BOOL name(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
DIcon.cpp50 FX_BOOL Icon::name(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) { in name()
Dglobal.h50 CJS_PropValue& vp,
DConsts.cpp178 CJS_PropValue prop(pRuntime); in DefineGlobalConstStringArray()
Dcolor.cpp134 FX_BOOL color::prop(IJS_Context* cc, CJS_PropValue& vp, \
DPublicMethods.cpp1036 CJS_PropValue vProp(pRuntime); in AFNumber_Format()
1055 CJS_PropValue vProp(pRuntime); in AFNumber_Format()
1068 CJS_PropValue vProp2(pRuntime); in AFNumber_Format()
Dglobal.cpp129 CJS_PropValue& vp, in DoProperty()