HomeSort by relevance Sort by last modified time
    Searched refs:originalString (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/mac/
WebNSAttributedStringExtras.mm 33 NSString *originalString = [attributedString string];
45 attachmentRange = [originalString rangeOfString:attachmentCharString];
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 114 const string16 originalString,
  /external/webkit/Source/WebCore/platform/
KURL.cpp 367 String* originalString = &rel;
380 originalString = 0;
388 originalString = 0;
395 originalString = 0;
414 originalString = 0;
423 parse(str, originalString);
    [all...]
KURL.h 237 void parse(const char* url, const String* originalString); // KURLMac calls this.
244 // Parses the given URL. The originalString parameter allows for an
248 void parse(const char* url, const String* originalString);
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl 67 boolean notifySuggestionPicked(in SuggestionSpan span, String originalString, int index);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 812 String originalString, String sourceCharset, String targetCharset) {
814 return originalString;
817 final ByteBuffer byteBuffer = charset.encode(originalString);
    [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.cpp 287 static const char* originalString = "property";
288 char* buf = static_cast<char*>(browser->memalloc(strlen(originalString) + 1));
289 strcpy(buf, originalString);
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 609 public void notifySuggestionPicked(SuggestionSpan span, String originalString, int index) {
611 mService.notifySuggestionPicked(span, originalString, index);
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java     [all...]

Completed in 608 milliseconds