Lines Matching defs:WorkerGlobalScope

13     pub type WorkerGlobalScope;  typedef
20 pub fn self_(this: &WorkerGlobalScope) -> WorkerGlobalScope; in self_()
50 pub fn set_onerror(this: &WorkerGlobalScope, value: Option<&::js_sys::Function>); in set_onerror()
64 pub fn set_onoffline(this: &WorkerGlobalScope, value: Option<&::js_sys::Function>); in set_onoffline()
78 pub fn set_ononline(this: &WorkerGlobalScope, value: Option<&::js_sys::Function>); in set_ononline()
123 pub fn import_scripts(this: &WorkerGlobalScope, urls: &::js_sys::Array) -> Result<(), JsValue>; in import_scripts()
137 pub fn import_scripts_1(this: &WorkerGlobalScope, urls_1: &str) -> Result<(), JsValue>; in import_scripts_1()
145 this: &WorkerGlobalScope, in import_scripts_2()
156 this: &WorkerGlobalScope, in import_scripts_3()
168 this: &WorkerGlobalScope, in import_scripts_4()
181 this: &WorkerGlobalScope, in import_scripts_5()
195 this: &WorkerGlobalScope, in import_scripts_6()
210 this: &WorkerGlobalScope, in import_scripts_7()
225 pub fn atob(this: &WorkerGlobalScope, atob: &str) -> Result<String, JsValue>; in atob()
232 pub fn btoa(this: &WorkerGlobalScope, btoa: &str) -> Result<String, JsValue>; in btoa()
239 pub fn clear_interval(this: &WorkerGlobalScope); in clear_interval()
246 pub fn clear_interval_with_handle(this: &WorkerGlobalScope, handle: i32); in clear_interval_with_handle()
253 pub fn clear_timeout(this: &WorkerGlobalScope); in clear_timeout()
260 pub fn clear_timeout_with_handle(this: &WorkerGlobalScope, handle: i32); in clear_timeout_with_handle()
269 this: &WorkerGlobalScope, in create_image_bitmap_with_html_image_element()
280 this: &WorkerGlobalScope, in create_image_bitmap_with_html_video_element()
291 this: &WorkerGlobalScope, in create_image_bitmap_with_html_canvas_element()
302 this: &WorkerGlobalScope, in create_image_bitmap_with_blob()
313 this: &WorkerGlobalScope, in create_image_bitmap_with_image_data()
324 this: &WorkerGlobalScope, in create_image_bitmap_with_canvas_rendering_context_2d()
335 this: &WorkerGlobalScope, in create_image_bitmap_with_image_bitmap()
345 this: &WorkerGlobalScope, in create_image_bitmap_with_buffer_source()
355 this: &WorkerGlobalScope, in create_image_bitmap_with_u8_array()
366 this: &WorkerGlobalScope, in create_image_bitmap_with_html_image_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh()
381 this: &WorkerGlobalScope, in create_image_bitmap_with_html_video_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh()
396 this: &WorkerGlobalScope, in create_image_bitmap_with_html_canvas_element_and_a_sx_and_a_sy_and_a_sw_and_a_sh()
411 this: &WorkerGlobalScope, in create_image_bitmap_with_blob_and_a_sx_and_a_sy_and_a_sw_and_a_sh()
426 this: &WorkerGlobalScope, in create_image_bitmap_with_image_data_and_a_sx_and_a_sy_and_a_sw_and_a_sh()
441 this: &WorkerGlobalScope, in create_image_bitmap_with_canvas_rendering_context_2d_and_a_sx_and_a_sy_and_a_sw_and_a_sh()
456 this: &WorkerGlobalScope, in create_image_bitmap_with_image_bitmap_and_a_sx_and_a_sy_and_a_sw_and_a_sh()
470 this: &WorkerGlobalScope, in create_image_bitmap_with_buffer_source_and_a_sx_and_a_sy_and_a_sw_and_a_sh()
484 this: &WorkerGlobalScope, in create_image_bitmap_with_u8_array_and_a_sx_and_a_sy_and_a_sw_and_a_sh()
498 pub fn fetch_with_request(this: &WorkerGlobalScope, input: &Request) -> ::js_sys::Promise; in fetch_with_request()
505 pub fn fetch_with_str(this: &WorkerGlobalScope, input: &str) -> ::js_sys::Promise; in fetch_with_str()
514 this: &WorkerGlobalScope, in fetch_with_request_and_init()
526 this: &WorkerGlobalScope, in fetch_with_str_and_init()
537 this: &WorkerGlobalScope, in set_interval_with_callback()
547 this: &WorkerGlobalScope, in set_interval_with_callback_and_timeout_and_arguments()
559 this: &WorkerGlobalScope, in set_interval_with_callback_and_timeout_and_arguments_0()
570 this: &WorkerGlobalScope, in set_interval_with_callback_and_timeout_and_arguments_1()
582 this: &WorkerGlobalScope, in set_interval_with_callback_and_timeout_and_arguments_2()
595 this: &WorkerGlobalScope, in set_interval_with_callback_and_timeout_and_arguments_3()
609 this: &WorkerGlobalScope, in set_interval_with_callback_and_timeout_and_arguments_4()
624 this: &WorkerGlobalScope, in set_interval_with_callback_and_timeout_and_arguments_5()
640 this: &WorkerGlobalScope, in set_interval_with_callback_and_timeout_and_arguments_6()
657 this: &WorkerGlobalScope, in set_interval_with_callback_and_timeout_and_arguments_7()
674 pub fn set_interval_with_str(this: &WorkerGlobalScope, handler: &str) -> Result<i32, JsValue>; in set_interval_with_str()
682 this: &WorkerGlobalScope, in set_interval_with_str_and_timeout_and_unused()
694 this: &WorkerGlobalScope, in set_interval_with_str_and_timeout_and_unused_0()
705 this: &WorkerGlobalScope, in set_interval_with_str_and_timeout_and_unused_1()
717 this: &WorkerGlobalScope, in set_interval_with_str_and_timeout_and_unused_2()
730 this: &WorkerGlobalScope, in set_interval_with_str_and_timeout_and_unused_3()
744 this: &WorkerGlobalScope, in set_interval_with_str_and_timeout_and_unused_4()
759 this: &WorkerGlobalScope, in set_interval_with_str_and_timeout_and_unused_5()
775 this: &WorkerGlobalScope, in set_interval_with_str_and_timeout_and_unused_6()
792 this: &WorkerGlobalScope, in set_interval_with_str_and_timeout_and_unused_7()
810 this: &WorkerGlobalScope, in set_timeout_with_callback()
820 this: &WorkerGlobalScope, in set_timeout_with_callback_and_timeout_and_arguments()
832 this: &WorkerGlobalScope, in set_timeout_with_callback_and_timeout_and_arguments_0()
843 this: &WorkerGlobalScope, in set_timeout_with_callback_and_timeout_and_arguments_1()
855 this: &WorkerGlobalScope, in set_timeout_with_callback_and_timeout_and_arguments_2()
868 this: &WorkerGlobalScope, in set_timeout_with_callback_and_timeout_and_arguments_3()
882 this: &WorkerGlobalScope, in set_timeout_with_callback_and_timeout_and_arguments_4()
897 this: &WorkerGlobalScope, in set_timeout_with_callback_and_timeout_and_arguments_5()
913 this: &WorkerGlobalScope, in set_timeout_with_callback_and_timeout_and_arguments_6()
930 this: &WorkerGlobalScope, in set_timeout_with_callback_and_timeout_and_arguments_7()
947 pub fn set_timeout_with_str(this: &WorkerGlobalScope, handler: &str) -> Result<i32, JsValue>; in set_timeout_with_str()
955 this: &WorkerGlobalScope, in set_timeout_with_str_and_timeout_and_unused()
967 this: &WorkerGlobalScope, in set_timeout_with_str_and_timeout_and_unused_0()
978 this: &WorkerGlobalScope, in set_timeout_with_str_and_timeout_and_unused_1()
990 this: &WorkerGlobalScope, in set_timeout_with_str_and_timeout_and_unused_2()
1003 this: &WorkerGlobalScope, in set_timeout_with_str_and_timeout_and_unused_3()
1017 this: &WorkerGlobalScope, in set_timeout_with_str_and_timeout_and_unused_4()
1032 this: &WorkerGlobalScope, in set_timeout_with_str_and_timeout_and_unused_5()
1048 this: &WorkerGlobalScope, in set_timeout_with_str_and_timeout_and_unused_6()
1065 this: &WorkerGlobalScope, in set_timeout_with_str_and_timeout_and_unused_7()