HomeSort by relevance Sort by last modified time
    Searched defs:CFStringRef (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebKit/win/
WebKitSystemBits.h 32 typedef const struct __CFString* CFStringRef;
35 unsigned long long WebVolumeFreeSize(CFStringRef path);
WebIconDatabase.h 42 typedef const struct __CFString * CFStringRef;
111 static CFStringRef iconDatabaseNotificationUserInfoURLKey();
WebLocalizableStrings.cpp 77 LocalizedString(CFStringRef string)
84 operator CFStringRef() const { return m_cfString; }
87 CFStringRef m_cfString;
138 CFStringRef bundlePathCFString = bundlePathString.createCFString();
162 stringsBundle->bundle = CFBundleGetBundleWithIdentifier(RetainPtr<CFStringRef>(AdoptCF, CFStringCreateWithCString(0, stringsBundle->identifier, kCFStringEncodingASCII)).get());
166 static CFStringRef copyLocalizedStringFromBundle(WebLocalizableStringsBundle* stringsBundle, const String& key)
168 static CFStringRef notFound = CFSTR("localized string not found");
174 RetainPtr<CFStringRef> keyString(AdoptCF, key.createCFString());
175 CFStringRef result = CFCopyLocalizedStringWithDefaultValue(keyString.get(), 0, bundle, notFound, 0);
220 CFStringRef WebLocalizedStringUTF8(WebLocalizableStringsBundle* stringsBundle, LPCSTR key
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTreeWin.h 37 typedef const struct __CFString* CFStringRef;
57 void setPersistentUserStyleSheetLocation(CFStringRef);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreeMac.h 50 typedef const struct __CFString* CFStringRef;
66 void setPersistentUserStyleSheetLocation(CFStringRef);
  /external/webkit/WebCore/platform/win/
BString.h 30 typedef const struct __CFString * CFStringRef;
55 BString(CFStringRef);
  /external/webkit/WebCore/platform/text/
StringImpl.h 37 typedef const struct __CFString * CFStringRef;
175 CFStringRef createCFString();
PlatformString.h 35 typedef const struct __CFString * CFStringRef;
207 String(CFStringRef);
208 CFStringRef createCFString() const;
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 34 typedef const struct __CFString* CFStringRef;
64 void wkAddFontsInDirectory(CFStringRef);
65 void wkAddFontsAtPath(CFStringRef);
80 CFStringRef wkCopyFoundationCacheDirectory();
88 void wkSetCONNECTProxyForStream(CFReadStreamRef, CFStringRef proxyHost, CFNumberRef proxyPort);
89 void wkSetCONNECTProxyAuthorizationForStream(CFReadStreamRef, CFStringRef proxyAuthorizationString);
94 CFStringRef wkCFNetworkErrorGetLocalizedDescription(CFIndex errorCode);
  /external/webkit/WebKitLibraries/win/include/QuartzCoreInterface/
QuartzCoreInterface.h 23 typedef const struct __CFString * CFStringRef;
28 QUARTZCOREINTERFACE_API CFStringRef wkqcCFStringRef(WKQCStringRefType);

Completed in 409 milliseconds