Home
last modified time | relevance | path

Searched defs:pRuntime (Results 1 – 25 of 77) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dcjs_event.cpp57 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()
119 CJS_Result CJS_Event::set_key_down(CJS_Runtime* pRuntime, in set_key_down()
135 CJS_Result CJS_Event::get_name(CJS_Runtime* pRuntime) { in get_name()
145 CJS_Result CJS_Event::get_rc(CJS_Runtime* pRuntime) { in get_rc()
194 CJS_Result CJS_Event::set_sel_end(CJS_Runtime* pRuntime, in set_sel_end()
229 CJS_Result CJS_Event::set_shift(CJS_Runtime* pRuntime, in set_shift()
241 CJS_Result CJS_Event::set_source(CJS_Runtime* pRuntime, in set_source()
253 CJS_Result CJS_Event::set_target(CJS_Runtime* pRuntime, in set_target()
270 CJS_Result CJS_Event::get_type(CJS_Runtime* pRuntime) { in get_type()
[all …]
H A Dcjs_color.cpp155 CJS_Result CJS_Color::get_black(CJS_Runtime* pRuntime) { in get_black()
159 CJS_Result CJS_Color::set_black(CJS_Runtime* pRuntime, in set_black()
168 CJS_Result CJS_Color::set_white(CJS_Runtime* pRuntime, in set_white()
173 CJS_Result CJS_Color::get_red(CJS_Runtime* pRuntime) { in get_red()
185 CJS_Result CJS_Color::set_green(CJS_Runtime* pRuntime, in set_green()
190 CJS_Result CJS_Color::get_blue(CJS_Runtime* pRuntime) { in get_blue()
198 CJS_Result CJS_Color::get_cyan(CJS_Runtime* pRuntime) { in get_cyan()
219 CJS_Result CJS_Color::set_yellow(CJS_Runtime* pRuntime, in set_yellow()
233 CJS_Result CJS_Color::get_gray(CJS_Runtime* pRuntime) { in get_gray()
271 CJS_Result CJS_Color::convert(CJS_Runtime* pRuntime, in convert()
[all …]
H A Dcjs_document.cpp206 CJS_Runtime* pRuntime, in addAnnot()
213 CJS_Runtime* pRuntime, in addField()
220 CJS_Runtime* pRuntime, in exportAsText()
227 CJS_Runtime* pRuntime, in exportAsFDF()
234 CJS_Runtime* pRuntime, in exportAsXFDF()
241 CJS_Runtime* pRuntime, in getField()
270 CJS_Runtime* pRuntime, in getNthFieldName()
290 CJS_Runtime* pRuntime, in importAnFDF()
297 CJS_Runtime* pRuntime, in importAnXFDF()
304 CJS_Runtime* pRuntime, in importTextData()
[all …]
H A Dcjs_app.cpp211 CJS_Result CJS_App::alert(CJS_Runtime* pRuntime, in alert()
261 CJS_Result CJS_App::beep(CJS_Runtime* pRuntime, in beep()
275 CJS_Runtime* pRuntime, in findComponent()
281 CJS_Runtime* pRuntime, in popUpMenuEx()
295 CJS_Runtime* pRuntime, in setInterval()
323 CJS_Runtime* pRuntime, in setTimeOut()
352 CJS_Runtime* pRuntime, in clearTimeOut()
362 CJS_Runtime* pRuntime, in clearInterval()
385 CJS_Runtime* pRuntime, in execMenuItem()
493 CJS_Runtime* pRuntime, in browseForDoc()
[all …]
H A Dcjs_field.cpp2204 CJS_Runtime* pRuntime, in browseForFileToSubmit()
2223 CJS_Runtime* pRuntime, in buttonGetCaption()
2257 CJS_Runtime* pRuntime, in buttonGetIcon()
2287 CJS_Runtime* pRuntime, in buttonImportIcon()
2293 CJS_Runtime* pRuntime, in buttonSetCaption()
2299 CJS_Runtime* pRuntime, in buttonSetIcon()
2305 CJS_Runtime* pRuntime, in checkThisBox()
2337 CJS_Runtime* pRuntime, in clearItems()
2343 CJS_Runtime* pRuntime, in defaultIsChecked()
2365 CJS_Runtime* pRuntime, in deleteItemAt()
[all …]
H A Dcjs_annot.cpp37 CJS_Annot::CJS_Annot(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Annot()
46 CJS_Result CJS_Annot::get_hidden(CJS_Runtime* pRuntime) { in get_hidden()
54 CJS_Result CJS_Annot::set_hidden(CJS_Runtime* pRuntime, in set_hidden()
79 CJS_Result CJS_Annot::get_name(CJS_Runtime* pRuntime) { in get_name()
88 CJS_Result CJS_Annot::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
100 CJS_Result CJS_Annot::get_type(CJS_Runtime* pRuntime) { in get_type()
112 CJS_Result CJS_Annot::set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_type()
H A Dcjs_console.cpp36 CJS_Console::CJS_Console(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Console()
41 CJS_Result CJS_Console::clear(CJS_Runtime* pRuntime, in clear()
46 CJS_Result CJS_Console::hide(CJS_Runtime* pRuntime, in hide()
52 CJS_Runtime* pRuntime, in println()
57 CJS_Result CJS_Console::show(CJS_Runtime* pRuntime, in show()
H A Dcjs_global.cpp38 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropQuery() local
54 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropGet() local
77 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropPut() local
96 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropDel() local
220 CJS_Result CJS_Global::DelProperty(CJS_Runtime* pRuntime, in DelProperty()
230 CJS_Result CJS_Global::GetProperty(CJS_Runtime* pRuntime, in GetProperty()
259 CJS_Result CJS_Global::SetProperty(CJS_Runtime* pRuntime, in SetProperty()
294 CJS_Runtime* pRuntime, in setPersistent()
308 CJS_Runtime* pRuntime = GetRuntime(); in UpdateGlobalPersistentVariables() local
401 CJS_Runtime* pRuntime, in ObjectToArray()
[all …]
H A Dcjs_icon.cpp27 CJS_Icon::CJS_Icon(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Icon()
32 CJS_Result CJS_Icon::get_name(CJS_Runtime* pRuntime) { in get_name()
36 CJS_Result CJS_Icon::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dcjs_event.cpp57 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()
119 CJS_Result CJS_Event::set_key_down(CJS_Runtime* pRuntime, in set_key_down()
135 CJS_Result CJS_Event::get_name(CJS_Runtime* pRuntime) { in get_name()
145 CJS_Result CJS_Event::get_rc(CJS_Runtime* pRuntime) { in get_rc()
194 CJS_Result CJS_Event::set_sel_end(CJS_Runtime* pRuntime, in set_sel_end()
229 CJS_Result CJS_Event::set_shift(CJS_Runtime* pRuntime, in set_shift()
241 CJS_Result CJS_Event::set_source(CJS_Runtime* pRuntime, in set_source()
253 CJS_Result CJS_Event::set_target(CJS_Runtime* pRuntime, in set_target()
270 CJS_Result CJS_Event::get_type(CJS_Runtime* pRuntime) { in get_type()
[all …]
H A Dcjs_color.cpp156 CJS_Result CJS_Color::get_black(CJS_Runtime* pRuntime) { in get_black()
160 CJS_Result CJS_Color::set_black(CJS_Runtime* pRuntime, in set_black()
169 CJS_Result CJS_Color::set_white(CJS_Runtime* pRuntime, in set_white()
174 CJS_Result CJS_Color::get_red(CJS_Runtime* pRuntime) { in get_red()
186 CJS_Result CJS_Color::set_green(CJS_Runtime* pRuntime, in set_green()
191 CJS_Result CJS_Color::get_blue(CJS_Runtime* pRuntime) { in get_blue()
199 CJS_Result CJS_Color::get_cyan(CJS_Runtime* pRuntime) { in get_cyan()
220 CJS_Result CJS_Color::set_yellow(CJS_Runtime* pRuntime, in set_yellow()
234 CJS_Result CJS_Color::get_gray(CJS_Runtime* pRuntime) { in get_gray()
272 CJS_Result CJS_Color::convert(CJS_Runtime* pRuntime, in convert()
[all …]
H A Dcjs_document.cpp207 CJS_Runtime* pRuntime, in addAnnot()
214 CJS_Runtime* pRuntime, in addField()
221 CJS_Runtime* pRuntime, in exportAsText()
228 CJS_Runtime* pRuntime, in exportAsFDF()
235 CJS_Runtime* pRuntime, in exportAsXFDF()
242 CJS_Runtime* pRuntime, in getField()
271 CJS_Runtime* pRuntime, in getNthFieldName()
291 CJS_Runtime* pRuntime, in importAnFDF()
298 CJS_Runtime* pRuntime, in importAnXFDF()
305 CJS_Runtime* pRuntime, in importTextData()
[all …]
H A Dcjs_app.cpp210 CJS_Result CJS_App::alert(CJS_Runtime* pRuntime, in alert()
260 CJS_Result CJS_App::beep(CJS_Runtime* pRuntime, in beep()
274 CJS_Runtime* pRuntime, in findComponent()
280 CJS_Runtime* pRuntime, in popUpMenuEx()
294 CJS_Runtime* pRuntime, in setInterval()
322 CJS_Runtime* pRuntime, in setTimeOut()
351 CJS_Runtime* pRuntime, in clearTimeOut()
361 CJS_Runtime* pRuntime, in clearInterval()
384 CJS_Runtime* pRuntime, in execMenuItem()
492 CJS_Runtime* pRuntime, in browseForDoc()
[all …]
H A Dcjs_field.cpp2203 CJS_Runtime* pRuntime, in browseForFileToSubmit()
2222 CJS_Runtime* pRuntime, in buttonGetCaption()
2256 CJS_Runtime* pRuntime, in buttonGetIcon()
2286 CJS_Runtime* pRuntime, in buttonImportIcon()
2292 CJS_Runtime* pRuntime, in buttonSetCaption()
2298 CJS_Runtime* pRuntime, in buttonSetIcon()
2304 CJS_Runtime* pRuntime, in checkThisBox()
2336 CJS_Runtime* pRuntime, in clearItems()
2342 CJS_Runtime* pRuntime, in defaultIsChecked()
2364 CJS_Runtime* pRuntime, in deleteItemAt()
[all …]
H A Dcjs_annot.cpp37 CJS_Annot::CJS_Annot(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Annot()
46 CJS_Result CJS_Annot::get_hidden(CJS_Runtime* pRuntime) { in get_hidden()
54 CJS_Result CJS_Annot::set_hidden(CJS_Runtime* pRuntime, in set_hidden()
79 CJS_Result CJS_Annot::get_name(CJS_Runtime* pRuntime) { in get_name()
88 CJS_Result CJS_Annot::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
100 CJS_Result CJS_Annot::get_type(CJS_Runtime* pRuntime) { in get_type()
112 CJS_Result CJS_Annot::set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_type()
H A Dcjs_console.cpp36 CJS_Console::CJS_Console(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Console()
41 CJS_Result CJS_Console::clear(CJS_Runtime* pRuntime, in clear()
46 CJS_Result CJS_Console::hide(CJS_Runtime* pRuntime, in hide()
52 CJS_Runtime* pRuntime, in println()
57 CJS_Result CJS_Console::show(CJS_Runtime* pRuntime, in show()
H A Dcjs_global.cpp36 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropQuery() local
52 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropGet() local
75 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropPut() local
94 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropDel() local
218 CJS_Result CJS_Global::DelProperty(CJS_Runtime* pRuntime, in DelProperty()
228 CJS_Result CJS_Global::GetProperty(CJS_Runtime* pRuntime, in GetProperty()
257 CJS_Result CJS_Global::SetProperty(CJS_Runtime* pRuntime, in SetProperty()
292 CJS_Runtime* pRuntime, in setPersistent()
306 CJS_Runtime* pRuntime = GetRuntime(); in UpdateGlobalPersistentVariables() local
399 CJS_Runtime* pRuntime, in ObjectToArray()
[all …]
H A Dcjs_icon.cpp27 CJS_Icon::CJS_Icon(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Icon()
32 CJS_Result CJS_Icon::get_name(CJS_Runtime* pRuntime) { in get_name()
36 CJS_Result CJS_Icon::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A Devent.cpp49 bool event::change(CJS_Runtime* pRuntime, in change()
64 bool event::changeEx(CJS_Runtime* pRuntime, in changeEx()
104 bool event::keyDown(CJS_Runtime* pRuntime, in keyDown()
130 bool event::name(CJS_Runtime* pRuntime, in name()
143 bool event::rc(CJS_Runtime* pRuntime, in rc()
176 bool event::selEnd(CJS_Runtime* pRuntime, in selEnd()
212 bool event::shift(CJS_Runtime* pRuntime, in shift()
225 bool event::source(CJS_Runtime* pRuntime, in source()
238 bool event::target(CJS_Runtime* pRuntime, in target()
264 bool event::type(CJS_Runtime* pRuntime, in type()
[all …]
H A Dcolor.cpp140 bool color::black(CJS_Runtime* pRuntime, in black()
146 bool color::white(CJS_Runtime* pRuntime, in white()
152 bool color::red(CJS_Runtime* pRuntime, in red()
158 bool color::green(CJS_Runtime* pRuntime, in green()
164 bool color::blue(CJS_Runtime* pRuntime, in blue()
170 bool color::cyan(CJS_Runtime* pRuntime, in cyan()
182 bool color::yellow(CJS_Runtime* pRuntime, in yellow()
188 bool color::dkGray(CJS_Runtime* pRuntime, in dkGray()
194 bool color::gray(CJS_Runtime* pRuntime, in gray()
200 bool color::ltGray(CJS_Runtime* pRuntime, in ltGray()
[all …]
H A DDocument.cpp181 bool Document::dirty(CJS_Runtime* pRuntime, in dirty()
202 bool Document::ADBE(CJS_Runtime* pRuntime, in ADBE()
211 bool Document::pageNum(CJS_Runtime* pRuntime, in pageNum()
403 bool Document::print(CJS_Runtime* pRuntime, in print()
581 bool Document::saveAs(CJS_Runtime* pRuntime, in saveAs()
745 bool Document::info(CJS_Runtime* pRuntime, in info()
852 bool Document::delay(CJS_Runtime* pRuntime, in delay()
904 bool Document::title(CJS_Runtime* pRuntime, in title()
962 bool Document::URL(CJS_Runtime* pRuntime, in URL()
1031 bool Document::path(CJS_Runtime* pRuntime, in path()
[all …]
H A Dapp.cpp295 bool app::platform(CJS_Runtime* pRuntime, in platform()
314 bool app::language(CJS_Runtime* pRuntime, in language()
337 bool app::newFDF(CJS_Runtime* pRuntime, in newFDF()
350 bool app::openFDF(CJS_Runtime* pRuntime, in openFDF()
357 bool app::alert(CJS_Runtime* pRuntime, in alert()
418 bool app::beep(CJS_Runtime* pRuntime, in beep()
591 bool app::goBack(CJS_Runtime* pRuntime, in goBack()
607 bool app::mailMsg(CJS_Runtime* pRuntime, in mailMsg()
714 bool app::newDoc(CJS_Runtime* pRuntime, in newDoc()
721 bool app::openDoc(CJS_Runtime* pRuntime, in openDoc()
[all …]
H A DJS_Value.cpp36 CJS_Value::CJS_Value(CJS_Runtime* pRuntime) {} in CJS_Value()
41 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const int& iValue) in CJS_Value()
44 CJS_Value::CJS_Value(CJS_Runtime* pRuntime, const bool& bValue) in CJS_Value()
123 void CJS_Value::SetNull(CJS_Runtime* pRuntime) { in SetNull()
127 void CJS_Value::MaybeCoerceToNumber(CJS_Runtime* pRuntime) { in MaybeCoerceToNumber()
192 CJS_PropValue::CJS_PropValue(CJS_Runtime* pRuntime) in CJS_PropValue()
315 void CJS_Array::GetElement(CJS_Runtime* pRuntime, in GetElement()
322 void CJS_Array::SetElement(CJS_Runtime* pRuntime, in SetElement()
349 CJS_Date::CJS_Date(CJS_Runtime* pRuntime, in CJS_Date()
401 void CJS_Date::SetDay(CJS_Runtime* pRuntime, int iDay) { in SetDay()
[all …]
H A DField.cpp920 bool Field::comb(CJS_Runtime* pRuntime, in comb()
1228 bool Field::delay(CJS_Runtime* pRuntime, in delay()
1326 bool Field::doc(CJS_Runtime* pRuntime, in doc()
1490 bool Field::hidden(CJS_Runtime* pRuntime, in hidden()
1754 bool Field::name(CJS_Runtime* pRuntime, in name()
1788 bool Field::page(CJS_Runtime* pRuntime, in page()
1872 bool Field::print(CJS_Runtime* pRuntime, in print()
1985 bool Field::rect(CJS_Runtime* pRuntime, in rect()
2268 bool Field::style(CJS_Runtime* pRuntime, in style()
2501 bool Field::type(CJS_Runtime* pRuntime, in type()
[all …]
H A Dconsole.cpp33 bool console::clear(CJS_Runtime* pRuntime, in clear()
40 bool console::hide(CJS_Runtime* pRuntime, in hide()
47 bool console::println(CJS_Runtime* pRuntime, in println()
57 bool console::show(CJS_Runtime* pRuntime, in show()

1234