HomeSort by relevance Sort by last modified time
    Searched defs:fNoun (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/xml/
SkXMLParser.h 39 bool hasNoun() const { return fNoun.size() > 0; }
42 void setNoun(const SkString& str) { fNoun.set(str); }
43 void setNoun(const char* ch) { fNoun.set(ch); }
44 void setNoun(const char* ch, size_t len) { fNoun.set(ch, len); }
50 SkString fNoun;
  /external/skia/include/xml/
SkXMLParser.h 39 bool hasNoun() const { return fNoun.size() > 0; }
42 void setNoun(const SkString& str) { fNoun.set(str); }
43 void setNoun(const char* ch) { fNoun.set(ch); }
44 void setNoun(const char* ch, size_t len) { fNoun.set(ch, len); }
50 SkString fNoun;

Completed in 76 milliseconds