MCPcopy Create free account

hub / github.com/andrewrabert/jellium-desktop / functions

Functions2,547 in github.com/andrewrabert/jellium-desktop

↓ 2 callersFunctionrestack
(layers: &[*mut JfnCefLayer])
src/jfn_cef/src/browsers.rs:401
↓ 2 callersFunctionrotate_backups
(path: &PathBuf)
src/logging/src/lib.rs:120
↓ 2 callersMethodrow_height
(&self)
src/wayland/src/popup.rs:80
↓ 2 callersFunctionrun_install_name_tool
(args: &[&std::ffi::OsStr])
src/xtask/src/platform_macos.rs:145
↓ 2 callersFunctionrun_on_main_async
Async version — fire-and-forget; the closure runs later on the main queue. Used by macos_surface_set_visible / macos_surface_resize where the caller d
src/macos/src/compositor.rs:391
↓ 2 callersFunctionrun_sink
Start the process-wide media sink. `build` constructs the platform [`QueuedSink`] on the consumer thread (so native transport handles are created ther
src/playback/src/sink_core.rs:139
↓ 2 callersFunctionsave_data
(path: &Path, data: &SettingsData)
src/config/src/lib.rs:346
↓ 2 callersMethodscale
(&self)
src/wayland/src/window_state.rs:134
↓ 2 callersFunctionscale_displaces
Pure arbitration: an authoritative scale always wins; a provisional one never displaces an authoritative one (a late probe result must not clobber the
src/wayland/src/window_state.rs:215
↓ 2 callersFunctionscale_slot
()
src/playback/src/ingest_driver.rs:249
↓ 2 callersMethodscroll_active_into_view
(&mut self)
src/wayland/src/popup.rs:92
↓ 2 callersMethodsend_external_begin_frame
Dead on platforms whose `CefHost` doesn't enable external BeginFrame — callers gate on it.
src/jfn_cef/src/client/browser_ops.rs:53
↓ 2 callersMethodsend_key
(&self, key: u32, kc: xkb::Keycode, sym: u32, pressed: bool)
src/wayland/src/input.rs:287
↓ 2 callersMethodsend_mouse_wheel
(&self, x: c_int, y: c_int, modifiers: u32, delta_x: c_int, delta_y: c_int)
src/jfn_cef/src/bridge.rs:77
↓ 2 callersFunctionsend_to_renderer
(frame: &Frame, name: &str, fill: F)
src/jfn_cef/src/ipc.rs:60
↓ 2 callersFunctionsetActive
(n)
src/web/select-menu.js:83
↓ 2 callersMethodsetCurrentSrc
(options)
src/web/mpv-player-base.js:106
↓ 2 callersMethodsetPlaybackRate
(value)
src/web/mpv-player-base.js:169
↓ 2 callersMethodset_display_hz
(&self, hz: f64)
src/playback/src/ingest.rs:111
↓ 2 callersMethodset_focus
(&self, focus: bool)
src/jfn_cef/src/bridge.rs:85
↓ 2 callersMethodset_idle_inhibit
(&self, level: IdleInhibitLevel)
src/macos/src/lib.rs:808
↓ 2 callersFunctionset_option_or_skip
Set a string option, tolerating options absent from the linked libmpv build (e.g. wayland-app-id on the windows build). Warns and continues on MPV_ERR
src/mpv/src/boot.rs:82
↓ 2 callersMethodset_position
(&self, x: i32, y: i32)
src/wayland/src/wl_state.rs:98
↓ 2 callersMethodset_theme_color
(&self, rgb: u32)
src/macos/src/lib.rs:812
↓ 2 callersFunctionset_viewport_for_buffer_locked
(s: &PlatformSurface, vis_w: i32, vis_h: i32)
src/wayland/src/wl_ops.rs:591
↓ 2 callersFunctionsettings_load
Load settings from the configured path. Missing keys keep their defaults. Returns false if the file is missing or contains invalid JSON.
src/config/src/lib.rs:371
↓ 2 callersMethodshape
(&mut self, text: &str, font_px: f32)
src/menu/src/render.rs:109
↓ 2 callersFunctionshm_alloc
Allocate or reuse a SHM buffer at (w, h). Returns false on failure; `buf` is left in its previous state when reuse condition matched, or in `empty()`
src/x11/src/shm.rs:16
↓ 2 callersFunctionshm_free
(buf: &mut ShmBuffer, conn: Option<&RustConnection>)
src/x11/src/shm.rs:63
↓ 2 callersMethodshould_present_paint
(&self)
src/jfn_cef/src/client/paint.rs:74
↓ 2 callersMethodshould_shutdown
(&self)
src/x11/src/input.rs:76
↓ 2 callersFunctionshow_highlighted
`width` is the desired logical menu width; `<= 0` falls back to content-sized layout.
src/wayland/src/popup.rs:168
↓ 2 callersFunctionshutdown
()
src/macos/src/cef_pump.rs:240
↓ 2 callersMethodshutdown
(mut self)
src/wayland/src/gpu_paint_worker.rs:102
↓ 2 callersFunctionshutdown_handler_slot
()
src/playback/src/ingest_driver.rs:264
↓ 2 callersMethodsignal_wake
(&self)
src/x11/src/input.rs:79
↓ 2 callersFunctionslot
()
src/playback/src/browser_sink.rs:20
↓ 2 callersFunctionslot
()
src/playback/src/exec_js.rs:12
↓ 2 callersFunctionsnapshot_live_overlays_locked
(m: &Mutable)
src/x11/src/lifecycle.rs:99
↓ 2 callersMethodsource
(&self)
src/jfn_rust/src/window_geometry.rs:30
↓ 2 callersFunctionstart
(screen_num: i32, parent: u32)
src/x11/src/input.rs:840
↓ 2 callersMethodstart
(&mut self)
src/playback/src/coordinator.rs:101
↓ 2 callersMethodstart
(&self)
src/jfn_cef/src/business_overlay.rs:255
↓ 2 callersFunctionstop
()
src/mpris/src/sink.rs:601
↓ 2 callersFunctionstop
Drop the proxy handle. The listener thread is detached; OS cleans up on process exit. Safe to call with null. # Safety `p` must be null or a pointer
src/wayland/src/mpv_proxy.rs:318
↓ 2 callersMethodstop
(&mut self)
src/logging/src/lib.rs:251
↓ 2 callersMethodstopPositionUpdates
()
src/web/input-plugin.js:176
↓ 2 callersMethodsubmit_frame
( &self, pixels: &[u8], width: u32, height: u32, dirty: Vec<DirtyRect>
src/x11/src/gpu_paint_worker.rs:110
↓ 2 callersMethodsubmit_frame
( &self, pixels: &[u8], width: u32, height: u32, dirty: Vec<DirtyRect>
src/wayland/src/gpu_paint_worker.rs:74
↓ 2 callersFunctionsubscribe_window_changed
Register a window-changed subscriber for the life of the process. Subscribers must not depend on invocation order.
src/platform_abi/src/window_source.rs:28
↓ 2 callersMethodtake_live
Windows cleanup: drain the live list (to free each surface), and reset the stack + main.
src/compositor_core/src/stack.rs:129
↓ 2 callersMethodtake_stack
macOS cleanup: drain the stack (to detach each subview) and reset main.
src/compositor_core/src/stack.rs:137
↓ 2 callersFunctiontitlebar_theme_color
()
src/config/src/lib.rs:549
↓ 2 callersFunctionto_dmabuf_frame
(info: *const c_void)
src/wayland/src/make_platform.rs:36
↓ 2 callersMethodto_physical
(self, s: Scale)
src/platform_abi/src/geometry.rs:39
↓ 2 callersFunctiontry_parse
(args: &[&str])
src/jfn_rust/src/cli.rs:127
↓ 2 callersMethodtry_show_popup
(self: &Arc<Self>)
src/jfn_cef/src/client/popup.rs:74
↓ 2 callersFunctionupdate
()
src/web/csd.js:207
↓ 2 callersFunctionupdateButtonState
()
src/web/overlay.js:95
↓ 2 callersFunctionupdate_timeline
(state: &WinState, s: &Smtc)
src/windows_sink/src/lib.rs:344
↓ 2 callersFunctionuserfree_to_string
(s: &CefStringUserfreeUtf16)
src/jfn_cef/src/injection.rs:443
↓ 2 callersMethoduses_floating_restore
(self)
src/wayland/src/window_state.rs:43
↓ 2 callersFunctionwait
Block until `fd` is readable. Level-triggered, so a signal that lands before the call returns immediately. Returns on any non-`EINTR` `poll` error rat
src/wake_event/src/fd_wait.rs:6
↓ 2 callersFunctionwgpu_format
(format: DmabufFormat)
src/gpu_paint/src/dmabuf_import.rs:98
↓ 2 callersMethodwindow_decoration_options
(&self)
src/jfn_cef/src/injection.rs:377
↓ 2 callersMethodwindow_maximized
(&self)
src/playback/src/ingest.rs:99
↓ 2 callersFunctionwith_coord
(f: F)
src/playback/src/ffi.rs:31
↓ 2 callersFunctionx11_geometry_resync_waker
A new CEF layer may be created after the parent has already reached its final WM placement, so no further ConfigureNotify arrives to settle on; signal
src/x11/src/geometry.rs:50
↓ 2 callersFunctionxcb_conn
()
src/x11/src/x11_state.rs:144
↓ 1 callersMethod_beforeLoad
(/* options */)
src/web/mpv-player-base.js:104
↓ 1 callersMethod_resolveTracks
(/* options */)
src/web/mpv-player-base.js:93
↓ 1 callersFunctionack
(xdg: &XdgSurface, serial: ConfigureSerial)
src/wayland/src/root_window.rs:228
↓ 1 callersFunctionacquire_barrier
Acquire an imported dmabuf image from the foreign producer queue into our graphics queue and the shader-read layout. Without this the GPU samples an i
src/gpu_paint/src/dmabuf_import.rs:211
↓ 1 callersFunctionaction_modifier
()
src/jfn_cef/src/client_impl/keyboard.rs:9
↓ 1 callersMethodaction_modifier_flag
The modifier that means "application action" in keyboard shortcuts.
src/platform_abi/src/lib.rs:217
↓ 1 callersFunctionactivate_parent
(st: &State)
src/x11/src/input.rs:481
↓ 1 callersFunctionactivate_parent
(conn: &RustConnection, root: Window, parent: Window)
src/x11/src/geometry.rs:232
↓ 1 callersFunctionactive_kick_apply
(scheduler: PaintScheduler, state: &PaintState, inner: &Arc<Inner>)
src/jfn_cef/src/paint_scheduler.rs:235
↓ 1 callersFunctionactive_path
()
src/logging/src/lib.rs:627
↓ 1 callersFunctionactive_should_present_paint
(state: &PaintState, inner: &Inner)
src/jfn_cef/src/paint_scheduler.rs:283
↓ 1 callersFunctionadapter_render_node
(adapter: &wgpu::Adapter)
src/gpu_paint/src/context.rs:218
↓ 1 callersFunctionadd
()
src/web/csd.js:199
↓ 1 callersFunctionaddOption
(opt)
src/web/select-menu.js:49
↓ 1 callersFunctionaddRow
(label, value, isPath)
src/web/about.js:58
↓ 1 callersMethodadd_action_sink
(&self, sink: ActionSink)
src/playback/src/coordinator.rs:137
↓ 1 callersMethodadd_builtin_action_sink
(&self, sink: ActionSink)
src/playback/src/coordinator.rs:145
↓ 1 callersMethodadd_builtin_event_sink
(&self, sink: EventSink)
src/playback/src/coordinator.rs:141
↓ 1 callersFunctionadd_menu_item
( menu: *mut AnyObject, title: &str, action: Sel, key_equiv: &str, target: Option<*mut Any
src/macos/src/init.rs:972
↓ 1 callersFunctionadd_separator
(menu: *mut AnyObject)
src/macos/src/init.rs:965
↓ 1 callersMethodafter_resize
(&self, scheduler: PaintScheduler, inner: &Arc<Inner>)
src/jfn_cef/src/paint_scheduler.rs:200
↓ 1 callersFunctionalloc_surface
()
src/wayland/src/wl_ops.rs:44
↓ 1 callersMethodalloc_surface
(&self)
src/macos/src/lib.rs:652
↓ 1 callersFunctionapp_client_fd
()
src/wayland/src/mpv_proxy.rs:76
↓ 1 callersFunctionapply
(snap: &PlaybackSnapshot)
src/playback/src/idle_inhibit_sink.rs:27
↓ 1 callersFunctionapply
(sm: &mut PlaybackStateMachine, input: Input, out: &mut Vec<PlaybackEvent>)
src/playback/src/coordinator.rs:215
↓ 1 callersMethodapply_boot_geometry
(&self, g: &BootGeometry)
src/wayland/src/make_platform.rs:268
↓ 1 callersFunctionapply_boot_options
(handle: &Handle, boot: &JfnMpvBoot)
src/mpv/src/boot.rs:166
↓ 1 callersFunctionapply_command
(state: &mut RootState, cmd: WindowCommand)
src/wayland/src/root_window.rs:576
↓ 1 callersFunctionapply_cursor
(st: &mut CursorState, shape: CursorShape)
src/x11/src/input.rs:568
↓ 1 callersFunctionapply_cursor_state
()
src/macos/src/input.rs:238
← previousnext →501–600 of 2,547, ranked by callers