Searched refs:CString (Results 51 - 75 of 418) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebviewprivate.h84 CString encoding;
85 CString customEncoding;
87 CString iconURI;
99 CString mainResourceIdentifier;
101 CString tooltipText;
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp41 #include <wtf/text/CString.h>
50 CString fsRep = fileSystemRepresentation(path);
63 CString fsRep = fileSystemRepresentation(path);
74 CString fsRep = fileSystemRepresentation(path);
142 CString fsRep = fileSystemRepresentation(path);
153 CString fsRep = fileSystemRepresentation(path);
169 CString fsRep = fileSystemRepresentation(path);
193 CString fullPath = fileSystemRepresentation(path);
226 CString fsRep = fileSystemRepresentation(path);
238 CString cpat
[all...]
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h27 #include <wtf/text/CString.h>
67 static WTF::CString getInnerText(WebKitWebFrame*);
68 static WTF::CString dumpRenderTree(WebKitWebFrame*);
69 static WTF::CString counterValueForElementById(WebKitWebFrame*, const char* id);
72 static WTF::CString pageProperty(WebKitWebFrame*, const char* propertyName, int pageNumber);
74 static WTF::CString pageSizeAndMarginsInPixels(WebKitWebFrame*, int pageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft);
80 static WTF::CString markerTextForListItem(WebKitWebFrame*, JSContextRef, JSValueRef nodeObject);
/external/webkit/Source/WebCore/platform/network/
H A DFormDataBuilder.cpp36 #include <wtf/text/CString.h>
52 static inline void append(Vector<char>& buffer, const CString& string)
57 static void appendQuotedString(Vector<char>& buffer, const CString& string)
142 void FormDataBuilder::beginMultiPartHeader(Vector<char>& buffer, const CString& boundary, const CString& name)
153 void FormDataBuilder::addBoundaryToMultiPartHeader(Vector<char>& buffer, const CString& boundary, bool isLastBoundary)
173 void FormDataBuilder::addContentTypeToMultiPartHeader(Vector<char>& buffer, const CString& mimeType)
184 void FormDataBuilder::addKeyValuePairAsFormData(Vector<char>& buffer, const CString& key, const CString& value)
194 void FormDataBuilder::encodeStringAsFormData(Vector<char>& buffer, const CString
[all...]
/external/webkit/Source/WebCore/platform/text/wince/
H A DTextCodecWinCE.cpp35 #include <wtf/text/CString.h>
42 CString m_name;
45 Vector<CString> m_aliases;
57 static HashMap<UINT, CString>& codePageCharsets()
59 static HashMap<UINT, CString> cc;
95 HashMap<UINT, CString>::iterator i = codePageCharsets().find(cpInfo.uiCodePage);
97 CString name(String(cpInfo.wszWebCharset).latin1());
152 for (Vector<CString>::const_iterator alias = j->second.m_aliases.begin(); alias != j->second.m_aliases.end(); ++alias)
278 CString TextCodecWinCE::encode(const UChar* characters, size_t length, UnencodableHandling)
281 return CString();
[all...]
/external/webkit/Source/WebCore/html/parser/
H A DXSSFilter.cpp40 #include <wtf/text/CString.h>
120 CString workingStringUTF8 = workingString.utf8();
/external/webkit/Source/WebCore/platform/efl/
H A DGeolocationServiceEfl.cpp27 #include <wtf/text/CString.h>
/external/webkit/Source/WebCore/platform/graphics/
H A DANGLEWebKitBridge.h30 #include <wtf/text/CString.h>
/external/webkit/Source/WebCore/platform/mac/
H A DFileSystemMac.mm34 #import <wtf/text/CString.h>
57 CString prefixUtf8 = prefix.utf8();
/external/webkit/Source/WebCore/platform/network/chromium/
H A DResourceResponse.h32 #include <wtf/text/CString.h>
63 const CString& getSecurityInfo() const { return m_securityInfo; }
64 void setSecurityInfo(const CString& securityInfo) { m_securityInfo = securityInfo; }
111 CString m_securityInfo;
/external/webkit/Source/WebCore/platform/qt/
H A DKURLQt.cpp26 #include <wtf/text/CString.h>
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecUTF16.cpp30 #include <wtf/text/CString.h>
120 CString TextCodecUTF16::encode(const UChar* characters, size_t length, UnencodableHandling)
131 CString string = CString::newUninitialized(length * 2, bytes);
133 // FIXME: CString is not a reasonable data structure for encoded UTF-16, which will have
134 // null characters inside it. Perhaps the result of encode should not be a CString.
H A DTextCodecUTF8.h43 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
/external/webkit/Source/WebCore/platform/text/brew/
H A DTextCodecBrew.h45 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
/external/webkit/Source/WebCore/platform/text/gtk/
H A DTextCodecGtk.h51 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
/external/webkit/Source/WebCore/platform/win/
H A DGDIObjectCounter.cpp36 #include <wtf/text/CString.h>
/external/webkit/Source/WebCore/platform/wx/
H A DLoggingWx.cpp31 #include <wtf/text/CString.h>
/external/webkit/Source/WebCore/wml/
H A DWMLGoElement.h50 PassRefPtr<FormData> createFormData(const CString& boundary);
/external/webkit/Source/WebKit/gtk/gdom/
H A DConvertToGCharPrivate.h25 #include <wtf/text/CString.h>
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DIconDatabaseClientQt.cpp33 #include <wtf/text/CString.h>
/external/webkit/Source/WebKit2/PluginProcess/qt/
H A DPluginProcessMainQt.cpp37 #include <wtf/text/CString.h>
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPRuntimeUtilities.h50 NPString createNPString(const CString&);
/external/webkit/Source/JavaScriptCore/runtime/
H A DUString.cpp274 CString UString::ascii() const
283 CString result = CString::newUninitialized(length, characterBuffer);
293 CString UString::latin1() const
302 CString result = CString::newUninitialized(length, characterBuffer);
321 CString UString::utf8(bool strict) const
337 return CString();
346 return CString();
351 return CString();
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DForward.h38 class CString;
57 using WTF::CString;
/external/webkit/Source/WebCore/bindings/gobject/
H A DGObjectEventListener.h26 #include <wtf/text/CString.h>
74 CString m_domEventName;

Completed in 367 milliseconds

1234567891011>>