HomeSort by relevance Sort by last modified time
    Searched refs:CJS_PropValue (Results 1 - 20 of 20) sorted by null

  /external/pdfium/fpdfsdk/javascript/
event.h 18 bool change(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
20 CJS_PropValue& vp,
23 CJS_PropValue& vp,
26 CJS_PropValue& vp,
29 CJS_PropValue& vp,
32 CJS_PropValue& vp,
34 bool name(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
35 bool rc(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
37 CJS_PropValue& vp,
40 CJS_PropValue& vp
    [all...]
color.h 20 bool black(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
21 bool blue(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
22 bool cyan(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
23 bool dkGray(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
24 bool gray(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
25 bool green(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
26 bool ltGray(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
28 CJS_PropValue& vp,
30 bool red(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
32 CJS_PropValue& vp
    [all...]
event.cpp 50 CJS_PropValue& vp,
65 CJS_PropValue& vp,
78 CJS_PropValue& vp,
91 CJS_PropValue& vp,
105 CJS_PropValue& vp,
118 CJS_PropValue& vp,
131 CJS_PropValue& vp,
144 CJS_PropValue& vp,
159 CJS_PropValue& vp,
165 CJS_PropValue& vp
    [all...]
Annot.h 20 bool hidden(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
21 bool name(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
22 bool type(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
Field.h 81 CJS_PropValue& vp,
84 CJS_PropValue& vp,
87 CJS_PropValue& vp,
90 CJS_PropValue& vp,
93 CJS_PropValue& vp,
96 CJS_PropValue& vp,
99 CJS_PropValue& vp,
102 CJS_PropValue& vp,
105 CJS_PropValue& vp,
108 CJS_PropValue& vp
    [all...]
Document.h 53 bool ADBE(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
54 bool author(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
56 CJS_PropValue& vp,
59 CJS_PropValue& vp,
62 CJS_PropValue& vp,
64 bool Collab(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
66 CJS_PropValue& vp,
69 CJS_PropValue& vp,
71 bool delay(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
72 bool dirty(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError)
    [all...]
Icon.cpp 29 CJS_PropValue& vp,
app.h 45 CJS_PropValue& vp,
48 CJS_PropValue& vp,
51 CJS_PropValue& vp,
53 bool fs(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
55 CJS_PropValue& vp,
58 CJS_PropValue& vp,
60 bool media(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
62 CJS_PropValue& vp,
65 CJS_PropValue& vp,
68 CJS_PropValue& vp
    [all...]
color.cpp 135 CJS_PropValue& vp,
141 CJS_PropValue& vp,
147 CJS_PropValue& vp,
153 CJS_PropValue& vp,
159 CJS_PropValue& vp,
165 CJS_PropValue& vp,
171 CJS_PropValue& vp,
177 CJS_PropValue& vp,
183 CJS_PropValue& vp,
189 CJS_PropValue& vp
    [all...]
Annot.cpp 39 CJS_PropValue& vp,
75 CJS_PropValue& vp,
98 CJS_PropValue& vp,
Icon.h 19 bool name(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError);
JS_Value.cpp 192 CJS_PropValue::CJS_PropValue(CJS_Runtime* pRuntime)
195 CJS_PropValue::CJS_PropValue(CJS_Runtime* pRuntime, const CJS_Value& value)
198 CJS_PropValue::~CJS_PropValue() {}
200 void CJS_PropValue::operator<<(int iValue) {
205 void CJS_PropValue::operator>>(int& iValue) const {
210 void CJS_PropValue::operator<<(bool bValue) {
215 void CJS_PropValue::operator>>(bool& bValue) const
    [all...]
Document.cpp 165 CJS_PropValue& vp,
182 CJS_PropValue& vp,
203 CJS_PropValue& vp,
212 CJS_PropValue& vp,
679 CJS_PropValue& vp,
740 CJS_PropValue& vp,
746 CJS_PropValue& vp,
813 CJS_PropValue& vp,
841 CJS_PropValue& vp,
847 CJS_PropValue& vp
    [all...]
JS_Value.h 82 class CJS_PropValue {
84 explicit CJS_PropValue(CJS_Runtime* pRuntime);
85 CJS_PropValue(CJS_Runtime* pRuntime, const CJS_Value&);
86 ~CJS_PropValue();
Field.cpp 381 CJS_PropValue& vp,
437 CJS_PropValue& vp,
546 CJS_PropValue& vp,
595 CJS_PropValue& vp,
644 CJS_PropValue& vp,
688 CJS_PropValue& vp,
731 CJS_PropValue& vp,
779 CJS_PropValue& vp,
838 CJS_PropValue& vp,
882 CJS_PropValue& vp
    [all...]
global.h 45 CJS_PropValue& vp,
app.cpp 211 CJS_PropValue& vp,
232 CJS_PropValue& vp,
247 CJS_PropValue& vp,
258 CJS_PropValue& vp,
269 CJS_PropValue& vp,
280 CJS_PropValue& vp,
296 CJS_PropValue& vp,
315 CJS_PropValue& vp,
445 bool app::fs(CJS_Runtime* pRuntime, CJS_PropValue& vp, CFX_WideString& sError) {
665 CJS_PropValue& vp
    [all...]
JS_Define.h 37 template <class C, bool (C::*M)(CJS_Runtime*, CJS_PropValue&, CFX_WideString&)>
52 CJS_PropValue value(pRuntime);
62 template <class C, bool (C::*M)(CJS_Runtime*, CJS_PropValue&, CFX_WideString&)>
78 CJS_PropValue propValue(pRuntime, CJS_Value(pRuntime, value));
352 CJS_PropValue value(pRuntime);
381 CJS_PropValue PropValue(pRuntime, CJS_Value(pRuntime, value));
PublicMethods.cpp 853 CJS_PropValue vProp(pRuntime);
872 CJS_PropValue vProp(pRuntime);
885 CJS_PropValue vProp2(pRuntime);
    [all...]
global.cpp 80 CJS_PropValue& vp,

Completed in 2057 milliseconds