• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/

Lines Matching refs:CRSelEng

29  *@CRSelEng:
31 *The definition of the #CRSelEng class.
32 *The #CRSelEng is actually the "Selection Engine"
69 static enum CRStatus sel_matches_node_real (CRSelEng * a_this,
76 static enum CRStatus cr_sel_eng_get_matched_rulesets_real (CRSelEng * a_this,
88 static gboolean pseudo_class_add_sel_matches_node (CRSelEng * a_this,
93 static gboolean lang_pseudo_class_handler (CRSelEng * a_this,
97 static gboolean first_child_pseudo_class_handler (CRSelEng * a_this,
110 lang_pseudo_class_handler (CRSelEng * a_this,
153 first_child_pseudo_class_handler (CRSelEng * a_this,
180 pseudo_class_add_sel_matches_node (CRSelEng * a_this,
477 additional_selector_matches_node (CRSelEng * a_this,
618 sel_matches_node_real (CRSelEng * a_this, CRSimpleSel * a_sel,
812 cr_sel_eng_get_matched_rulesets_real (CRSelEng * a_this,
1108 *Creates a new instance of #CRSelEng.
1110 *Returns the newly built instance of #CRSelEng of
1113 CRSelEng *
1116 CRSelEng *result = NULL;
1118 result = g_try_malloc (sizeof (CRSelEng));
1123 memset (result, 0, sizeof (CRSelEng));
1146 *@a_this: the current instance of #CRSelEng
1157 cr_sel_eng_register_pseudo_class_sel_handler (CRSelEng * a_this,
1188 cr_sel_eng_unregister_pseudo_class_sel_handler (CRSelEng * a_this,
1223 *@a_this: the current instance of #CRSelEng .
1232 cr_sel_eng_unregister_all_pseudo_class_sel_handlers (CRSelEng * a_this)
1259 cr_sel_eng_get_pseudo_class_selector_handler (CRSelEng * a_this,
1305 cr_sel_eng_matches_node (CRSelEng * a_this, CRSimpleSel * a_sel,
1341 cr_sel_eng_get_matched_rulesets (CRSelEng * a_this,
1407 cr_sel_eng_get_matched_properties_from_cascade (CRSelEng * a_this,
1508 cr_sel_eng_get_matched_style (CRSelEng * a_this,
1552 *The destructor of #CRSelEng
1555 cr_sel_eng_destroy (CRSelEng * a_this)