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

/external/pdfium/fpdfsdk/src/javascript/
H A 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
[all...]
H A 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
[all...]
H A Devent.cpp56 CJS_PropValue& vp,
71 CJS_PropValue& vp,
84 CJS_PropValue& vp,
97 CJS_PropValue& vp,
114 CJS_PropValue& vp,
130 CJS_PropValue& vp,
146 CJS_PropValue& vp,
158 FX_BOOL event::rc(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) {
172 CJS_PropValue& vp,
183 CJS_PropValue
[all...]
H A 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
[all...]
H A 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
[all...]
H A 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
[all...]
H A DIcon.h17 FX_BOOL name(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
H A DJS_Value.cpp280 /* ---------------------------- CJS_PropValue ---------------------------- */
282 CJS_PropValue::CJS_PropValue(const CJS_Value& value) function in class:CJS_PropValue
285 CJS_PropValue::CJS_PropValue(CJS_Runtime* pRuntime) function in class:CJS_PropValue
289 CJS_PropValue::~CJS_PropValue() {
292 void CJS_PropValue::operator<<(int iValue) {
297 void CJS_PropValue::operator>>(int& iValue) const {
302 void CJS_PropValue
[all...]
H A DIcon.cpp50 FX_BOOL Icon::name(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) {
H A DDocument.cpp166 CJS_PropValue& vp,
180 CJS_PropValue& vp,
202 CJS_PropValue& vp,
213 CJS_PropValue& vp,
670 CJS_PropValue& vp,
737 CJS_PropValue& vp,
759 CJS_PropValue& vp,
815 CJS_PropValue& vp,
836 CJS_PropValue& vp,
857 CJS_PropValue
[all...]
H A DJS_Value.h91 class CJS_PropValue : public CJS_Value { class in inherits:CJS_Value
93 CJS_PropValue(const CJS_Value&);
94 CJS_PropValue(CJS_Runtime* pRuntime);
95 ~CJS_PropValue();
H A DField.cpp305 CJS_PropValue& vp,
361 CJS_PropValue& vp,
473 CJS_PropValue& vp,
522 CJS_PropValue& vp,
571 CJS_PropValue& vp,
616 CJS_PropValue& vp,
659 CJS_PropValue& vp,
707 CJS_PropValue& vp,
766 CJS_PropValue& vp,
810 CJS_PropValue
[all...]
H A Dglobal.h50 CJS_PropValue& vp,
H A Dapp.cpp111 CJS_PropValue& vp,
146 CJS_PropValue& vp,
166 CJS_PropValue& vp,
177 CJS_PropValue& vp,
188 CJS_PropValue& vp,
199 CJS_PropValue& vp,
217 CJS_PropValue& vp,
237 CJS_PropValue& vp,
404 FX_BOOL app::fs(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) {
682 CJS_PropValue
[all...]
H A DJS_Define.h75 FX_BOOL (C::*M)(IJS_Context*, CJS_PropValue&, CFX_WideString&)>
89 CJS_PropValue value(pRuntime);
100 FX_BOOL (C::*M)(IJS_Context*, CJS_PropValue&, CFX_WideString&)>
115 CJS_PropValue propValue(CJS_Value(pRuntime, value, CJS_Value::VT_unknown));
381 CJS_PropValue value(pRuntime);
408 CJS_PropValue PropValue(CJS_Value(pRuntime, value, CJS_Value::VT_unknown));
H A DConsts.cpp178 CJS_PropValue prop(pRuntime);
H A Dcolor.cpp134 FX_BOOL color::prop(IJS_Context* cc, CJS_PropValue& vp, \
H A DPublicMethods.cpp1036 CJS_PropValue vProp(pRuntime);
1055 CJS_PropValue vProp(pRuntime);
1068 CJS_PropValue vProp2(pRuntime);
H A Dglobal.cpp129 CJS_PropValue& vp,

Completed in 248 milliseconds