Lines Matching full:local
27 CJS_Return set_ADBE(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
30 CJS_Return set_author(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
33 CJS_Return set_base_URL(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
36 CJS_Return set_bookmark_root(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
39 CJS_Return set_calculate(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
42 CJS_Return set_collab(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
45 CJS_Return set_creation_date(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
48 CJS_Return set_creator(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
51 CJS_Return set_delay(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
54 CJS_Return set_dirty(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
58 v8::Local<v8::Value> vp);
61 CJS_Return set_external(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
64 CJS_Return set_filesize(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
67 CJS_Return set_icons(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
70 CJS_Return set_info(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
73 CJS_Return set_keywords(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
76 CJS_Return set_layout(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
79 CJS_Return set_media(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
82 CJS_Return set_mod_date(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
85 CJS_Return set_mouse_x(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
88 CJS_Return set_mouse_y(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
91 CJS_Return set_num_fields(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
94 CJS_Return set_num_pages(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
97 CJS_Return set_page_num(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
101 v8::Local<v8::Value> vp);
104 CJS_Return set_path(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
107 CJS_Return set_producer(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
110 CJS_Return set_subject(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
113 CJS_Return set_title(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
116 CJS_Return set_zoom(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
119 CJS_Return set_zoom_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
122 CJS_Return set_URL(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp);
125 const std::vector<v8::Local<v8::Value>>& params);
127 const std::vector<v8::Local<v8::Value>>& params);
129 const std::vector<v8::Local<v8::Value>>& params);
131 const std::vector<v8::Local<v8::Value>>& params);
133 const std::vector<v8::Local<v8::Value>>& params);
135 const std::vector<v8::Local<v8::Value>>& params);
137 const std::vector<v8::Local<v8::Value>>& params);
139 const std::vector<v8::Local<v8::Value>>& params);
141 const std::vector<v8::Local<v8::Value>>& params);
143 const std::vector<v8::Local<v8::Value>>& params);
145 const std::vector<v8::Local<v8::Value>>& params);
147 const std::vector<v8::Local<v8::Value>>& params);
149 const std::vector<v8::Local<v8::Value>>& params);
151 const std::vector<v8::Local<v8::Value>>& params);
153 const std::vector<v8::Local<v8::Value>>& params);
155 const std::vector<v8::Local<v8::Value>>& params);
157 const std::vector<v8::Local<v8::Value>>& params);
159 const std::vector<v8::Local<v8::Value>>& params);
161 const std::vector<v8::Local<v8::Value>>& params);
163 const std::vector<v8::Local<v8::Value>>& params);
165 const std::vector<v8::Local<v8::Value>>& params);
167 const std::vector<v8::Local<v8::Value>>& params);
169 const std::vector<v8::Local<v8::Value>>& params);
172 const std::vector<v8::Local<v8::Value>>& params);
174 const std::vector<v8::Local<v8::Value>>& params);
176 const std::vector<v8::Local<v8::Value>>& params);
178 const std::vector<v8::Local<v8::Value>>& params);
180 const std::vector<v8::Local<v8::Value>>& params);
182 const std::vector<v8::Local<v8::Value>>& params);
184 const std::vector<v8::Local<v8::Value>>& params);
186 const std::vector<v8::Local<v8::Value>>& params);
188 const std::vector<v8::Local<v8::Value>>& params);
190 const std::vector<v8::Local<v8::Value>>& params);
192 const std::vector<v8::Local<v8::Value>>& params);
194 const std::vector<v8::Local<v8::Value>>& params);
196 const std::vector<v8::Local<v8::Value>>& params);
198 const std::vector<v8::Local<v8::Value>>& params);
200 const std::vector<v8::Local<v8::Value>>& params);
202 const std::vector<v8::Local<v8::Value>>& params);
204 const std::vector<v8::Local<v8::Value>>& params);
206 const std::vector<v8::Local<v8::Value>>& params);
208 const std::vector<v8::Local<v8::Value>>& params);
226 v8::Local<v8::Value> vp,
242 explicit CJS_Document(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} in CJS_Document()