Searched refs:CFStringRef (Results 1 - 25 of 140) sorted by relevance

123456

/external/chromium_org/components/policy/core/common/
H A Dpreferences_mac.cc7 Boolean MacPreferences::AppSynchronize(CFStringRef applicationID) {
11 CFPropertyListRef MacPreferences::CopyAppValue(CFStringRef key,
12 CFStringRef applicationID) {
16 Boolean MacPreferences::AppValueIsForced(CFStringRef key,
17 CFStringRef applicationID) {
H A Dpreferences_mac.h24 virtual Boolean AppSynchronize(CFStringRef applicationID);
26 virtual CFPropertyListRef CopyAppValue(CFStringRef key,
27 CFStringRef applicationID);
29 virtual Boolean AppValueIsForced(CFStringRef key, CFStringRef applicationID);
H A Dpreferences_mock_mac.h18 virtual Boolean AppSynchronize(CFStringRef applicationID) OVERRIDE;
20 virtual CFPropertyListRef CopyAppValue(CFStringRef key,
21 CFStringRef applicationID) OVERRIDE;
23 virtual Boolean AppValueIsForced(CFStringRef key,
24 CFStringRef applicationID) OVERRIDE;
27 void AddTestItem(CFStringRef key, CFPropertyListRef value, bool is_forced);
H A Dpreferences_mock_mac.cc20 Boolean MockPreferences::AppSynchronize(CFStringRef applicationID) {
24 CFPropertyListRef MockPreferences::CopyAppValue(CFStringRef key,
25 CFStringRef applicationID) {
36 Boolean MockPreferences::AppValueIsForced(CFStringRef key,
37 CFStringRef applicationID) {
41 void MockPreferences::AddTestItem(CFStringRef key,
/external/clang/test/CodeGen/
H A Dcfstring2.c3 typedef const struct __CFString * CFStringRef; typedef in typeref:struct:__CFString
5 #define CFSTR(x) (CFStringRef) __builtin___CFStringMakeConstantString (x)
/external/chromium_org/media/base/mac/
H A Dvideotoolbox_glue.h47 CFStringRef kVTCompressionPropertyKey_AllowFrameReordering() const;
48 CFStringRef kVTCompressionPropertyKey_AverageBitRate() const;
49 CFStringRef kVTCompressionPropertyKey_ColorPrimaries() const;
50 CFStringRef kVTCompressionPropertyKey_ExpectedFrameRate() const;
51 CFStringRef kVTCompressionPropertyKey_MaxKeyFrameInterval() const;
52 CFStringRef kVTCompressionPropertyKey_MaxKeyFrameIntervalDuration() const;
53 CFStringRef kVTCompressionPropertyKey_ProfileLevel() const;
54 CFStringRef kVTCompressionPropertyKey_RealTime() const;
55 CFStringRef kVTCompressionPropertyKey_TransferFunction() const;
56 CFStringRef kVTCompressionPropertyKey_YCbCrMatri
[all...]
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.h38 bool AddValue(CFStringRef key, const void *value, bool can_create = false);
39 bool SetValue(CFStringRef key, const void *value, bool can_create = false);
40 bool AddValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
41 bool SetValueSInt8(CFStringRef key, int8_t value, bool can_create = false);
42 bool AddValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
43 bool SetValueSInt16(CFStringRef key, int16_t value, bool can_create = false);
44 bool AddValueSInt32(CFStringRef key, int32_t value, bool can_create = false);
45 bool SetValueSInt32(CFStringRef key, int32_t value, bool can_create = false);
46 bool AddValueSInt64(CFStringRef key, int64_t value, bool can_create = false);
47 bool SetValueSInt64(CFStringRef ke
[all...]
H A DCFCString.h17 class CFCString : public CFCReleaser<CFStringRef>
23 CFCString (CFStringRef cf_str = NULL);
30 CFStringRef SetFileSystemRepresentation (const char *path);
31 CFStringRef SetFileSystemRepresentationFromCFType (CFTypeRef cf_type);
32 CFStringRef SetFileSystemRepresentationAndExpandTilde (const char *path);
35 static const char *UTF8 (CFStringRef cf_str, std::string& str);
36 static const char *FileSystemRepresentation (CFStringRef cf_str, std::string& str);
H A DCFCString.cpp17 CFCString::CFCString(CFStringRef s) :
18 CFCReleaser<CFStringRef> (s)
26 CFCReleaser<CFStringRef> (rhs)
43 CFCReleaser<CFStringRef> ()
64 CFStringRef
67 CFStringRef new_value = NULL;
75 CFStringRef
78 CFStringRef new_value = NULL;
86 new_value = (CFStringRef)::CFRetain(cf_type);
97 CFStringRef
[all...]
H A DCFCBundle.h30 CFStringRef
34 GetValueForInfoDictionaryKey(CFStringRef key) const;
/external/clang/test/PCH/Inputs/
H A Darc.h4 typedef const struct __CFString *CFStringRef; typedef in typeref:struct:__CFString
7 CFStringRef CFCreateString();
9 CFStringRef CFGetString();
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFString.h20 class CFString : public CFReleaser<CFStringRef>
26 CFString (CFStringRef cf_str = NULL);
33 CFStringRef SetFileSystemRepresentation (const char *path);
34 CFStringRef SetFileSystemRepresentationFromCFType (CFTypeRef cf_type);
35 CFStringRef SetFileSystemRepresentationAndExpandTilde (const char *path);
38 static const char *UTF8 (CFStringRef cf_str, std::string& str);
39 static const char *FileSystemRepresentation (CFStringRef cf_str, std::string& str);
H A DCFString.cpp21 CFString::CFString(CFStringRef s) :
22 CFReleaser<CFStringRef> (s)
30 CFReleaser<CFStringRef> (rhs)
47 CFReleaser<CFStringRef> ()
68 CFStringRef
71 CFStringRef new_value = NULL;
79 CFStringRef
82 CFStringRef new_value = NULL;
90 new_value = (CFStringRef)::CFRetain(cf_type);
101 CFStringRef
[all...]
H A DCFBundle.h33 CFStringRef
/external/chromium_org/chrome/common/mac/
H A Dlaunchd.h40 virtual CFDictionaryRef CopyJobDictionary(CFStringRef label);
46 virtual bool RemoveJob(CFStringRef label, CFErrorRef* error);
56 CFStringRef name,
57 CFStringRef session_type);
63 CFStringRef name);
68 CFStringRef name,
73 virtual bool DeletePlist(Domain domain, Type type, CFStringRef name);
H A Dmock_launchd.h36 virtual CFDictionaryRef CopyJobDictionary(CFStringRef label) OVERRIDE;
39 virtual bool RemoveJob(CFStringRef label, CFErrorRef* error) OVERRIDE;
42 CFStringRef name,
43 CFStringRef session_type) OVERRIDE;
47 CFStringRef name) OVERRIDE;
50 CFStringRef name,
54 CFStringRef name) OVERRIDE;
/external/chromium_org/net/proxy/
H A Dproxy_server_mac.cc20 CFStringRef host_key,
21 CFStringRef port_key) {
27 CFStringRef host_ref =
28 base::mac::GetValueFromDictionary<CFStringRef>(dict, host_key);
/external/clang/test/Analysis/
H A Dcfref_PR2519.c7 typedef const struct __CFString * CFStringRef; typedef in typeref:struct:__CFString
26 extern void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately);
32 CFStringRef _key = ((CFStringRef) __builtin___CFStringMakeConstantString ("" "Process identifier" ""));
39 ((CFStringRef) __builtin___CFStringMakeConstantString ("" "GrowlPreferencesChanged" "")),
40 ((CFStringRef) __builtin___CFStringMakeConstantString ("" "GrowlUserDefaults" "")),
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringMac.mm33 CFIndex size = CFStringGetLength(reinterpret_cast<CFStringRef>(str));
39 CFIndex convertedsize = CFStringGetBytes(reinterpret_cast<CFStringRef>(str), CFRangeMake(0, size), kCFStringEncodingISOLatin1, 0, false, lcharBuffer.data(), size, &usedBufLen);
46 CFStringGetCharacters(reinterpret_cast<CFStringRef>(str), CFRangeMake(0, size), ucharBuffer.data());
/external/chromium_org/base/mac/
H A Dauthorization_util.h45 CFStringRef prompt,
51 AuthorizationRef AuthorizationCreateToRunAsRoot(CFStringRef prompt);
/external/chromium_org/third_party/decklink/mac/include/
H A DDeckLinkAPIDiscovery.h56 virtual HRESULT GetModelName (/* out */ CFStringRef *modelName) = 0;
57 virtual HRESULT GetDisplayName (/* out */ CFStringRef *displayName) = 0;
/external/chromium_org/base/strings/
H A Dsys_string_conversions.h63 BASE_EXPORT CFStringRef SysUTF8ToCFStringRef(const std::string& utf8);
64 BASE_EXPORT CFStringRef SysUTF16ToCFStringRef(const string16& utf16);
70 // Converts a CFStringRef to an STL string. Returns an empty string on failure.
71 BASE_EXPORT std::string SysCFStringRefToUTF8(CFStringRef ref);
72 BASE_EXPORT string16 SysCFStringRefToUTF16(CFStringRef ref);
/external/chromium_org/third_party/webrtc/base/
H A Dmacconversion.h20 // given a CFStringRef, attempt to convert it to a C++ string.
25 bool p_convertHostCFStringRefToCPPString(const CFStringRef cfstr,
/external/chromium_org/third_party/mozilla/
H A DNSWorkspace+Utils.m102 LSSetDefaultHandlerForURLScheme(CFSTR("http"), (CFStringRef)bundleID);
103 LSSetDefaultHandlerForURLScheme(CFSTR("https"), (CFStringRef)bundleID);
104 LSSetDefaultRoleHandlerForContentType(kUTTypeHTML, kLSRolesViewer, (CFStringRef)bundleID);
105 LSSetDefaultRoleHandlerForContentType(kUTTypeURL, kLSRolesViewer, (CFStringRef)bundleID);
110 LSSetDefaultHandlerForURLScheme(CFSTR("feed"), (CFStringRef)bundleID);
118 if (LSFindApplicationForInfo(kLSUnknownCreator, (CFStringRef)bundleID, NULL, NULL, (CFURLRef*)&appURL) == noErr)
142 LSCopyDisplayNameForURL((CFURLRef)inFileURL, (CFStringRef *)&name);
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_mac.cc52 CFStringRef cf_bsd_name = base::mac::GetValueFromDictionary<CFStringRef>(
85 CFStringRef cf_vendor = base::mac::GetValueFromDictionary<CFStringRef>(
89 CFStringRef cf_model = base::mac::GetValueFromDictionary<CFStringRef>(

Completed in 529 milliseconds

123456