MCPcopy Create free account

hub / github.com/d0iasm/vulbr / functions

Functions178 in github.com/d0iasm/vulbr

↓ 1 callersMethodparse_ast
SourceElements ::= ( SourceElement )+ Program ::= ( SourceElements )? <EOF>
src/renderer/js/ast.rs:569
↓ 1 callersMethodparse_stylesheet
https://www.w3.org/TR/css-syntax-3/#parse-stylesheet
src/renderer/css/cssom.rs:405
↓ 1 callersMethodpop_current_node
Returns true if the current node's kind is same as NodeKind::Element::<element_kind>.
src/renderer/html/dom.rs:336
↓ 1 callersMethodprimary_expression
Literal ::= ( <DECIMAL_LITERAL> | <HEX_INTEGER_LITERAL> | <STRING_LITERAL> | <BOOLEAN_LITERAL> | <NULL_LITERAL> | <REGULAR_EXPRESSION_LITERAL> ) Prim
src/renderer/js/ast.rs:184
↓ 1 callersFunctionprint_ast
for debug
src/main.rs:86
↓ 1 callersMethodreconsume_input
Reconsumes the character consumed in a previous step. The `reconsume` flag is reset once `reconsume_input` is called.
src/renderer/html/token.rs:100
↓ 1 callersMethodrgb
(&self)
src/renderer/layout/color.rs:132
↓ 1 callersMethodset_body
(&mut self, body: Vec<Rc<Node>>)
src/renderer/js/ast.rs:19
↓ 1 callersMethodset_declarations
(&mut self, declarations: Vec<Declaration>)
src/renderer/css/cssom.rs:96
↓ 1 callersMethodset_rules
(&mut self, rules: Vec<QualifiedRule>)
src/renderer/css/cssom.rs:47
↓ 1 callersMethodset_selector
(&mut self, selector: Selector)
src/renderer/css/cssom.rs:92
↓ 1 callersMethodset_self_closing_flag
Sets `self_closing` flag to the `latest_token`.
src/renderer/html/token.rs:181
↓ 1 callersMethodset_style
(&mut self, declarations: Vec<Declaration>)
src/renderer/layout/render_tree.rs:273
↓ 1 callersMethodset_value
(&mut self, value: ComponentValue)
src/renderer/css/cssom.rs:133
↓ 1 callersMethodsetup_actions
(&self)
src/gui/browser_window/mod.rs:31
↓ 1 callersMethodsetup_callbacks
(&self)
src/gui/browser_window/mod.rs:21
↓ 1 callersFunctionshould_create_new_box
(kind: &NodeKind)
src/gui/mod.rs:16
↓ 1 callersFunctionstart_browser_window
(handle_input: fn(String) -> RenderTree)
src/gui/mod.rs:202
↓ 1 callersMethodstatus_code
(&self)
src/http.rs:139
↓ 1 callersMethodswitch_context
https://html.spec.whatwg.org/multipage/parsing.html#parsing-html-fragments
src/renderer/html/token.rs:217
↓ 1 callersMethodupdate_first_child
(&mut self, first_child: Option<Rc<RefCell<Node>>>)
src/renderer/html/dom.rs:40
↓ 1 callersMethodvariable_declaration
VariableDeclarationList ::= VariableDeclaration ( "," VariableDeclaration ) VariableDeclaration ::= Identifier ( Initialiser )?
src/renderer/js/ast.rs:387
Method_code
(&self)
src/renderer/layout/color.rs:128
Method_from_rgb
()
src/renderer/layout/color.rs:115
Method_post
TODO: support correctly
src/http.rs:58
Methodadd
(self, rhs: RuntimeValue)
src/renderer/js/runtime.rs:67
Methodclass_init
(klass: &mut Self::Class)
src/gui/browser_window/imp.rs:23
Methodclear_content_area
(&self)
src/gui/browser_window/mod.rs:52
Methodconstructed
(&self, obj: &Self::Type)
src/gui/browser_window/imp.rs:33
Methodcreate_render_object
( node: &Option<Rc<RefCell<Node>>>, parent_obj: &Option<Rc<RefCell<RenderObject>>>, cs
src/renderer/layout/render_tree.rs:440
Methodcreate_render_tree
Converts DOM tree to render tree.
src/renderer/layout/render_tree.rs:475
Methoddefault_display_type
(node: &Rc<RefCell<Node>>)
src/renderer/layout/render_tree.rs:38
Methoddefault_font_size
(node: &Rc<RefCell<Node>>)
src/renderer/layout/render_tree.rs:58
Methoddo_GET
(self)
work/4-3.py:5
Methodelement_kind_to_string
associated function
src/renderer/html/dom.rs:138
Methodeq
(&self, other: &Self)
src/renderer/js/runtime.rs:46
Methodeq
(&self, other: &Self)
src/renderer/html/dom.rs:74
Methodextract_host
(url: &String)
src/url.rs:58
Methodextract_path
(url: &String)
src/url.rs:64
Methodextract_port
(url: &String)
src/url.rs:73
Methodextract_scheme
(url: &String)
src/url.rs:39
Methodfrom_code
(code: &str)
src/renderer/layout/color.rs:70
Methodfrom_name
(name: &str)
src/renderer/layout/color.rs:12
Methodget_content_area
(&self)
src/gui/browser_window/mod.rs:48
Functionhandle_input
(url: String)
src/main.rs:92
Methodinstance_init
(obj: &InitializingObject<Self>)
src/gui/browser_window/imp.rs:27
Methodlast_child
(&self)
src/renderer/html/dom.rs:49
Functionmain
()
src/main.rs:179
Methodnew
(original_url: String)
src/url.rs:83
Methodnew
(name: String, value: String)
src/http.rs:16
Methodnew
(node: &Rc<RefCell<Node>>)
src/renderer/layout/render_tree.rs:25
Methodnew
(outer: Option<Rc<RefCell<Environment>>>)
src/renderer/js/runtime.rs:87
Methodnew
()
src/renderer/js/ast.rs:15
Methodnew
(js: String)
src/renderer/js/token.rs:29
Methodnew
(kind: NodeKind)
src/renderer/html/dom.rs:25
Methodnew
()
src/renderer/html/attribute.rs:11
Methodnew
(html: String)
src/renderer/html/token.rs:80
Methodnew
()
src/renderer/css/cssom.rs:43
Methodnew
(css: String)
src/renderer/css/token.rs:48
Methodnew
(app: &Application)
src/gui/browser_window/mod.rs:17
Methodnew_assignment_expression
( operator: char, left: Option<Rc<Node>>, right: Option<Rc<Node>>, )
src/renderer/js/ast.rs:96
Methodnew_binary_expression
( operator: char, left: Option<Rc<Node>>, right: Option<Rc<Node>>, )
src/renderer/js/ast.rs:84
Methodnew_block_statement
(body: Vec<Option<Rc<Self>>>)
src/renderer/js/ast.rs:112
Methodnew_call_expression
( callee: Option<Rc<Self>>, arguments: Vec<Option<Rc<Self>>>, )
src/renderer/js/ast.rs:146
Methodnew_expression_statement
(expression: Option<Rc<Self>>)
src/renderer/js/ast.rs:108
Methodnew_function_declaration
( id: Option<Rc<Self>>, params: Vec<Option<Rc<Self>>>, body: Option<Rc<Self>>, )
src/renderer/js/ast.rs:120
Methodnew_identifier
(name: String)
src/renderer/js/ast.rs:153
Methodnew_member_expression
( object: Option<Rc<Self>>, property: Option<Rc<Self>>, )
src/renderer/js/ast.rs:139
Methodnew_numeric_literal
(value: u64)
src/renderer/js/ast.rs:157
Methodnew_return_statement
(argument: Option<Rc<Self>>)
src/renderer/js/ast.rs:116
Methodnew_string_literal
(value: String)
src/renderer/js/ast.rs:161
Methodnew_variable_declaration
(declarations: Vec<Option<Rc<Self>>>)
src/renderer/js/ast.rs:135
Methodnew_variable_declarator
( id: Option<Rc<Self>>, init: Option<Rc<Self>>, )
src/renderer/js/ast.rs:128
Functionpaint_render_tree
(obj: &Option<Rc<RefCell<RenderObject>>>, parent_content_area: &Box)
src/gui/mod.rs:168
Methodprevious_sibling
(&self)
src/renderer/html/dom.rs:54
Methodremove_scheme
(url: &String, scheme: &Protocol)
src/url.rs:53
Methodsignals
()
src/gui/browser_window/imp.rs:41
Methodstr_to_element_kind
associated function
src/renderer/html/dom.rs:107
← previous101–178 of 178, ranked by callers