Searched refs:fNoun (Results 1 – 2 of 2) sorted by relevance
39 bool hasNoun() const { return fNoun.size() > 0; } in hasNoun()42 void setNoun(const SkString& str) { fNoun.set(str); } in setNoun()43 void setNoun(const char* ch) { fNoun.set(ch); } in setNoun()44 void setNoun(const char* ch, size_t len) { fNoun.set(ch, len); } in setNoun()50 SkString fNoun; variable
39 temp.append(fNoun); in getErrorString()