MCPcopy Create free account

hub / github.com/JohannaWeb/Aurora / functions

Functions1,438 in github.com/JohannaWeb/Aurora

↓ 1 callersMethodlookup_js_wrapper
( &self, scope: &mut v8::PinScope<'s, '_>, id: u32, )
src/js_v8/registry.rs:412
↓ 1 callersMethodlookup_variable
(&self, name: &str, ancestors: &[&StyleMap])
src/css/style_map_resolve.rs:218
↓ 1 callersFunctionmake_dom
(html: &str)
src/stylo_bridge/mod.rs:116
↓ 1 callersMethodmark_dirty
Mark a DOM node dirty. layout_dirty=true also marks ancestors.
src/layout/document.rs:45
↓ 1 callersMethodmark_dirty
Marks the document as needing a reflow. This should be called by the JS bridge after any DOM or style mutation that affects the visual state.
src/window/input.rs:208
↓ 1 callersFunctionmax_box_bottom
(layout_box: &crate::layout::LayoutBox)
src/window/scroll_metrics.rs:10
↓ 1 callersFunctionmax_content_width
Recursively find the max-content width of a layout box. Regular block boxes expand to fill available width, so their `rect.width` is not a useful int
src/layout/flex/measure.rs:76
↓ 1 callersFunctionmax_dimension
(value: Option<&str>, viewport: ViewportSize, font_size: f32)
src/layout/taffy_adapter.rs:212
↓ 1 callersMethodmax_height_px
(&self)
src/css/style_map.rs:168
↓ 1 callersMethodmax_height_resolved
( &self, available_height: f32, font_size: f32, root_font_size: f32, v
src/css/style_map_resolve.rs:72
↓ 1 callersFunctionmaybeCallCreated
(el, name)
src/js_polyfills/custom_elements.js:1557
↓ 1 callersFunctionmaybe_open_window
( dom: crate::dom::NodePtr, stylesheet: Rc<RefCell<Stylesheet>>, base_url: Option<String>, ide
src/runner/pipeline.rs:568
↓ 1 callersFunctionmeasure
Measure the intrinsic (unwrapped) width of `text` at `font_size`.
src/layout/parley_text.rs:15
↓ 1 callersFunctionmeasure_flex_children
( children: &[StyledNode], content_width: f32, viewport_height: f32, ctx: &FlexContext, )
src/layout/flex/measure.rs:7
↓ 1 callersFunctionmeasure_intrinsic_child
( child: &StyledNode, content_width: f32, viewport_height: f32, )
src/layout/flex/measure.rs:54
↓ 1 callersFunctionmeasure_text
( known: Size<Option<f32>>, available: Size<AvailableSpace>, ctx: Option<&mut TextContext>, )
src/layout/document.rs:213
↓ 1 callersFunctionmeasure_text_node
Measure function called by Taffy for leaf (text) nodes.
src/layout/taffy_layout.rs:55
↓ 1 callersMethodmedia_poster
(&self)
src/layout/box.rs:149
↓ 1 callersMethodmedia_src
(&self)
src/layout/box.rs:142
↓ 1 callersMethodmin_height_px
(&self)
src/css/style_map.rs:164
↓ 1 callersMethodmin_height_resolved
( &self, available_height: f32, font_size: f32, root_font_size: f32, v
src/css/style_map_resolve.rs:51
↓ 1 callersFunctionnamespace_for_element
(name: &str, parent_ns: &markup5ever::Namespace)
src/blitz_document.rs:1720
↓ 1 callersMethodnavigate_to
Navigates to a new URL by fetching HTML, parsing the DOM, extracting styles, executing script tags, resetting caches, and performing a full viewport r
src/window/input.rs:271
↓ 1 callersFunctionneeds_block_vertical_padding
(kind: &LayoutKind, styles: &crate::css::StyleMap)
src/layout/taffy_layout.rs:219
↓ 1 callersFunctionneeds_legacy_for_node
(node: &StyledNode)
src/layout/engine.rs:29
↓ 1 callersFunctionneeds_legacy_layout
(node: &StyledNode)
src/layout/engine.rs:22
↓ 1 callersFunctionnextInTree
(n)
src/js_polyfills/v8_post.js:98
↓ 1 callersFunctionnext_render_mapped_sibling
( registry: &Rc<NodeRegistry>, parent: &NodePtr, node: &NodePtr, )
src/js_v8/tree/mutation.rs:404
↓ 1 callersFunctionnode_matches_any
( selectors: &[Selector<AuroraSelectorImpl>], node: &NodePtr, root: &NodePtr, )
src/js_v8/selectors/query.rs:217
↓ 1 callersFunctionnode_name
(node: &NodePtr)
src/js_v8/node_create.rs:806
↓ 1 callersMethodnormal_rank
(self)
src/css/ast.rs:33
↓ 1 callersFunctionnormalizeAttributedStringProps
(el)
src/js_polyfills/custom_elements.js:1478
↓ 1 callersFunctionnormalize_path
(path: PathBuf)
src/fetch/resolve.rs:82
↓ 1 callersMethodopacity
(&self)
src/css/style_map_resolve.rs:131
↓ 1 callersFunctionpace
(url: &str)
src/fetch/http.rs:74
↓ 1 callersMethodpaint
( &mut self, scene: &mut vello::Scene, width: u32, url: &str, dom: &No
src/window/chrome/dioxus_chrome.rs:248
↓ 1 callersFunctionpaint_content_layer
(app: &mut AuroraApp, scene: &mut Scene, width: u32, height: u32)
src/window/app.rs:262
↓ 1 callersFunctionpaint_layout_box
( layout_box: &crate::layout::LayoutBox, backend: &mut ImageBackend, images: &crate::ImageCache,
src/render/headless.rs:97
↓ 1 callersMethodparent_node
(&self)
src/stylo_bridge/impls.rs:101
↓ 1 callersFunctionparse_border_color_shorthand
(value: Option<&str>)
src/css/shorthand.rs:119
↓ 1 callersFunctionparse_border_width_shorthand
(value: Option<&str>)
src/css/shorthand.rs:103
↓ 1 callersFunctionparse_declaration_block
(input: &mut Parser<'i, '_>)
src/css/stylesheet.rs:360
↓ 1 callersFunctionparse_declarations_for_style_attribute
Exposed for headless/inline use — parses declarations from a style attribute.
src/css/stylesheet.rs:518
↓ 1 callersFunctionparse_inline_declarations
(css: &str)
src/css/inline_style.rs:10
↓ 1 callersFunctionparse_inline_style
( css: &str, guard: &SharedRwLock, )
src/stylo_bridge/arena.rs:165
↓ 1 callersFunctionparse_margin_shorthand
(value: Option<&str>)
src/css/shorthand.rs:4
↓ 1 callersFunctionparse_selector_list
Parse a comma-separated selector string into a `SelectorList`. Returns `None` if parsing fails entirely.
src/css/selectors_impl.rs:277
↓ 1 callersFunctionparse_snapshot_rebuild_threshold
(raw: Option<String>)
src/window/input.rs:394
↓ 1 callersFunctionpercent_decode
(value: &str)
src/fetch/data_url.rs:21
↓ 1 callersMethodperform_paint
(&mut self)
src/js_v8/runtime.rs:1940
↓ 1 callersMethodperform_sync_reflow
Forces a synchronous reflow of both supported workflows. This is intentionally dual-path: the live renderer paints through Blitz DOM and Blitz Paint,
src/window/app.rs:80
↓ 1 callersMethodpoll
(&mut self, id: u32)
src/js_v8/runtime.rs:105
↓ 1 callersFunctionposition_column
( children: &mut [LayoutBox], total_child_height: f32, resolved_content_height: f32, ctx: &Fle
src/layout/flex/column.rs:7
↓ 1 callersFunctionposition_row
( children: &mut [LayoutBox], total_child_width: f32, resolved_content_height: f32, ctx: &Flex
src/layout/flex/row.rs:7
↓ 1 callersFunctionposition_wrapped_rows
( children: &mut [LayoutBox], styles: &StyleMap, viewport_height: f32, ctx: &FlexContext, )
src/layout/flex/row_wrap.rs:9
↓ 1 callersFunctionprepend_child_ptr
(parent: &NodePtr, child: &NodePtr)
src/js_v8/tree/mutation.rs:465
↓ 1 callersFunctionprimeTree
(root)
src/js_polyfills/custom_elements.js:2199
↓ 1 callersFunctionprint_compat_summary
()
src/logging.rs:71
↓ 1 callersFunctionprint_debug_output
( cli: &CliOptions, dom: &crate::dom::NodePtr, style_tree: Option<&StyleTree>, layout: &Layout
src/runner/pipeline.rs:549
↓ 1 callersFunctionprune_whitespace_text
(node: &NodePtr, preserve_text_whitespace: bool)
src/html/parser.rs:295
↓ 1 callersFunctionpush_base64_chunk
(chunk: &[Option<u8>; 4], out: &mut Vec<u8>)
src/fetch/data_url.rs:73
↓ 1 callersFunctionpush_node
( arena: &mut Vec<ArenaNode>, guard: &SharedRwLock, parent: Option<usize>, ptr: &NodePtr, )
src/stylo_bridge/arena.rs:115
↓ 1 callersMethodready_timers
(&mut self, now: Instant)
src/js_v8/runtime.rs:1008
↓ 1 callersMethodrebuild
Full rebuild. Call when DOM structure changes (appendChild, removeChild, innerHTML).
src/layout/document.rs:60
↓ 1 callersMethodreflow
(&mut self, width: u32, height: u32)
src/window/input.rs:70
↓ 1 callersFunctionregisterDomModule
(el)
src/js_polyfills/custom_elements.js:927
↓ 1 callersFunctionregister_character
( ch: char, font: &ab_glyph::FontRef<'static>, scale: PxScale, atlas: &mut GlyphAtlas, pac
src/font/atlas_builder.rs:28
↓ 1 callersMethodregistered_nodes
(&self)
src/js_v8/registry.rs:408
↓ 1 callersMethodremove_child_from_parent
(&self, target: &NodePtr)
src/html/parser.rs:74
↓ 1 callersFunctionremove_child_ptr
(parent: &NodePtr, child: &NodePtr)
src/js_v8/tree/mutation.rs:554
↓ 1 callersMethodremove_event_listener
( &self, scope: &mut v8::PinScope<'_, '_>, node_id: u32, event_type: &str,
src/js_v8/registry.rs:84
↓ 1 callersFunctionremove_subtree_mappings_for_children
( node: &NodePtr, legacy_to_blitz: &mut BTreeMap<usize, usize>, blitz_to_legacy: &mut BTreeMap<usi
src/blitz_document.rs:1620
↓ 1 callersMethodrender
(&mut self)
src/window/app.rs:100
↓ 1 callersFunctionrender_blitz_content
( blitz_doc: &std::rc::Rc<std::cell::RefCell<crate::blitz_document::BlitzDocument>>, width: u32, h
src/window/screenshot/mod.rs:60
↓ 1 callersFunctionrender_blitz_to_image
( dom: &crate::dom::NodePtr, base_url: Option<&str>, identity: &Identity, width: u32, heig
src/render/headless.rs:74
↓ 1 callersFunctionrender_browser_chrome
( img: &mut ScreenshotImage, width: u32, url: &str, dom: &crate::dom::NodePtr, identity: &
src/window/screenshot/chrome.rs:14
↓ 1 callersMethodrender_document
( &self, )
src/js_v8/registry.rs:160
↓ 1 callersFunctionrender_fixture_to_image
Render an HTML fixture file to an RGBA image.
src/render/headless.rs:37
↓ 1 callersFunctionrender_scrollbars
( layout_box: &crate::layout::LayoutBox, img: &mut ScreenshotImage, offset_x: i32, offset_y: i
src/window/screenshot/scrollbar.rs:6
↓ 1 callersFunctionrender_text_simple
( img: &mut ScreenshotImage, text: &str, x: i32, y: i32, color: Rgba<u8>, font_size: u
src/window/screenshot/text.rs:4
↓ 1 callersFunctionrender_to_file
(mut input: WindowInput, path: &str)
src/window/screenshot/mod.rs:18
↓ 1 callersFunctionrender_url_to_image
Fetch a URL and render it to an RGBA image using the software backend.
src/render/headless.rs:17
↓ 1 callersFunctionrenderer_for_surface
( renderers: &'a mut [Option<Renderer>], dev_id: usize, device: &wgpu::Device, )
src/window/app.rs:243
↓ 1 callersFunctionrepair_leaked_style_thread_state
Repair Stylo's thread-local style state after a caught panic. `blitz_dom::BaseDocument::resolve_stylist` brackets the style traversal with `thread_st
src/blitz_document.rs:1779
↓ 1 callersFunctionreplace_child_ptr
(parent: &NodePtr, new_child: &NodePtr, old_child: &NodePtr)
src/js_v8/tree/mutation.rs:571
↓ 1 callersFunctionresolveBindingArg
(el, arg)
src/js_polyfills/custom_elements.js:1684
↓ 1 callersFunctionresolveBindingExpr
(el, expr)
src/js_polyfills/custom_elements.js:1700
↓ 1 callersFunctionresolveExpr
(expr, item, as, indexAs, index, host)
src/js_polyfills/polymer_shim.js:166
↓ 1 callersFunctionresolve_relative_file_url
(base_path: &str, relative: &str)
src/fetch/resolve.rs:48
↓ 1 callersMethodresolve_single_value
( &self, value: &str, ancestors: &[&StyleMap], depth: u8, )
src/css/style_map_resolve.rs:156
↓ 1 callersFunctionresolve_styles
Run the stylo cascade over `doc`, writing computed styles into each arena node's `stylo_data` cell.
src/stylo_bridge/mod.rs:68
↓ 1 callersMethodresolve_vars
(&mut self, ancestors: &[&StyleMap])
src/css/style_map_resolve.rs:142
↓ 1 callersFunctionrewriteScopedSelector
(sel, tag)
src/js_polyfills/custom_elements.js:798
↓ 1 callersFunctionrewriteSelectorList
(list, tag)
src/js_polyfills/custom_elements.js:822
↓ 1 callersFunctionrow_heights
(children: &[LayoutBox], rows: &[Vec<usize>])
src/layout/flex/row_wrap.rs:82
↓ 1 callersFunctionrow_width
(children: &[LayoutBox], row: &[usize], gap: f32)
src/layout/flex/row_wrap.rs:100
↓ 1 callersFunctionrun_browser
(cli: CliOptions, identity: Identity)
src/runner/pipeline.rs:17
↓ 1 callersMethodrun_frame_tasks
(&mut self)
src/window/app.rs:47
↓ 1 callersFunctionrun_scripts
( dom: &crate::dom::NodePtr, base_url: Option<&str>, identity: &Identity, render_document: Opt
src/runner/pipeline.rs:153
↓ 1 callersMethodschedule_snapshot_rebuild_reason
(&self, reason: SnapshotRebuildReason)
src/js_v8/registry.rs:135
← previousnext →601–700 of 1,438, ranked by callers