mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
LibWeb: Add some iteration helpers to LayoutNode
- for_each_child_of_type<T> - previous_sibling_of_type<T>
This commit is contained in:
parent
f2d40ac2b2
commit
b4d4d6b32a
Notes:
sideshowbarker
2024-07-19 05:44:03 +09:00
Author: https://github.com/awesomekling
Commit: b4d4d6b32a
2 changed files with 100 additions and 60 deletions
|
@ -47,8 +47,10 @@ class HTMLImageElement;
|
|||
class HTMLScriptElement;
|
||||
class PageView;
|
||||
class ImageData;
|
||||
class LayoutBlock;
|
||||
class LayoutDocument;
|
||||
class LayoutNode;
|
||||
class LayoutNodeWithStyle;
|
||||
class LoadRequest;
|
||||
class MouseEvent;
|
||||
class Node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue