Searched refs:onText (Results 1 – 6 of 6) sorted by relevance
12 function onText(data) { function44 chrome.extension.sendRequest({'action' : 'fetchTwitterFeed'}, onText);
79 return this->onText(text, len); in text()87 bool SkXMLParser::onText(const char text[], int len) {return false; } in onText() function in SkXMLParser
28 this.onText = NoOp;82 that.onText(parsed.parameters[0],
72 virtual bool onText(const char text[], int len);
299 bool SkXMLParser::onText(char const*, int ) { return false;} in onText() function in SkXMLParser
219 bool SkSVGParser::onText(const char text[], int len) { in onText() function in SkSVGParser