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

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/gtk/gdom/
ConvertToGCharPrivate.h 25 #include <wtf/text/CString.h>
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
IconDatabaseClientQt.cpp 33 #include <wtf/text/CString.h>
  /external/webkit/Source/WebKit2/PluginProcess/qt/
PluginProcessMainQt.cpp 37 #include <wtf/text/CString.h>
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NPRuntimeUtilities.h 50 NPString createNPString(const CString&);
  /sdk/find_lock/
find_lock_exe.cpp 70 CString result;
  /external/webkit/Source/JavaScriptCore/runtime/
UString.cpp 274 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/WebCore/bindings/gobject/
GObjectEventListener.h 26 #include <wtf/text/CString.h>
74 CString m_domEventName;
  /external/webkit/Source/WebCore/platform/brew/
SharedBufferBrew.cpp 37 #include <wtf/text/CString.h>
55 CString filename = fileSystemRepresentation(filePath);
ContextMenuBrew.cpp 31 #include <wtf/text/CString.h>
PasteboardBrew.cpp 35 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.h 43 #include <wtf/text/CString.h>
89 const CString m_certificatePath;
  /external/webkit/Source/WebCore/platform/text/android/
HyphenationAndroid.cpp 32 #include <wtf/text/CString.h>
51 const CString dictContents = String(static_cast<const char*>(a->getBuffer(false)),
  /external/webkit/Source/WebCore/platform/text/
TextEncoding.cpp 42 #include <wtf/text/CString.h>
74 CString TextEncoding::encode(const UChar* characters, size_t length, UnencodableHandling handling) const
77 return CString();
131 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString();
135 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString();
  /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/WebKit2/Platform/CoreIPC/
ArgumentCoders.h 36 #include <wtf/text/CString.h>
198 template<> struct ArgumentCoder<CString> {
199 static void encode(ArgumentEncoder* encoder, const CString& string)
212 static bool decode(ArgumentDecoder* decoder, CString& result)
220 result = CString();
231 CString string = CString::newUninitialized(length, buffer);
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 141 - (WTF::CString)resolvedURLStringForURL:(const char*)url target:(const char*)target;
156 WTF::CString& username, WTF::CString& password);
  /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/
SHA1.cpp 41 #include "text/CString.h"
51 static void expectSHA1(CString input, int repeat, CString expected)
59 CString actual = CString::newUninitialized(40, buffer);
  /external/webkit/Source/JavaScriptCore/wtf/wx/
StringWx.cpp 34 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaStringJSC.h 78 mutable CString m_utf8String;
  /external/webkit/Source/WebCore/loader/icon/
IconRecord.cpp 37 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/audio/
HRTFDatabase.h 38 #include <wtf/text/CString.h>
  /external/webkit/Source/WebCore/platform/efl/
PasteboardEfl.cpp 34 #include <wtf/text/CString.h>
PlatformScreenEfl.cpp 40 #include <wtf/text/CString.h>
SharedBufferEfl.cpp 32 #include <wtf/text/CString.h>

Completed in 295 milliseconds

1 2 34 5 6 7 8 91011>>