Searched refs:setNoun (Results 1 – 4 of 4) sorted by relevance
107 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()126 fError->setNoun(name); in onAddAttributeLen()134 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()141 fError->setNoun(attrValue, attrValueLen); in onAddAttributeLen()148 fError->setNoun(name); in onAddAttributeLen()245 fError->setNoun(name, len); in onStartElementLen()257 fError->setNoun(name, len); in onStartElementLen()
95 void setErrorNoun(const SkString& str) { if (fError.hasError() == false) fError.setNoun(str); } in setErrorNoun()
106 fError.setNoun(uri); in decodeURI()
42 void setNoun(const SkString& str) { fNoun.set(str); } in setNoun() function43 void setNoun(const char* ch) { fNoun.set(ch); } in setNoun() function44 void setNoun(const char* ch, size_t len) { fNoun.set(ch, len); } in setNoun() function