Lines Matching refs:token

13                                                    lxb_html_token_t *token);
17 lxb_html_token_t *token);
22 lxb_html_token_t *token) in lxb_html_tree_insertion_mode_in_head_noscript() argument
24 if (token->type & LXB_HTML_TOKEN_TYPE_CLOSE) { in lxb_html_tree_insertion_mode_in_head_noscript()
25 return lxb_html_tree_insertion_mode_in_head_noscript_closed(tree, token); in lxb_html_tree_insertion_mode_in_head_noscript()
28 return lxb_html_tree_insertion_mode_in_head_noscript_open(tree, token); in lxb_html_tree_insertion_mode_in_head_noscript()
33 lxb_html_token_t *token);
38 lxb_html_token_t *token) in lxb_html_tree_insertion_mode_in_head_noscript_open() argument
40 switch (token->tag_id) { in lxb_html_tree_insertion_mode_in_head_noscript_open()
42 lxb_html_tree_parse_error(tree, token, in lxb_html_tree_insertion_mode_in_head_noscript_open()
47 return lxb_html_tree_insertion_mode_in_body(tree, token); in lxb_html_tree_insertion_mode_in_head_noscript_open()
56 return lxb_html_tree_insertion_mode_in_head(tree, token); in lxb_html_tree_insertion_mode_in_head_noscript_open()
60 lxb_html_tree_parse_error(tree, token, in lxb_html_tree_insertion_mode_in_head_noscript_open()
68 tree->status = lxb_html_token_data_split_ws_begin(token, &ws_token); in lxb_html_tree_insertion_mode_in_head_noscript_open()
81 if (token->text_start == token->text_end) { in lxb_html_tree_insertion_mode_in_head_noscript_open()
89 token); in lxb_html_tree_insertion_mode_in_head_noscript_open()
97 lxb_html_token_t *token) in lxb_html_tree_insertion_mode_in_head_noscript_closed() argument
99 if(token->tag_id == LXB_TAG_BR) { in lxb_html_tree_insertion_mode_in_head_noscript_closed()
101 token); in lxb_html_tree_insertion_mode_in_head_noscript_closed()
104 lxb_html_tree_parse_error(tree, token, LXB_HTML_RULES_ERROR_UNTO); in lxb_html_tree_insertion_mode_in_head_noscript_closed()
111 lxb_html_token_t *token) in lxb_html_tree_insertion_mode_in_head_noscript_anything_else() argument
113 lxb_html_tree_parse_error(tree, token, in lxb_html_tree_insertion_mode_in_head_noscript_anything_else()