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

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/Shared/mac/
SandboxExtensionMac.mm 37 #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::newUninitialized(resolvedPathLength, resolvedPathBuffer)
    [all...]
  /external/webkit/Source/WebCore/bindings/gobject/
ConvertToUTF8String.cpp 26 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 33 #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 tmpFilename = fileSystemRepresentation(pathName)
    [all...]
KURLGtk.cpp 23 #include <wtf/text/CString.h>
FileChooserGtk.cpp 34 #include <wtf/text/CString.h>
59 CString systemFilename = fileSystemRepresentation(m_filenames[0]);
LanguageGtk.cpp 25 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/text/
TextCodecLatin1.h 39 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
TextCodecUTF16.h 41 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
TextCodecUserDefined.h 39 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
  /external/webkit/Source/WebCore/wml/
WMLPostfieldElement.cpp 31 #include <wtf/text/CString.h>
75 static inline CString encodedString(const TextEncoding& encoding, const String& data)
80 void WMLPostfieldElement::encodeData(const TextEncoding& encoding, CString& name, CString& value)
  /external/webkit/Source/WebKit2/Platform/gtk/
ModuleGtk.cpp 32 #include <wtf/text/CString.h>
  /sdk/find_java/
find_java.h 33 bool getJavaVersion(CPath &javaPath, CString *outVersionStr, int *outVersionInt);
  /external/webkit/Source/WebCore/platform/graphics/gtk/
ImageGtk.cpp 32 #include <wtf/text/CString.h>
87 static CString getThemeIconFileName(const char* name, int size)
98 return CString(gtk_icon_info_get_filename(info.get()));
103 return CString();
106 static PassRefPtr<SharedBuffer> loadResourceSharedBuffer(CString name)
124 PassRefPtr<Image> loadImageFromFile(CString fileName)
136 CString fileName;
  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMCString.cpp 26 #include <wtf/text/CString.h>
48 WTF::CString::newUninitialized(length, newData).buffer();
87 WebDOMCString::WebDOMCString(const WTF::CString& s)
94 WebDOMCString& WebDOMCString::operator=(const WTF::CString& s)
100 WebDOMCString::operator WTF::CString() const
  /external/webkit/Source/WebKit/chromium/src/
WebCString.cpp 35 #include <wtf/text/CString.h>
73 WTF::CString::newUninitialized(length, newData).buffer();
112 WebCString::WebCString(const WTF::CString& s)
119 WebCString& WebCString::operator=(const WTF::CString& s)
125 WebCString::operator WTF::CString() const
  /external/webkit/Source/JavaScriptCore/wtf/
Forward.h 38 class CString;
57 using WTF::CString;
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaStringV8.h 31 #include <wtf/text/CString.h>
62 mutable CString m_utf8String;
  /external/webkit/Source/WebCore/platform/haiku/
FileSystemHaiku.cpp 34 #include <wtf/text/CString.h>
45 CString fileSystemRepresentation(const String& string)
  /external/webkit/Source/WebCore/platform/posix/
SharedBufferPOSIX.cpp 34 #include <wtf/text/CString.h>
43 CString filename = fileSystemRepresentation(filePath);
  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKURLCF.cpp 33 #include <wtf/text/CString.h>
49 // We first create a CString and then create the CFURL from it. This will ensure that the CFURL is stored in
56 CString buffer = toImpl(URLRef)->string().utf8();
  /external/webkit/Source/JavaScriptCore/wtf/haiku/
StringHaiku.cpp 30 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/graphics/
ANGLEWebKitBridge.h 30 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/graphics/brew/
ImageBrew.cpp 38 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/network/chromium/
ResourceResponse.h 32 #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/text/brew/
TextCodecBrew.h 45 virtual CString encode(const UChar*, size_t length, UnencodableHandling);

Completed in 1629 milliseconds

12 3 4 5 6 7 8 91011>>