Searched refs:findIfValid (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dattribute-rel-svg.h25 static bool findIfValid(Glib::ustring attribute, Glib::ustring element);
H A Dattribute-rel-css.h26 static bool findIfValid(Glib::ustring property, Glib::ustring element);
H A Dattribute-rel-svg.cpp34 bool SPAttributeRelSVG::findIfValid(Glib::ustring attribute, Glib::ustring element) function in class:SPAttributeRelSVG
H A Dattribute-rel-util.cpp204 if( !SPAttributeRelCSS::findIfValid( property, element ) ) {
279 if( !SPAttributeRelCSS::findIfValid( attribute, element ) ) {
294 if ( !SPAttributeRelSVG::findIfValid( attribute, element ) ) {
H A Dattribute-rel-css.cpp37 bool SPAttributeRelCSS::findIfValid(Glib::ustring property, Glib::ustring element) function in class:SPAttributeRelCSS

Completed in 15 milliseconds