MCPcopy Create free account

hub / github.com/JohannaWeb/Aurora / functions

Functions1,438 in github.com/JohannaWeb/Aurora

↓ 1 callersFunctiondetermine_kind
(styled_node: &crate::style::StyledNode)
src/layout/document.rs:284
↓ 1 callersFunctiondetermine_layout_kind
Determine the LayoutKind from a StyledNode (matches legacy `construct.rs` naming).
src/layout/taffy_layout.rs:233
↓ 1 callersFunctiondimension
(value: Option<&str>, viewport: ViewportSize, font_size: f32)
src/layout/taffy_adapter.rs:205
↓ 1 callersMethoddispatch_event
(&mut self, _node: &NodePtr, _event_type: &str)
src/js_v8/runtime.rs:2017
↓ 1 callersFunctiondocument_bottom
(node: &blitz_dom::Node)
src/blitz_document.rs:1659
↓ 1 callersFunctiondocument_fragment_children
(node: &NodePtr)
src/js_v8/tree/mutation.rs:360
↓ 1 callersMethoddocument_height
(&self)
src/blitz_document.rs:761
↓ 1 callersMethoddom_node_for_blitz_id
(&self, node_id: usize)
src/js_v8/registry.rs:180
↓ 1 callersMethoddom_node_layout_metrics
Border-box geometry of `node` from the Blitz/Stylo layout that produced the current pixels. Position is document-relative (sum of taffy locations up t
src/blitz_document.rs:771
↓ 1 callersFunctiondom_telemetry
Walk the real DOM (light children + parsed `<template>` contents) and tally node counts, capturing the first non-empty `<title>` text as the page titl
src/window/chrome/dioxus_chrome.rs:31
↓ 1 callersFunctiondraw_glyph_bitmap
( img: &mut ScreenshotImage, ch: char, x: f32, y: f32, scale: f32, color: Rgba<u8>, )
src/window/screenshot/text.rs:30
↓ 1 callersMethoddraw_image
( &mut self, bounds: Bounds, pixels: &[u8], img_width: u32, img_height
src/render/image_backend.rs:168
↓ 1 callersMethoddraw_image_placeholder
(&mut self, bounds: Bounds, opacity: f32)
src/render/image_backend.rs:203
↓ 1 callersFunctiondraw_scrollbar_if_needed
( layout_box: &crate::layout::LayoutBox, img: &mut ScreenshotImage, offset_x: i32, offset_y: i
src/window/screenshot/scrollbar.rs:18
↓ 1 callersMethoddraw_text
(&mut self, text: &str, x: Px, y: Px, font_size: Px, color: Rgba, opacity: f32)
src/render/image_backend.rs:105
↓ 1 callersMethoddump_node
(&self, node_id: usize, depth: usize, out: &mut String)
src/blitz_document.rs:1358
↓ 1 callersMethodedge_sizes
(&self, prefix: &str)
src/css/style_map.rs:176
↓ 1 callersMethodelement
(&self)
src/stylo_bridge/arena.rs:80
↓ 1 callersMethodensure_data
(&self)
src/stylo_bridge/impls.rs:368
↓ 1 callersMethodensure_init
(&self)
src/stylo_bridge/arena.rs:46
↓ 1 callersFunctionensure_platform
()
src/js_v8/runtime.rs:22
↓ 1 callersFunctionevalParts
(el, parts)
src/js_polyfills/custom_elements.js:1725
↓ 1 callersFunctioneval_calc
Evaluate a CSS math function string — `calc(...)`, `min(...)`, `max(...)`, `clamp(...)`. Pass the full token including the function name.
src/css/calc.rs:33
↓ 1 callersFunctionfetch_bytes
Fetch a URL and return the body as bytes. Follows redirects automatically (reqwest handles this natively).
src/fetch/http.rs:111
↓ 1 callersFunctionfindTemplateForDomModule
(el)
src/js_polyfills/custom_elements.js:712
↓ 1 callersFunctionfind_by_id
(node: &NodePtr, id: &str)
src/js_v8/tree/traversal.rs:5
↓ 1 callersFunctionfind_css_text
Walk the DOM and find any text node containing CSS
src/html/tests.rs:268
↓ 1 callersFunctionfind_element_by_id
(node: &NodePtr, id: &str)
src/window/input.rs:476
↓ 1 callersFunctionfind_matching_close
Find the closing `)` for a block starting at `start` (after the opening `(` was consumed). Returns `(byte_index_of_close, &str_of_inner)`.
src/css/style_map_resolve.rs:233
↓ 1 callersMethodfind_node
(&self, node: &crate::dom::NodePtr)
src/layout/box.rs:183
↓ 1 callersFunctionfind_parent_scan
(root: &NodePtr, target: &NodePtr)
src/js_v8/selectors/query.rs:182
↓ 1 callersFunctionfind_slots
(root: &NodePtr, out: &mut Vec<NodePtr>)
src/dom/shadow.rs:93
↓ 1 callersMethodfire_load
(&mut self)
src/js_v8/runtime.rs:2027
↓ 1 callersFunctionfirst_child
(node: &NodePtr, elements_only: bool)
src/js_v8/tree/navigation.rs:3
↓ 1 callersMethodfirst_element_child
(&self)
src/stylo_bridge/impls.rs:173
↓ 1 callersFunctionfixture_path
(name: &str)
tests/visual_regression.rs:18
↓ 1 callersFunctionfixture_url
(name: &str)
src/runner/fixtures.rs:3
↓ 1 callersFunctionflushDeferredStampedUpgrades
()
src/js_polyfills/custom_elements.js:2171
↓ 1 callersFunctionflushPending
(name)
src/js_polyfills/custom_elements.js:2189
↓ 1 callersFunctionflush_ready_frame_tasks
(input: &mut WindowInput, width: u32, height: u32)
src/window/screenshot/mod.rs:123
↓ 1 callersMethodfmt_with_indent
( &self, f: &mut Formatter<'_>, depth: usize, )
src/layout/display.rs:7
↓ 1 callersMethodfmt_with_indent
(&self, f: &mut Formatter<'_>, depth: usize)
src/dom/display.rs:6
↓ 1 callersMethodfmt_with_indent
(&self, f: &mut Formatter<'_>, depth: usize)
src/style/display.rs:7
↓ 1 callersFunctionframe_time_secs
( frame: &ffmpeg::util::frame::Video, time_base: ffmpeg::Rational, index: usize, )
src/media.rs:272
↓ 1 callersMethodfrom
(value: std::io::Error)
src/fetch/errors.rs:40
↓ 1 callersMethodget
(&self, _: &Atom)
src/stylo_bridge/mod.rs:32
↓ 1 callersFunctionget_font_face
()
src/font/resources.rs:15
↓ 1 callersMethodget_listeners
( &self, node_id: u32, event_type: &str, )
src/js_v8/registry.rs:102
↓ 1 callersMethodhandle_click
(&mut self)
src/window/app_handler.rs:168
↓ 1 callersMethodhandle_key
(&mut self, event_loop: &winit::event_loop::ActiveEventLoop, key: Key)
src/window/app_handler.rs:140
↓ 1 callersMethodhandle_resize
(&mut self, width: u32, height: u32)
src/window/app_handler.rs:118
↓ 1 callersFunctionhas_block_margin_collapse_scenario
Legacy block layout collapses vertical margins between block-flow siblings; Taffy does not yet match.
src/layout/engine.rs:55
↓ 1 callersMethodhas_dirty_bits
(&self)
src/js_v8/runtime.rs:1916
↓ 1 callersMethodhas_dirty_bits
(&self)
src/js_v8/registry.rs:454
↓ 1 callersFunctionhas_pending
Whether any observer has undelivered records.
src/js_v8/mutation_observer.rs:252
↓ 1 callersMethodhas_ready_work
(&self, now: Instant)
src/js_v8/runtime.rs:2038
↓ 1 callersMethodhas_render_document
(&self)
src/js_v8/registry.rs:143
↓ 1 callersFunctionheadless_identity
()
src/runner/pipeline.rs:761
↓ 1 callersMethodheight_px
(&self)
src/css/style_map.rs:152
↓ 1 callersMethodheight_resolved
( &self, available_height: f32, font_size: f32, root_font_size: f32, v
src/css/style_map_resolve.rs:30
↓ 1 callersMethodhit_test
(&self, x: f32, y: f32)
src/layout/box.rs:200
↓ 1 callersMethodhit_test
Hit-test content coordinates against the Blitz layout, returning the deepest mapped DOM node at that point. Backs `document.elementFromPoint`.
src/js_v8/registry.rs:168
↓ 1 callersMethodhit_test_anchor
Walk up from the hit node looking for an `<a href="...">` ancestor. Coordinates are in document space (scroll already applied by the caller).
src/blitz_document.rs:273
↓ 1 callersFunctionidentity_initials
Up-to-two-letter initials from a display name (word initials, else prefix).
src/window/chrome/dioxus_chrome.rs:139
↓ 1 callersFunctionimage_data_from_dynamic
(dyn_img: image::DynamicImage)
src/runner/images.rs:144
↓ 1 callersFunctionimage_data_from_frame
(frame: &ffmpeg::util::frame::Video)
src/media.rs:284
↓ 1 callersMethodimportant_rank
(self)
src/css/ast.rs:40
↓ 1 callersFunctioninherited_from_styles
(styles: &StyleMap)
src/style/node.rs:257
↓ 1 callersFunctioninit_decoder
()
src/media.rs:155
↓ 1 callersMethodinner_height
(&self, ctx: &FlexContext)
src/layout/flex/types.rs:46
↓ 1 callersFunctioninsert_before_ptr
( parent: &NodePtr, new_child: &NodePtr, ref_child: Option<&NodePtr>, )
src/js_v8/tree/mutation.rs:525
↓ 1 callersFunctioninstall
Define `globalThis.MutationObserver` backed by `registry`.
src/js_v8/mutation_observer.rs:55
↓ 1 callersFunctioninstallInstanceSetUpPropsHook
(el)
src/js_polyfills/custom_elements.js:1568
↓ 1 callersFunctioninstallInstanceTemplateIdAccessors
(el, ctor)
src/js_polyfills/custom_elements.js:667
↓ 1 callersFunctioninstallSetUpPropsHook
(ctor, name)
src/js_polyfills/custom_elements.js:1513
↓ 1 callersFunctioninstallTemplateAccessor
(name, ctor)
src/js_polyfills/custom_elements.js:1165
↓ 1 callersFunctioninstall_accessor
( scope: &mut v8::PinScope<'s, '_>, template: v8::Local<v8::ObjectTemplate>, name: &str, gette
src/js_v8/style_class/style.rs:84
↓ 1 callersFunctioninstall_crypto_provider
()
src/main.rs:37
↓ 1 callersFunctioninstall_style_property_accessor
( scope: &mut v8::PinScope<'s, '_>, template: v8::Local<v8::ObjectTemplate>, js_name: &str, _c
src/js_v8/style_class/style.rs:251
↓ 1 callersFunctionis_absolute_url
(value: &str)
src/fetch/resolve.rs:73
↓ 1 callersFunctionis_block_flow
(node: &StyledNode)
src/layout/engine.rs:72
↓ 1 callersFunctionis_classic_script_type
Mirrors the HTML spec's "JavaScript MIME type essence match": a missing or empty `type` attribute means classic JS, a small set of legacy MIME types a
src/runner/scripts.rs:82
↓ 1 callersFunctionis_connected_to
Whether `node` is reachable from `document` by walking parent pointers. Walks the authoritative parent back-pointers directly. A registered shadow ro
src/js_v8/tree/mutation.rs:1002
↓ 1 callersMethodis_defined
Whether a tag name has a native definition.
src/js_v8/custom_elements.rs:74
↓ 1 callersFunctionis_descendant_of
Whether `node` is `root` or a descendant of it, walking up via parent pointers.
src/js_v8/mutation_observer.rs:327
↓ 1 callersFunctionis_direct_child
(parent: &NodePtr, target: &NodePtr)
src/js_v8/selectors/query.rs:172
↓ 1 callersFunctionis_document_fragment
(node: &NodePtr)
src/blitz_document.rs:1671
↓ 1 callersFunctionis_forbidden_request_header
(name: &HeaderName)
src/fetch/http.rs:202
↓ 1 callersFunctionis_print_only
Returns true when the @media condition describes print-only output.
src/css/stylesheet.rs:187
↓ 1 callersFunctionis_retained_subtree_root
True when `target` is `parent`'s shadow root or template content fragment — retained via a dedicated field rather than the light `children` list, but
src/js_v8/selectors/query.rs:157
↓ 1 callersMethodis_viewport
(&self)
src/layout/box.rs:119
↓ 1 callersFunctionis_void
(tag: &str)
src/dom/serialize_html.rs:63
↓ 1 callersFunctionlast_child
(node: &NodePtr, elements_only: bool)
src/js_v8/tree/navigation.rs:17
↓ 1 callersFunctionlayout_root_from_style_tree
Build the layout tree root using Taffy or the legacy engine as appropriate.
src/layout/engine.rs:11
↓ 1 callersMethodline_height_px
(&self)
src/css/style_map_resolve.rs:122
↓ 1 callersFunctionlink_children
Point every (element) child of `node` at `node`.
src/dom/node.rs:55
↓ 1 callersFunctionload_html
(input_url: Option<&str>, identity: &Identity)
src/runner/pipeline.rs:127
↓ 1 callersFunctionload_image
(url: &str, identity: &Identity, cache: &mut ImageCache)
src/runner/images.rs:120
↓ 1 callersFunctionload_svg
(url: &str, identity: &Identity, cache: &mut SvgCache)
src/runner/images.rs:132
↓ 1 callersFunctionload_svgs
(root: &LayoutBox, base_url: Option<&str>, identity: &Identity)
src/runner/images.rs:53
← previousnext →501–600 of 1,438, ranked by callers