Lines Matching refs:CJS_Event
15 const JSPropertySpec CJS_Event::PropertySpecs[] = {
37 int CJS_Event::ObjDefnID = -1;
38 const char CJS_Event::kName[] = "event";
41 int CJS_Event::GetObjDefnID() { in GetObjDefnID()
46 void CJS_Event::DefineJSObjects(CFXJS_Engine* pEngine) { in DefineJSObjects()
47 ObjDefnID = pEngine->DefineObj(CJS_Event::kName, FXJSOBJTYPE_STATIC, in DefineJSObjects()
48 JSConstructor<CJS_Event>, JSDestructor); in DefineJSObjects()
52 CJS_Event::CJS_Event(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Event() function in CJS_Event
55 CJS_Event::~CJS_Event() = default;
57 CJS_Result CJS_Event::get_change(CJS_Runtime* pRuntime) { in get_change()
64 CJS_Result CJS_Event::set_change(CJS_Runtime* pRuntime, in set_change()
76 CJS_Result CJS_Event::get_change_ex(CJS_Runtime* pRuntime) { in get_change_ex()
83 CJS_Result CJS_Event::set_change_ex(CJS_Runtime* pRuntime, in set_change_ex()
88 CJS_Result CJS_Event::get_commit_key(CJS_Runtime* pRuntime) { in get_commit_key()
94 CJS_Result CJS_Event::set_commit_key(CJS_Runtime* pRuntime, in set_commit_key()
99 CJS_Result CJS_Event::get_field_full(CJS_Runtime* pRuntime) { in get_field_full()
108 CJS_Result CJS_Event::set_field_full(CJS_Runtime* pRuntime, in set_field_full()
113 CJS_Result CJS_Event::get_key_down(CJS_Runtime* pRuntime) { in get_key_down()
119 CJS_Result CJS_Event::set_key_down(CJS_Runtime* pRuntime, in set_key_down()
124 CJS_Result CJS_Event::get_modifier(CJS_Runtime* pRuntime) { in get_modifier()
130 CJS_Result CJS_Event::set_modifier(CJS_Runtime* pRuntime, in set_modifier()
135 CJS_Result CJS_Event::get_name(CJS_Runtime* pRuntime) { in get_name()
141 CJS_Result CJS_Event::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
145 CJS_Result CJS_Event::get_rc(CJS_Runtime* pRuntime) { in get_rc()
151 CJS_Result CJS_Event::set_rc(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_rc()
158 CJS_Result CJS_Event::get_rich_change(CJS_Runtime* pRuntime) { in get_rich_change()
162 CJS_Result CJS_Event::set_rich_change(CJS_Runtime* pRuntime, in set_rich_change()
167 CJS_Result CJS_Event::get_rich_change_ex(CJS_Runtime* pRuntime) { in get_rich_change_ex()
171 CJS_Result CJS_Event::set_rich_change_ex(CJS_Runtime* pRuntime, in set_rich_change_ex()
176 CJS_Result CJS_Event::get_rich_value(CJS_Runtime* pRuntime) { in get_rich_value()
180 CJS_Result CJS_Event::set_rich_value(CJS_Runtime* pRuntime, in set_rich_value()
185 CJS_Result CJS_Event::get_sel_end(CJS_Runtime* pRuntime) { in get_sel_end()
194 CJS_Result CJS_Event::set_sel_end(CJS_Runtime* pRuntime, in set_sel_end()
204 CJS_Result CJS_Event::get_sel_start(CJS_Runtime* pRuntime) { in get_sel_start()
213 CJS_Result CJS_Event::set_sel_start(CJS_Runtime* pRuntime, in set_sel_start()
223 CJS_Result CJS_Event::get_shift(CJS_Runtime* pRuntime) { in get_shift()
229 CJS_Result CJS_Event::set_shift(CJS_Runtime* pRuntime, in set_shift()
234 CJS_Result CJS_Event::get_source(CJS_Runtime* pRuntime) { in get_source()
241 CJS_Result CJS_Event::set_source(CJS_Runtime* pRuntime, in set_source()
246 CJS_Result CJS_Event::get_target(CJS_Runtime* pRuntime) { in get_target()
253 CJS_Result CJS_Event::set_target(CJS_Runtime* pRuntime, in set_target()
258 CJS_Result CJS_Event::get_target_name(CJS_Runtime* pRuntime) { in get_target_name()
265 CJS_Result CJS_Event::set_target_name(CJS_Runtime* pRuntime, in set_target_name()
270 CJS_Result CJS_Event::get_type(CJS_Runtime* pRuntime) { in get_type()
276 CJS_Result CJS_Event::set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_type()
280 CJS_Result CJS_Event::get_value(CJS_Runtime* pRuntime) { in get_value()
293 CJS_Result CJS_Event::set_value(CJS_Runtime* pRuntime, in set_value()
313 CJS_Result CJS_Event::get_will_commit(CJS_Runtime* pRuntime) { in get_will_commit()
320 CJS_Result CJS_Event::set_will_commit(CJS_Runtime* pRuntime, in set_will_commit()