Searched refs:lxb_selectors_match_id (Results 1 – 2 of 2) sorted by relevance
61 lxb_selectors_match_id(const lxb_css_selector_t *selector, lxb_dom_node_t *node);1115 return lxb_selectors_match_id(selector, node); in lxb_selectors_match()1171 lxb_selectors_match_id(const lxb_css_selector_t *selector, lxb_dom_node_t *node) in lxb_selectors_match_id() function
159 lxb_selectors_match_id(const lxb_css_selector_t *selector, const xmlNode *node, bool quirks);1165 … return lxb_selectors_match_id(selector, node, selectors->options & LXB_SELECTORS_OPT_QUIRKS_MODE); in lxb_selectors_match()1216 lxb_selectors_match_id(const lxb_css_selector_t *selector, const xmlNode *node, bool quirks) in lxb_selectors_match_id() function
Completed in 13 milliseconds