HomeSort by relevance Sort by last modified time
    Searched refs:CString (Results 101 - 125 of 425) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/haiku/
MIMETypeRegistryHaiku.cpp 36 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/network/
BlobRegistryImpl.h 39 #include <wtf/text/CString.h>
DataURL.cpp 37 #include <wtf/text/CString.h>
83 CString encodedData = TextEncoding().encode(data.characters(), data.length(), URLEncodedEntitiesForUnencodables);
  /external/webkit/Source/WebCore/platform/qt/
TemporaryLinkStubsQt.cpp 69 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromium.cpp 37 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/text/
TextCodec.h 73 virtual CString encode(const UChar*, size_t length, UnencodableHandling) = 0;
TextCodecICU.h 50 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
TextCodecLatin1.cpp 31 #include <wtf/text/CString.h>
160 static CString encodeComplexWindowsLatin1(const UChar* characters, size_t length, UnencodableHandling handling)
189 return CString(bytes, resultLength);
192 CString TextCodecLatin1::encode(const UChar* characters, size_t length, UnencodableHandling handling)
196 CString string = CString::newUninitialized(length, bytes);
  /external/webkit/Source/WebCore/platform/text/brew/
TextCodecBrew.cpp 34 #include <wtf/text/CString.h>
153 CString TextCodecBrew::encode(const UChar* characters, size_t length, UnencodableHandling handling)
184 return CString();
201 return CString(result.data(), result.size());
  /external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.h 47 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
LocalizedNumberMac.mm 37 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/win/
SharedBufferWin.cpp 32 #include <wtf/text/CString.h>
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
InjectedBundleMac.cpp 32 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 39 #include <wtf/text/CString.h>
164 CString m_family;
FontCacheLinux.cpp 49 #include <wtf/text/CString.h>
109 CString s;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 38 #include <wtf/text/CString.h>
114 CString encoded = UTF8Encoding().encode(static_cast<UChar*>(&glyph), 1,
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeUtilities.cpp 29 #include <wtf/text/CString.h>
47 NPString createNPString(const CString& string)
  /external/webkit/Source/WebCore/wml/
WMLGoElement.cpp 42 #include <wtf/text/CString.h>
169 data = createFormData(CString());
184 RefPtr<FormData> data = createFormData(CString());
191 PassRefPtr<FormData> WMLGoElement::createFormData(const CString& boundary)
193 CString key;
194 CString value;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebhistoryitem.cpp 31 #include <wtf/text/CString.h>
57 WTF::CString title;
58 WTF::CString alternateTitle;
59 WTF::CString uri;
60 WTF::CString originalUri;
114 priv->title = WTF::CString();
115 priv->alternateTitle = WTF::CString();
116 priv->uri = WTF::CString();
117 priv->originalUri = WTF::CString();
470 WTF::CString t = item->target().utf8()
    [all...]
  /external/webkit/Source/WebCore/platform/text/qt/
TextCodecQt.cpp 30 #include <wtf/text/CString.h>
127 CString TextCodecQt::encode(const UChar* characters, size_t length, UnencodableHandling handling)
162 return CString(ba.constData(), ba.length());
  /sdk/find_java/
utils.cpp 31 CString formatted;
42 CString formatted;
48 CString error;
  /external/webkit/Source/WebCore/fileapi/
WebKitBlobBuilder.cpp 44 #include <wtf/text/CString.h>
71 CString utf8Text = UTF8Encoding().encode(text.characters(), text.length(), EntitiesForUnencodables);
  /external/webkit/Source/WebKit/android/wds/
Command.cpp 38 #include <wtf/text/CString.h>
52 CString str = externalRepresentation(frame->contentRenderer()).latin1();
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginStream.h 39 #import <wtf/text/CString.h>
105 CString m_mimeType;
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMainMac.mm 38 #import <wtf/text/CString.h>

Completed in 1151 milliseconds

1 2 3 45 6 7 8 91011>>