HomeSort by relevance Sort by last modified time
    Searched refs:CFSTR (Results 26 - 50 of 89) sorted by null

12 3 4

  /external/webkit/Tools/MiniBrowser/mac/WebBundle/
WebBundleMain.m 49 WKStringRef messageName = WKStringCreateWithCFString(CFSTR("Callback"));
50 WKStringRef messageBody = WKStringCreateWithCFString(CFSTR("Window was cleared"));
  /external/chromium/net/base/
test_root_certs_mac.cc 80 CFBundleGetBundleWithIdentifier(CFSTR("com.apple.security"));
86 CFSTR("SecTrustSetAnchorCertificatesOnly")));
network_config_watcher_mac.cc 99 NULL, CFSTR("org.chromium"), DynamicStoreCallback, &context));
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 43 const CFStringRef kCGImageSourceShouldPreferRGB32 = CFSTR("kCGImageSourceShouldPreferRGB32");
48 const CFStringRef WebCoreCGImagePropertyGIFUnclampedDelayTime = CFSTR("UnclampedDelayTime");
215 CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(properties.get(), CFSTR("hotspotX"));
219 num = (CFNumberRef)CFDictionaryGetValue(properties.get(), CFSTR("hotspotY"));
277 static const CFStringRef xbmUTI = CFSTR("public.xbitmap-image");
348 if (!imageType || CFEqual(imageType, CFSTR("public.jpeg")))
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c 223 theRawTOCDataRef = (CFDataRef)CFDictionaryGetValue (dictRef, CFSTR(kRawTOCDataString));
226 theSessionArrayRef = (CFArrayRef)CFDictionaryGetValue (dictRef, CFSTR(kSessionsString));
245 leadoutBlock = (CFNumberRef) CFDictionaryGetValue (theSessionDict, CFSTR(kLeadoutBlockString));
247 trackArray = (CFArrayRef)CFDictionaryGetValue (theSessionDict, CFSTR(kTrackArrayString));
262 trackNumber = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kPointKeyString));
263 sessionNumber = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kSessionNumberKeyString));
264 startBlock = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kStartBlockKeyString));
265 isDataTrack = (CFBooleanRef) CFDictionaryGetValue (theTrackDict, CFSTR(kDataKeyString));
349 if (CFStringHasSuffix (name, CFSTR(".aiff")) ||
350 CFStringHasSuffix (name, CFSTR(".cdda")))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c 239 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementCookieKey));
242 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMinKey));
245 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMaxKey));
251 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementScaledMinKey));
254 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementScaledMaxKey));
257 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementSizeKey));
260 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementIsRelativeKey));
263 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementIsWrappingKey));
266 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementIsNonLinearKey));
269 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementHasPreferedStateKey))
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp 199 RetainPtr<CFURLRef> htmlURLRef(AdoptCF, CFBundleCopyResourceURL(webKitBundle(), CFSTR("inspector"), CFSTR("html"), CFSTR("inspector")));
  /development/ide/xcode/ports/
skia_mac.cp 58 err = CreateNibReference(CFSTR("main"), &nibRef);
63 err = SetMenuBarFromNib(nibRef, CFSTR("MenuBar"));
68 err = CreateWindowFromNib(nibRef, CFSTR("MainWindow"), &window);
  /external/webkit/Source/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 65 if (CFStringFind(interface, CFSTR("lo"), kCFCompareAnchored).location != kCFNotFound)
108 m_store.adoptCF(SCDynamicStoreCreate(0, CFSTR("com.apple.WebCore"), dynamicStoreCallback, &context));
  /external/webkit/Source/WebCore/platform/text/mac/
HyphenationMac.mm 50 static CFStringRef englishLanguage = CFSTR("en");
TextBreakIteratorInternalICUMac.mm 32 RetainPtr<CFPropertyListRef> locale(AdoptCF, CFPreferencesCopyValue(CFSTR("AppleTextBreakLocale"),
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnabler.m 166 CFStringRef safariVersion = CFBundleGetValueForInfoDictionaryKey(safariBundle, CFSTR("CFBundleShortVersionString"));
212 CFSTR("WebKit failed to open correctly"),
213 CFSTR("WebKit failed to open correctly on your previous attempt. Please disable any Safari extensions that you may have installed. If the problem continues to occur, please file a bug report at http://webkit.org/quality/reporting.html"),
214 CFSTR("Continue"), NULL, NULL, &responseFlags);
  /external/webkit/Source/WebKit/win/
WebCache.cpp 102 static CFStringRef imagesKey = CFSTR("images");
103 static CFStringRef stylesheetsKey = CFSTR("style sheets");
104 static CFStringRef xslKey = CFSTR("xsl");
105 static CFStringRef scriptsKey = CFSTR("scripts");
WebHistoryItem.cpp 93 static CFStringRef urlKey = CFSTR("");
94 static CFStringRef lastVisitedDateKey = CFSTR("lastVisitedDate");
95 static CFStringRef titleKey = CFSTR("title");
96 static CFStringRef visitCountKey = CFSTR("visitCount");
97 static CFStringRef lastVisitWasFailureKey = CFSTR("lastVisitWasFailure");
98 static CFStringRef lastVisitWasHTTPNonGetKey = CFSTR("lastVisitWasHTTPNonGet");
99 static CFStringRef redirectURLsKey = CFSTR("redirectURLs");
100 static CFStringRef dailyVisitCountKey = CFSTR("D"); // short key to save space
101 static CFStringRef weeklyVisitCountKey = CFSTR("W"); // short key to save space
205 static CFStringRef lastVisitedFormat = CFSTR("%.1lf")
    [all...]
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm 92 CFStringRef propertyListFilename = static_cast<CFStringRef>(CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("WebPluginMIMETypesFilename")));
94 RetainPtr<CFStringRef> propertyListPath(AdoptCF, CFStringCreateWithFormat(kCFAllocatorDefault, 0, CFSTR("%@/Library/Preferences/%@"), NSHomeDirectory(), propertyListFilename));
108 return static_cast<CFDictionaryRef>(CFDictionaryGetValue(static_cast<CFDictionaryRef>(propertyList.get()), CFSTR("WebPluginMIMETypes")));
111 return static_cast<CFDictionaryRef>(CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("WebPluginMIMETypes")));
121 CFStringRef pluginName = static_cast<CFStringRef>(CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("WebPluginName")));
126 CFStringRef pluginDescription = static_cast<CFStringRef>(CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("WebPluginDescription")));
150 CFStringRef mimeTypeDescription = static_cast<CFStringRef>(CFDictionaryGetValue(mimeTypeInfo, CFSTR("WebPluginTypeDescription")));
159 CFArrayRef extensionsArray = static_cast<CFArrayRef>(CFDictionaryGetValue(mimeTypeInfo, CFSTR("WebPluginExtensions")));
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 56 static const CFStringRef LegacyWebArchiveMainResourceKey = CFSTR("WebMainResource");
57 static const CFStringRef LegacyWebArchiveSubresourcesKey = CFSTR("WebSubresources");
58 static const CFStringRef LegacyWebArchiveSubframeArchivesKey = CFSTR("WebSubframeArchives");
59 static const CFStringRef LegacyWebArchiveResourceDataKey = CFSTR("WebResourceData");
60 static const CFStringRef LegacyWebArchiveResourceFrameNameKey = CFSTR("WebResourceFrameName");
61 static const CFStringRef LegacyWebArchiveResourceMIMETypeKey = CFSTR("WebResourceMIMEType");
62 static const CFStringRef LegacyWebArchiveResourceURLKey = CFSTR("WebResourceURL");
63 static const CFStringRef LegacyWebArchiveResourceTextEncodingNameKey = CFSTR("WebResourceTextEncodingName");
64 static const CFStringRef LegacyWebArchiveResourceResponseKey = CFSTR("WebResourceResponse");
65 static const CFStringRef LegacyWebArchiveResourceResponseVersionKey = CFSTR("WebResourceResponseVersion")
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 66 return CFBundleGetBundleWithIdentifier(CFSTR("com.apple.WebKit"));
162 RetainPtr<CFURLRef> htmlURLRef(AdoptCF, CFBundleCopyResourceURL(getWebKitBundle(), CFSTR("inspector"), CFSTR("html"), CFSTR("inspector")));
239 RetainPtr<CFURLRef> url(AdoptCF, CFBundleCopyResourceURL(getWebKitBundle(), CFSTR("localizedStrings"), CFSTR("js"), 0));
  /external/webkit/Source/WebCore/platform/graphics/mac/
ImageMac.mm 97 RetainPtr<CGImageDestinationRef> destination(AdoptCF, CGImageDestinationCreateWithData(data.get(), CFSTR("public.tiff"), numValidFrames, 0));
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceErrorCF.cpp 65 const CFStringRef failingURLStringKey = CFSTR("NSErrorFailingURLStringKey");
66 const CFStringRef failingURLKey = CFSTR("NSErrorFailingURLKey");
  /external/chromium/base/i18n/
icu_util.cc 114 base::mac::PathForMainAppBundleResource(CFSTR(ICU_UTIL_DATA_FILE_NAME));
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 68 RetainPtr<CFStringRef> collationOrderRetainer(AdoptCF, (CFStringRef)CFPreferencesCopyValue(CFSTR("AppleCollationOrder"), kCFPreferencesAnyApplication, kCFPreferencesCurrentUser, kCFPreferencesAnyHost));
  /external/webkit/Source/WebCore/platform/text/cf/
StringImplCF.cpp 53 return CFSTR("WTF::String-based allocator");
  /external/webkit/Source/WebKit/cf/WebCoreSupport/
WebInspectorClientCF.cpp 80 return CFStringCreateWithFormat(0, 0, CFSTR("WebKit Web Inspector Setting - %@"), keyCFString.get());
  /external/webkit/Tools/DumpRenderTree/cg/
PixelDumpSupportCG.cpp 55 static const CFStringRef kUTTypePNG = CFSTR("public.png");
  /external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m 54 WKStringRef newMessageName = WKStringCreateWithCFString(CFSTR("Response"));
55 WKStringRef newMessageBody = WKStringCreateWithCFString(CFSTR("Roger that!"));

Completed in 1100 milliseconds

12 3 4