Searched defs:href_key (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/xml/
H A Drebase-hrefs.cpp111 GQuark const href_key = g_quark_from_static_string("xlink:href"); local
123 if (ai->key == href_key) {
147 ret = cons(AttributeRecord(href_key, share_string(new_href.c_str())), ret); // Check if this is safe/copied or if it is only held.
H A Drepr-io.cpp1009 GQuark const href_key = g_quark_from_static_string("xlink:href"); local
1015 if ( ai->key == href_key ) {

Completed in 23 milliseconds