/external/webkit/Source/WebCore/platform/posix/ |
SharedBufferPOSIX.cpp | 34 #include <wtf/text/CString.h> 43 CString filename = fileSystemRepresentation(filePath);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebURLError.cpp | 36 #include <wtf/text/CString.h> 63 CString spec = unreachableURL.spec();
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
DumpRenderTreeSupportGtk.cpp | 177 CString DumpRenderTreeSupportGtk::getInnerText(WebKitWebFrame* frame) 179 g_return_val_if_fail(WEBKIT_IS_WEB_FRAME(frame), CString("")); 183 return CString(""); 200 CString DumpRenderTreeSupportGtk::dumpRenderTree(WebKitWebFrame* frame) 202 g_return_val_if_fail(WEBKIT_IS_WEB_FRAME(frame), CString("")); 206 return CString(""); 223 CString DumpRenderTreeSupportGtk::counterValueForElementById(WebKitWebFrame* frame, const char* id) 225 g_return_val_if_fail(WEBKIT_IS_WEB_FRAME(frame), CString()); 229 return CString(); 233 return CString(); [all...] |
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitapplicationcache.cpp | 27 #include <wtf/text/CString.h> 89 CString path = WebCore::fileSystemRepresentation(WebCore::cacheStorage().cacheDirectory());
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 18 #include <cstring>
|
/external/eigen/Eigen/ |
SparseCore | 11 #include <cstring>
|
/external/icu4c/common/ |
ucat.c | 13 #include "cstring.h"
|
ustrfmt.c | 8 #include "cstring.h"
|
/external/icu4c/tools/genrb/ |
errmsg.c | 20 #include "cstring.h"
|
/external/llvm/lib/Support/ |
Twine.cpp | 43 return StringRef(LHS.cString); 67 OS << Ptr.cString; 114 OS << "cstring:\"" 115 << Ptr.cString << "\"";
|
/external/openfst/src/lib/ |
compat.cc | 20 #include <cstring>
|
/external/skia/legacy/src/core/ |
SkLanguage.cpp | 15 #include <cstring>
|
/external/skia/src/core/ |
SkLanguage.cpp | 15 #include <cstring>
|
/external/webkit/Source/JavaScriptCore/profiler/ |
ProfileGenerator.cpp | 78 CString name = callIdentifier.m_name.utf8(); 79 CString url = callIdentifier.m_url.utf8(); 93 CString name = callIdentifier.m_name.utf8(); 94 CString url = callIdentifier.m_url.utf8();
|
/external/webkit/Source/JavaScriptCore/wtf/ |
wtf.pri | 34 wtf/text/CString.cpp \
|
/external/webkit/Source/WebCore/bindings/gobject/ |
ConvertToUTF8String.cpp | 26 #include <wtf/text/CString.h>
|
/external/webkit/Source/WebCore/bridge/c/ |
c_utility.cpp | 77 CString cstring = ustring.utf8(); local 78 NPString string = { (const NPUTF8*)cstring.data(), static_cast<uint32_t>(cstring.length()) };
|
/external/webkit/Source/WebCore/platform/brew/ |
KURLBrew.cpp | 23 #include <wtf/text/CString.h>
|
/external/webkit/Source/WebCore/platform/gtk/ |
KURLGtk.cpp | 23 #include <wtf/text/CString.h>
|
LanguageGtk.cpp | 25 #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/qt/ |
KURLQt.cpp | 26 #include <wtf/text/CString.h>
|
/external/webkit/Source/WebCore/platform/text/ |
TextCodecLatin1.h | 39 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/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());
|