Home
last modified time | relevance | path

Searched refs:appendString (Results 1 – 25 of 46) sorted by relevance

12

/external/webkit/Source/WebCore/html/
DFormDataList.h51 appendString(key); in appendData()
52 appendString(value); in appendData()
56 appendString(key); in appendData()
57 appendString(value); in appendData()
61 appendString(key); in appendData()
62 appendString(String::number(value)); in appendData()
66 appendString(key); in appendBlob()
74 void appendString(const CString&);
75 void appendString(const String&);
DFormDataList.cpp33 void FormDataList::appendString(const String& s) in appendString() function in WebCore::FormDataList
39 void FormDataList::appendString(const CString& s) in appendString() function in WebCore::FormDataList
/external/webkit/Source/WebKit/mac/History/
DWebBackForwardList.mm267 [result appendString:@"\n--------------------------------------------\n"];
268 [result appendString:@"WebBackForwardList:\n"];
276 [result appendString:@" >>>"];
278 [result appendString:@" "];
282 [result appendString:[kit(entries[i].get()) description]];
288 [result appendString:@"\n"];
291 [result appendString:@"\n--------------------------------------------\n"];
DWebHistoryItem.mm221 [result appendString:@" *target*"];
224 [result appendString:@" *POST*"];
233 [result appendString:@"\n"];
234 [result appendString:[child description]];
/external/icu4c/common/unicode/
Dappendable.h76 virtual UBool appendString(const UChar *s, int32_t length);
181 virtual UBool appendString(const UChar *s, int32_t length);
/external/webkit/Tools/DumpRenderTree/mac/
DAppleScriptController.m81 [(NSMutableString*)value appendString:@", "];
83 [(NSMutableString*)value appendString:[obj description]];
85 [(NSMutableString*)value appendString:@")"];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRParseTree.m113 [buf appendString:[hidden text]];
118 [buf appendString:nodeText];
135 [buf appendString:[self toStringWithHiddenTokens]];
DANTLRPtrBuffer.m340 [str appendString:@"["];
342 [str appendString:[[self objectAtIndex:idx] description]];
344 [str appendString:@"]"];
DANTLRBaseTree.m507 [buf appendString:@"("];
508 [buf appendString:[self toString]];
509 [buf appendString:@" "];
514 [buf appendString:@" "];
516 [buf appendString:[(id<ANTLRBaseTree>)t toStringTree]];
519 [buf appendString:@")"];
DANTLRFastQueue.m154 [buf appendString:[[self objectAtIndex:i] description]];
156 [buf appendString:@" "];
DANTLRTokenRewriteStream.m113 [buf appendString:text];
115 [buf appendString:[[tokens objectAtIndex:rwIndex] text]];
146 [buf appendString:text];
437 [buf appendString:[[tokens objectAtIndex:i] text]];
485 [buf appendString:t.text];
504 [buf appendString:op.text];
687 [buf appendString:[[tokens objectAtIndex:i] text]];
DAMutableArray.m269 [str appendString:@"["];
271 [str appendString:[[self objectAtIndex:idx] toString]];
273 [str appendString:@"]"];
DANTLRCommonTree.m262 [desc appendString:[self description]];
267 [desc appendString:@")"];
DANTLRCommonTreeNodeStream.m236 [buf appendString:@" "];
237 [buf appendString:[NSString stringWithFormat:@"%d", type]];
DANTLRBitSet.m285 [descString appendString:@","];
291 [descString appendString:@"}"];
DANTLRBufferedTreeNodeStream.m528 [buf appendString:text];
536 [buf appendString:text];
/external/icu4c/common/
Dappendable.cpp30 Appendable::appendString(const UChar *s, int32_t length) { in appendString() function in Appendable
/external/chromium/chrome/browser/ui/cocoa/
Dconfirm_quit_panel_controller.mm390 [string appendString:@"\u2318"];
392 [string appendString:@"\u2303"];
394 [string appendString:@"\u2325"];
396 [string appendString:@"\u21E7"];
398 [string appendString:[item.characters() uppercaseString]];
/external/webkit/Source/WebCore/platform/graphics/mac/
DWebLayer.mm201 [curDesc appendString:@"\n"];
208 [curDesc appendString:[curLayer _descriptionWithPrefix:sublayerPrefix]];
211 [curDesc appendString:@"\n"];
/external/webkit/Source/WebKit/mac/Misc/
DWebKitNSStringExtras.mm237 [result appendString:@" "];
239 [result appendString:[self substringWithRange:
271 [result appendString:@" "];
272 …[result appendString:[self substringWithRange:NSMakeRange(nonSpace.location, space.location - nonS…
/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.cpp117 void MarkupAccumulator::appendString(const String& string) in appendString() function in WebCore::MarkupAccumulator
126 appendString(String::adopt(markup)); in appendStartTag()
135 appendString(String::adopt(markup)); in appendEndTag()
Dmarkup.cpp127 virtual void appendString(const String& s) { return MarkupAccumulator::appendString(s); } in appendString() function in WebCore::StyledMarkupAccumulator
174 appendString(isBlock ? divClose : styleSpanClose); in wrapWithStyleNode()
571 accumulator.appendString(interchangeNewlineString); in createMarkup()
665 accumulator.appendString(interchangeNewlineString); in createMarkup()
DMarkupAccumulator.h75 virtual void appendString(const String&);
/external/jsilver/src/com/google/streamhtmlparser/util/
DJavascriptTokenBuffer.java95 public void appendString(String input) { in appendString() method in JavascriptTokenBuffer
/external/webkit/Tools/DumpRenderTree/gtk/
DDumpRenderTree.cpp129 static void appendString(gchar*& target, gchar* string) in appendString() function
282 appendString(result, dumpFramesAsText(static_cast<WebKitWebFrame* >(child->data))); in dumpFramesAsText()

12