Lines Matching refs:CJS_Runtime
18 CJS_Event(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime);
47 CJS_Result get_change(CJS_Runtime* pRuntime);
48 CJS_Result set_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
50 CJS_Result get_change_ex(CJS_Runtime* pRuntime);
51 CJS_Result set_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
53 CJS_Result get_commit_key(CJS_Runtime* pRuntime);
54 CJS_Result set_commit_key(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
56 CJS_Result get_field_full(CJS_Runtime* pRuntime);
57 CJS_Result set_field_full(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
59 CJS_Result get_key_down(CJS_Runtime* pRuntime);
60 CJS_Result set_key_down(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
62 CJS_Result get_modifier(CJS_Runtime* pRuntime);
63 CJS_Result set_modifier(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
65 CJS_Result get_name(CJS_Runtime* pRuntime);
66 CJS_Result set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
68 CJS_Result get_rc(CJS_Runtime* pRuntime);
69 CJS_Result set_rc(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
71 CJS_Result get_rich_change(CJS_Runtime* pRuntime);
72 CJS_Result set_rich_change(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
74 CJS_Result get_rich_change_ex(CJS_Runtime* pRuntime);
75 CJS_Result set_rich_change_ex(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
77 CJS_Result get_rich_value(CJS_Runtime* pRuntime);
78 CJS_Result set_rich_value(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
80 CJS_Result get_sel_end(CJS_Runtime* pRuntime);
81 CJS_Result set_sel_end(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
83 CJS_Result get_sel_start(CJS_Runtime* pRuntime);
84 CJS_Result set_sel_start(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
86 CJS_Result get_shift(CJS_Runtime* pRuntime);
87 CJS_Result set_shift(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
89 CJS_Result get_source(CJS_Runtime* pRuntime);
90 CJS_Result set_source(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
92 CJS_Result get_target(CJS_Runtime* pRuntime);
93 CJS_Result set_target(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
95 CJS_Result get_target_name(CJS_Runtime* pRuntime);
96 CJS_Result set_target_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
98 CJS_Result get_type(CJS_Runtime* pRuntime);
99 CJS_Result set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
101 CJS_Result get_value(CJS_Runtime* pRuntime);
102 CJS_Result set_value(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
104 CJS_Result get_will_commit(CJS_Runtime* pRuntime);
105 CJS_Result set_will_commit(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);