Searched defs:appendString (Results 1 – 8 of 8) sorted by relevance
35 void FormDataList::appendString(const String& string) in appendString() function in WebCore::FormDataList41 void FormDataList::appendString(const CString& string) in appendString() function in WebCore::FormDataList
33 Appendable::appendString(const UChar *s, int32_t length) { in appendString() function in Appendable
1725 UnicodeStringAppendable::appendString(const UChar *s, int32_t length) { in appendString() function in UnicodeStringAppendable
95 public void appendString(String input) { in appendString() method in JavascriptTokenBuffer
160 void appendString(const SkString& string) { in appendString() function
168 void MarkupAccumulator::appendString(const String& string) in appendString() function in WebCore::MarkupAccumulator
123 virtual void appendString(const String& s) { return MarkupAccumulator::appendString(s); } in appendString() function in WebCore::StyledMarkupAccumulator