Searched refs:a_node (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-sel-eng.h64 CRXMLNodePtr a_node) ;
85 CRXMLNodePtr a_node,
90 CRXMLNodePtr a_node,
97 CRXMLNodePtr a_node,
102 CRXMLNodePtr a_node,
H A Dcr-sel-eng.c62 CRNodeIface const * a_node_iface, CRXMLNodePtr a_node);
65 CRNodeIface const * a_node_iface, CRXMLNodePtr a_node);
68 CRNodeIface const * a_node_iface, CRXMLNodePtr a_node);
72 CRXMLNodePtr a_node,
80 CRXMLNodePtr a_node,
92 CRXMLNodePtr a_node);
96 CRXMLNodePtr a_node);
100 CRXMLNodePtr a_node);
102 static CRXMLNodePtr get_next_element_node (CRNodeIface const * a_node_iface, CRXMLNodePtr a_node);
104 static CRXMLNodePtr get_next_child_element_node (CRNodeIface const * a_node_iface, CRXMLNodePtr a_node);
123 lang_pseudo_class_handler(CRSelEng *const a_this, CRAdditionalSel * a_sel, CRXMLNodePtr a_node) argument
168 first_child_pseudo_class_handler(CRSelEng *const a_this, CRAdditionalSel * a_sel, CRXMLNodePtr const a_node) argument
196 pseudo_class_add_sel_matches_node(CRSelEng * a_this, CRAdditionalSel * a_add_sel, CRXMLNodePtr a_node) argument
227 class_add_sel_matches_node(CRAdditionalSel * a_add_sel, CRNodeIface const * a_node_iface, CRXMLNodePtr a_node) argument
278 id_add_sel_matches_node(CRAdditionalSel * a_add_sel, CRNodeIface const * a_node_iface, CRXMLNodePtr a_node) argument
316 attr_add_sel_matches_node(CRAdditionalSel * a_add_sel, CRNodeIface const * a_node_iface, CRXMLNodePtr a_node) argument
460 additional_selector_matches_node(CRSelEng * a_this, CRAdditionalSel * a_add_sel, CRXMLNodePtr a_node) argument
530 get_next_element_node(CRNodeIface const * a_node_iface, CRXMLNodePtr a_node) argument
546 get_next_child_element_node(CRNodeIface const * a_node_iface, CRXMLNodePtr a_node) argument
561 get_prev_element_node(CRNodeIface const * a_node_iface, CRXMLNodePtr a_node) argument
574 get_next_parent_element_node(CRNodeIface const * a_node_iface, CRXMLNodePtr a_node) argument
605 sel_matches_node_real(CRSelEng * a_this, CRSimpleSel * a_sel, CRXMLNodePtr a_node, gboolean * a_result, gboolean a_eval_sel_list_from_end, gboolean a_recurse) argument
803 cr_sel_eng_get_matched_rulesets_real(CRSelEng * a_this, CRStyleSheet * a_stylesheet, CRXMLNodePtr a_node, CRStatement ** a_rulesets, gulong * a_len) argument
1298 cr_sel_eng_matches_node(CRSelEng * a_this, CRSimpleSel * a_sel, CRXMLNodePtr a_node, gboolean * a_result) argument
1334 cr_sel_eng_get_matched_rulesets(CRSelEng * a_this, CRStyleSheet * a_sheet, CRXMLNodePtr a_node, CRStatement *** a_rulesets, gulong * a_len) argument
1400 cr_sel_eng_get_matched_properties_from_cascade(CRSelEng * a_this, CRCascade * a_cascade, CRXMLNodePtr a_node, CRPropList ** a_props) argument
1501 cr_sel_eng_get_matched_style(CRSelEng * a_this, CRCascade * a_cascade, CRXMLNodePtr a_node, CRStyle * a_parent_style, CRStyle ** a_style, gboolean a_set_props_to_initial_values) argument
[all...]
/inkscape/src/ui/dialog/
H A Docaldialogs.h416 void populate_from_xml(xmlNode* a_node);
H A Docaldialogs.cpp968 void SearchResultList::populate_from_xml(xmlNode * a_node) argument
972 for (xmlNode *cur_node = a_node; cur_node; cur_node = cur_node->next) {

Completed in 853 milliseconds