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

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 35 #include <wtf/text/CString.h>
204 CString m_userAgent;
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.h 63 class CString;
142 CString ascii() const;
143 CString latin1() const;
144 CString utf8(bool strict = false) const;
506 using WTF::CString;
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 53 #include <wtf/text/CString.h>
227 CString WebSocketHandshake::clientHandshakeMessage() const
267 CString handshakeHeader = builder.toString().utf8();
269 CString msg = CString::newUninitialized(handshakeHeader.length() + sizeof(m_key3), characterBuffer);
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.cpp 55 #include <wtf/text/CString.h>
212 CString url = coreRequest.url().string().utf8();
239 CString url = coreRequest.url().string().utf8();
582 CString cs = title.string().utf8();
767 CString url = request.url().string().utf8();
  /external/webkit/Source/WebCore/plugins/
PluginStream.cpp 38 #include <wtf/text/CString.h>
137 CString mimeTypeStr = m_resourceResponse.mimeType().utf8();
394 void PluginStream::sendJavaScriptStream(const KURL& requestURL, const CString& resultString)
  /external/webkit/Source/WebCore/accessibility/gtk/
AXObjectCacheAtk.cpp 167 CString detail;
  /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/bridge/jni/
JavaMethodJobject.cpp 127 CString javaClassName = parameterAt(i).utf8();
  /external/webkit/Source/WebCore/bridge/objc/
objc_class.mm 81 CString jsName = identifier.ascii();
156 CString jsName = identifier.ascii();
  /external/webkit/Source/WebCore/css/
CSSStyleDeclaration.cpp 30 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/fileapi/
FileReader.cpp 44 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.cpp 36 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 81 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.cpp 40 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.cpp 38 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Shader.cpp 40 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/gtk/
ContextMenuItemGtk.cpp 29 #include <wtf/text/CString.h>
GeolocationServiceGtk.cpp 27 #include <wtf/text/CString.h>
PasteboardGtk.cpp 34 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/haiku/
PasteboardHaiku.cpp 42 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/leveldb/
LevelDBDatabase.cpp 39 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/network/
FormData.h 96 static PassRefPtr<FormData> create(const CString&);
ResourceHandle.cpp 36 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/network/brew/
SocketStreamHandleBrew.cpp 41 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 52 #include <wtf/text/CString.h>
67 static CString certificatePath()
84 return CString();
711 CString headerLatin1 = headerString.latin1();

Completed in 636 milliseconds

1 2 3 4 5 6 7 891011>>