Searched refs:onText (Results 1 – 5 of 5) sorted by relevance
94 return this->onText(text, len); in text()102 bool SkXMLParser::onText(const char text[], int len) {return false; } in onText() function in SkXMLParser
283 bool onText(const char text[], int len) override { in onText() function in SkDOMParser
50 virtual bool onText(const char text[], int len);
72 virtual bool onText(const char text[], int len);
219 bool SkSVGParser::onText(const char text[], int len) { in onText() function in SkSVGParser