mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb: Move function parsing to separate method
This commit is contained in:
parent
47fc91ed43
commit
570e43a66a
Notes:
sideshowbarker
2024-07-17 01:53:23 +09:00
Author: https://github.com/stelar7
Commit: 570e43a66a
Pull-request: https://github.com/SerenityOS/serenity/pull/19158
Reviewed-by: https://github.com/AtkinsSJ ✅
2 changed files with 22 additions and 13 deletions
|
@ -289,6 +289,7 @@ private:
|
|||
ErrorOr<RefPtr<StyleValue>> parse_builtin_value(ComponentValue const&);
|
||||
ErrorOr<RefPtr<StyleValue>> parse_dynamic_value(ComponentValue const&);
|
||||
ErrorOr<RefPtr<CalculatedStyleValue>> parse_calculated_value(Vector<ComponentValue> const&);
|
||||
ErrorOr<OwnPtr<CalculationNode>> parse_a_calc_function_node(Function const&);
|
||||
ErrorOr<RefPtr<StyleValue>> parse_dimension_value(ComponentValue const&);
|
||||
ErrorOr<RefPtr<StyleValue>> parse_integer_value(TokenStream<ComponentValue>&);
|
||||
ErrorOr<RefPtr<StyleValue>> parse_number_value(TokenStream<ComponentValue>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue