HomeSort by relevance Sort by last modified time
    Searched refs:CString (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformDataPango.cpp 28 #include "CString.h"
59 CString stored_family = familyName.string().utf8();
  /external/webkit/WebCore/platform/graphics/win/
FontDatabase.cpp 32 #include "CString.h"
81 CString plistPath = fontsPlistPath().utf8();
  /external/webkit/WebCore/platform/network/
FormData.cpp 24 #include "CString.h"
77 PassRefPtr<FormData> FormData::create(const CString& string)
  /external/webkit/WebCore/websockets/
WebSocketChannel.cpp 37 #include "CString.h"
114 const CString& handshakeMessage = m_handshake.clientHandshakeMessage();
WebSocketHandshake.cpp 38 #include "CString.h"
159 CString WebSocketHandshake::clientHandshakeMessage() const
  /external/webkit/WebCore/xml/
XSLStyleSheetLibxslt.cpp 27 #include "CString.h"
282 CString importHref = import->href().utf8();
  /external/webkit/WebKit/android/benchmark/
Intercept.cpp 30 #include "CString.h"
93 CString str = base64.latin1();
  /external/webkit/WebKit/android/jni/
WebIconDatabase.cpp 31 #include "CString.h"
143 WebCore::CString fullPath = WebCore::pathByAppendingComponent(pathStr,
  /external/webkit/WebKit/chromium/src/
WebWorkerBase.cpp 131 CString content("");
WebPageSerializerImpl.cpp 290 CString encodedContent = param->textEncoding.encode(
  /external/webkit/WebKit/gtk/webkit/
webkitwebdatasource.cpp 302 CString encoding = textEncodingName.utf8();
  /external/webkit/WebKit/win/
WebLocalizableStrings.cpp 32 #include <WebCore/CString.h>
WebMutableURLRequest.cpp 36 #include <WebCore/CString.h>
  /external/webkit/WebCore/html/
HTMLDocument.cpp 58 #include "CString.h"
377 CString pubIDStr = lowerPubID.latin1();
  /external/webkit/WebCore/plugins/
PluginView.h 32 #include "CString.h"
331 CString m_userAgent;
  /external/webkit/WebCore/platform/network/curl/
ResourceHandleManager.cpp 38 #include "CString.h"
65 static CString certificatePath()
82 return CString();
762 CString headerLatin1 = headerString.latin1();
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 32 #include "CString.h"
305 CString cstr = data.utf8();
346 CString failingUrl = error.failingURL().utf8();
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 46 #import <WebCore/CString.h>
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm 62 #import <WebCore/CString.h>
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObjectFunctions.cpp 56 CString cstr = str.UTF8String(true);
  /external/webkit/WebCore/bindings/v8/
V8DOMWindowShell.cpp 34 #include "CString.h"
494 CString utf8Token = token.utf8();
  /external/webkit/WebCore/loader/
FTPDirectoryDocument.cpp 30 #include "CString.h"
263 CString latin1Input = inputLine.latin1();
  /external/webkit/WebCore/platform/
KURL.cpp 32 #include "CString.h"
    [all...]
  /external/webkit/WebCore/platform/network/win/
ResourceHandleWin.cpp 32 #include "CString.h"
177 const CString& headersLatin1 = headers.latin1();
  /external/webkit/WebCore/dom/
xml_expat_tokenizer.cpp 32 #include "CString.h"
972 CString cString = string.utf8();
973 int result = XML_Parse(parser, cString.data(), cString.length(), true);
1017 CString cString = input.deprecatedString().utf8();
1018 if ( XML_Parse(parser, cString.data(), cString.length(), true) != XML_STATUS_ERROR )

Completed in 1598 milliseconds

1 2 34 5