Searched refs:_StartElement (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.h103 static void _StartElement(Svg2PictureView *view, const XML_Char *name, const XML_Char **attributes);
H A DSVGViewView.cpp194 XML_SetElementHandler(parser, (XML_StartElementHandler)_StartElement, (XML_EndElementHandler)_EndElement);
1258 void Svg2PictureView::_StartElement(Svg2PictureView *view, const XML_Char *name, const XML_Char **attributes) { function in class:Svg2PictureView

Completed in 86 milliseconds