Searched refs:CString (Results 1 - 25 of 418) sorted by relevance

1234567891011>>

/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/text/
H A DCString.h1 #include <JavaScriptCore/CString.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/text/
H A DCString.h3 #include <JavaScriptCore/CString.h>
/external/webkit/Source/WebCore/platform/text/
H A DLineEnding.h41 CString normalizeLineEndingsToCRLF(const CString& from);
44 void normalizeLineEndingsToCR(const CString& from, Vector<char>& result);
47 void normalizeLineEndingsToLF(const CString& from, Vector<char>& result);
51 void normalizeLineEndingsToNative(const CString& from, Vector<char>& result);
H A DLineEnding.cpp36 #include <wtf/text/CString.h>
43 virtual void copy(const CString&) = 0;
49 CStringBuffer(CString& buffer)
58 m_buffer = CString::newUninitialized(size, ptr);
62 virtual void copy(const CString& source)
67 const CString& buffer() const { return m_buffer; }
70 CString m_buffer;
88 virtual void copy(const CString& source)
97 void internalNormalizeLineEndingsToCRLF(const CString& from, OutputBuffer& buffer)
152 void normalizeToCROrLF(const CString
[all...]
H A DBase64.h31 #include <wtf/text/CString.h>
40 void base64Encode(const CString&, Vector<char>&, bool insertLFs = false);
43 String base64Encode(const CString&, bool insertLFs = false);
54 inline void base64Encode(const CString& in, Vector<char>& out, bool insertLFs)
64 inline String base64Encode(const CString& in, bool insertLFs)
H A DTextCodecUserDefined.cpp31 #include <wtf/text/CString.h>
65 static CString encodeComplexUserDefined(const UChar* characters, size_t length, UnencodableHandling handling)
88 return CString(bytes, resultLength);
91 CString TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling)
94 CString string = CString::newUninitialized(length, bytes);
/external/webkit/Source/WebCore/platform/text/chromium/
H A DTextBreakIteratorInternalICUChromium.cpp28 #include <wtf/text/CString.h>
36 DEFINE_STATIC_LOCAL(CString, locale, (defaultLanguage().latin1()));
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DCString.cpp28 #include "CString.h"
34 CString::CString(const char* str) function in class:WTF::CString
42 CString::CString(const char* str, size_t length) function in class:WTF::CString
47 void CString::init(const char* str, size_t length)
63 char* CString::mutableData()
71 CString CString::newUninitialized(size_t length, char*& characterBuffer)
76 CString resul
[all...]
H A DCString.h41 friend class CString;
52 class CString { class in namespace:WTF
54 CString() { } function in class:WTF::CString
55 CString(const char*);
56 CString(const char*, size_t length);
57 CString(CStringBuffer* buffer) : m_buffer(buffer) { } function in class:WTF::CString
58 static CString newUninitialized(size_t length, char*& characterBuffer);
80 bool operator==(const CString& a, const CString& b);
81 inline bool operator!=(const CString
[all...]
/external/webkit/Source/WebCore/platform/network/
H A DFormDataBuilder.h39 static void beginMultiPartHeader(Vector<char>&, const CString& boundary, const CString& name);
40 static void addBoundaryToMultiPartHeader(Vector<char>&, const CString& boundary, bool isLastBoundary = false);
42 static void addContentTypeToMultiPartHeader(Vector<char>&, const CString& mimeType);
46 static void addKeyValuePairAsFormData(Vector<char>&, const CString& key, const CString& value);
47 static void encodeStringAsFormData(Vector<char>&, const CString&);
/external/webkit/Source/WebCore/platform/cf/
H A DFileSystemCF.cpp34 #import <wtf/text/CString.h>
38 CString fileSystemRepresentation(const String& path)
43 return CString();
48 CString string = CString::newUninitialized(size, buffer);
51 LOG_ERROR("Failed to get filesystem representation to create CString from cfString");
52 return CString();
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebpluginprivate.h24 #include <wtf/text/CString.h>
39 CString name;
40 CString description;
H A Dwebkitapplicationcache.cpp27 #include <wtf/text/CString.h>
89 CString path = WebCore::fileSystemRepresentation(WebCore::cacheStorage().cacheDirectory());
/external/webkit/Source/WebCore/platform/brew/
H A DKURLBrew.cpp23 #include <wtf/text/CString.h>
/external/webkit/Source/WebCore/plugins/
H A DPluginDebug.h31 #include <wtf/text/CString.h>
42 CString prettyNameForNPNVariable(NPNVariable variable);
43 CString prettyNameForNPPVariable(NPPVariable variable, void* value);
44 CString prettyNameForNPNURLVariable(NPNURLVariable variable);
/external/webkit/Source/WebCore/html/
H A DFormDataList.cpp35 CString cstr = m_encoding.encode(s.characters(), s.length(), EntitiesForUnencodables);
39 void FormDataList::appendString(const CString& s)
H A DFormDataList.h27 #include <wtf/text/CString.h>
36 Item(const WTF::CString& data) : m_data(data) { }
39 const WTF::CString& data() const { return m_data; }
43 WTF::CString m_data;
54 void appendData(const String& key, const CString& value)
74 void appendString(const CString&);
/external/webkit/Source/WebCore/wml/
H A DWMLPostfieldElement.h41 // Encode name() and value() in a CString using the passed encoding
42 void encodeData(const TextEncoding&, CString& name, CString& value);
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPIdentifierData.h32 #include <wtf/text/CString.h>
55 CString m_string;
/external/webkit/Source/WebCore/platform/
H A DKURLGooglePrivate.h34 #include <wtf/text/CString.h>
80 void setUtf8(const CString&);
81 void setAscii(const CString&);
90 const CString& utf8String() const { return m_utf8; }
100 CString m_utf8;
/external/webkit/Source/WebCore/platform/gtk/
H A DSharedBufferGtk.cpp23 #include <wtf/text/CString.h>
35 CString filename = fileSystemRepresentation(filePath);
H A DFileSystemGtk.cpp33 #include <wtf/text/CString.h>
54 CString fileSystemRepresentation(const String& path)
70 CString filename = fileSystemRepresentation(string);
82 CString filename = fileSystemRepresentation(path);
93 CString filename = fileSystemRepresentation(path);
104 CString filename = fileSystemRepresentation(path);
114 CString filename = fileSystemRepresentation(path);
129 CString filename = fileSystemRepresentation(path);
153 CString filename = fileSystemRepresentation(path);
172 CString tmpFilenam
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebURLError.cpp36 #include <wtf/text/CString.h>
63 CString spec = unreachableURL.spec();
/external/webkit/Source/WebKit2/Shared/mac/
H A DSandboxExtensionMac.mm37 #import <wtf/text/CString.h>
112 static CString resolveSymlinksInPath(const CString& path)
129 return CString();
137 CString resolvedParentDirectory = resolveSymlinksInPath(CString(parentDirectory));
139 return CString();
144 return CString();
148 CString resolvedPath = CString
[all...]
/external/webkit/Source/WebCore/bindings/gobject/
H A DConvertToUTF8String.cpp26 #include <wtf/text/CString.h>

Completed in 297 milliseconds

1234567891011>>