Home
last modified time | relevance | path

Searched refs:ScopedCFTypeRef (Results 1 – 25 of 136) sorted by relevance

123456

/external/chromium_org/components/policy/core/common/
Dpolicy_loader_mac_unittest.cc23 using base::ScopedCFTypeRef;
82 ScopedCFTypeRef<CFStringRef> name(base::SysUTF8ToCFStringRef(policy_name)); in InstallStringPolicy()
83 ScopedCFTypeRef<CFStringRef> value(base::SysUTF8ToCFStringRef(policy_value)); in InstallStringPolicy()
89 ScopedCFTypeRef<CFStringRef> name(base::SysUTF8ToCFStringRef(policy_name)); in InstallIntegerPolicy()
90 ScopedCFTypeRef<CFNumberRef> value( in InstallIntegerPolicy()
97 ScopedCFTypeRef<CFStringRef> name(base::SysUTF8ToCFStringRef(policy_name)); in InstallBooleanPolicy()
105 ScopedCFTypeRef<CFStringRef> name(base::SysUTF8ToCFStringRef(policy_name)); in InstallStringListPolicy()
106 ScopedCFTypeRef<CFPropertyListRef> array(ValueToProperty(policy_value)); in InstallStringListPolicy()
114 ScopedCFTypeRef<CFStringRef> name(base::SysUTF8ToCFStringRef(policy_name)); in InstallDictionaryPolicy()
115 ScopedCFTypeRef<CFPropertyListRef> dict(ValueToProperty(policy_value)); in InstallDictionaryPolicy()
[all …]
Dpolicy_loader_mac.cc26 using base::ScopedCFTypeRef;
62 base::ScopedCFTypeRef<CFStringRef> name( in Load()
64 base::ScopedCFTypeRef<CFPropertyListRef> value( in Load()
132 base::ScopedCFTypeRef<CFStringRef> bundle_id( in LoadPolicyForComponent()
138 base::ScopedCFTypeRef<CFStringRef> pref_name( in LoadPolicyForComponent()
140 base::ScopedCFTypeRef<CFPropertyListRef> value( in LoadPolicyForComponent()
Dpreferences_mock_mac.h30 base::ScopedCFTypeRef<CFMutableDictionaryRef> values_;
31 base::ScopedCFTypeRef<CFMutableSetRef> forced_;
/external/chromium_org/chrome/common/mac/
Dmock_launchd.cc85 base::ScopedCFTypeRef<CFURLRef> url( in MakeABundle()
90 base::ScopedCFTypeRef<CFBundleRef> bundle( in MakeABundle()
128 base::ScopedCFTypeRef<CFStringRef> socket_path(CFStringCreateWithCString( in CopyExports()
152 base::ScopedCFTypeRef<CFStringRef> path( in CopyJobDictionary()
155 base::ScopedCFTypeRef<CFNumberRef> pid( in CopyJobDictionary()
171 base::ScopedCFTypeRef<CFStringRef> path( in CopyDictionaryByCheckingIn()
174 base::ScopedCFTypeRef<CFArrayRef> args(CFArrayCreate( in CopyDictionaryByCheckingIn()
208 base::ScopedCFTypeRef<CFDataRef> address( in CopyDictionaryByCheckingIn()
225 base::ScopedCFTypeRef<CFNumberRef> socket_fd( in CopyDictionaryByCheckingIn()
228 base::ScopedCFTypeRef<CFArrayRef> sockets(CFArrayCreate( in CopyDictionaryByCheckingIn()
[all …]
/external/chromium_org/net/cert/
Dx509_certificate_ios.cc39 using base::ScopedCFTypeRef;
53 ScopedCFTypeRef<CFStringRef> sanity_check( in IsValidOSCertHandle()
108 ScopedCFTypeRef<CFDataRef> der_data(SecCertificateCopyData(cert_handle)); in GetDEREncoded()
124 ScopedCFTypeRef<CFDataRef> a_data(SecCertificateCopyData(a)); in IsSameOSCert()
125 ScopedCFTypeRef<CFDataRef> b_data(SecCertificateCopyData(b)); in IsSameOSCert()
135 ScopedCFTypeRef<CFDataRef> cert_data(CFDataCreateWithBytesNoCopy( in CreateOSCertHandleFromBytes()
178 ScopedCFTypeRef<CFDataRef> cert_data(SecCertificateCopyData(cert)); in CalculateFingerprint()
199 ScopedCFTypeRef<CFDataRef> in CalculateCAFingerprint()
220 ScopedCFTypeRef<CFDataRef> cert_data(SecCertificateCopyData(cert_handle)); in WriteOSCertHandleToPickle()
Dcert_verify_proc_mac.cc39 using base::ScopedCFTypeRef;
151 ScopedCFTypeRef<CFArrayRef>* policies) { in CreateTrustPolicies()
152 ScopedCFTypeRef<CFMutableArrayRef> local_policies( in CreateTrustPolicies()
364 ScopedCFTypeRef<SecTrustRef>* trust_ref, in BuildAndEvaluateSecTrustRef()
366 ScopedCFTypeRef<CFArrayRef>* verified_chain, in BuildAndEvaluateSecTrustRef()
373 ScopedCFTypeRef<SecTrustRef> scoped_tmp_trust(tmp_trust); in BuildAndEvaluateSecTrustRef()
420 ScopedCFTypeRef<CFDataRef> scoped_action_data_ref(action_data_ref); in BuildAndEvaluateSecTrustRef()
490 ScopedCFTypeRef<SecTrustRef>* trust_ref, in RetrySecTrustEvaluateWithAdjustedChain()
492 ScopedCFTypeRef<CFArrayRef>* verified_chain, in RetrySecTrustEvaluateWithAdjustedChain()
511 ScopedCFTypeRef<CFMutableArrayRef> adjusted_cert_array( in RetrySecTrustEvaluateWithAdjustedChain()
[all …]
Dx509_util_ios.cc17 using base::ScopedCFTypeRef;
50 ScopedCFTypeRef<CFDataRef> cert_data(SecCertificateCopyData(cert_handle)); in CreateNSSCertHandleFromOSHandle()
66 ScopedCFTypeRef<SecCertificateRef> os_server_cert( in CreateCertFromNSSHandles()
/external/chromium_org/base/mac/
Dscoped_cftyperef.h42 class ScopedCFTypeRef
47 explicit ScopedCFTypeRef(
53 ScopedCFTypeRef(const ScopedCFTypeRef<CFT>& that) in ScopedCFTypeRef() function
Dfoundation_util_unittest.mm22 ScopedCFTypeRef<CFTypeRef> test_array(
24 ScopedCFTypeRef<CFTypeRef> test_array_mutable(
26 ScopedCFTypeRef<CFTypeRef> test_bag(
28 ScopedCFTypeRef<CFTypeRef> test_bag_mutable(
31 ScopedCFTypeRef<CFTypeRef> test_data(
33 ScopedCFTypeRef<CFTypeRef> test_data_mutable(
35 ScopedCFTypeRef<CFTypeRef> test_date(
37 ScopedCFTypeRef<CFTypeRef> test_dict(
41 ScopedCFTypeRef<CFTypeRef> test_dict_mutable(
46 ScopedCFTypeRef<CFTypeRef> test_number(
[all …]
/external/chromium_org/net/ssl/
Dclient_cert_store_mac.cc27 using base::ScopedCFTypeRef;
48 ScopedCFTypeRef<SecPolicyRef> scoped_ssl_policy(ssl_policy); in CopyCertChain()
51 ScopedCFTypeRef<CFArrayRef> input_certs(CFArrayCreate( in CopyCertChain()
62 ScopedCFTypeRef<SecTrustRef> trust(trust_ref); in CopyCertChain()
184 ScopedCFTypeRef<SecIdentityRef> preferred_identity; in GetClientCerts()
187 ScopedCFTypeRef<CFStringRef> domain_str( in GetClientCerts()
217 ScopedCFTypeRef<SecIdentitySearchRef> scoped_search(search); in GetClientCerts()
226 ScopedCFTypeRef<SecIdentityRef> scoped_identity(identity); in GetClientCerts()
232 ScopedCFTypeRef<SecCertificateRef> scoped_cert_handle(cert_handle); in GetClientCerts()
/external/chromium_org/chrome/browser/extensions/
Dextension_commands_global_registry_apitest.cc78 using base::ScopedCFTypeRef;
86 ScopedCFTypeRef<CGEventRef> command_down(CGEventCreateKeyboardEvent( in SendNativeCommandShift()
88 ScopedCFTypeRef<CGEventRef> shift_down(CGEventCreateKeyboardEvent( in SendNativeCommandShift()
90 ScopedCFTypeRef<CGEventRef> key_down(CGEventCreateKeyboardEvent( in SendNativeCommandShift()
95 ScopedCFTypeRef<CGEventRef> command_up(CGEventCreateKeyboardEvent( in SendNativeCommandShift()
97 ScopedCFTypeRef<CGEventRef> shift_up(CGEventCreateKeyboardEvent( in SendNativeCommandShift()
99 ScopedCFTypeRef<CGEventRef> key_up(CGEventCreateKeyboardEvent( in SendNativeCommandShift()
/external/chromium_org/net/proxy/
Dproxy_resolver_mac.cc80 base::ScopedCFTypeRef<CFStringRef> query_ref( in GetProxyForURL()
82 base::ScopedCFTypeRef<CFURLRef> query_url_ref( in GetProxyForURL()
86 base::ScopedCFTypeRef<CFStringRef> pac_ref(base::SysUTF8ToCFStringRef( in GetProxyForURL()
90 base::ScopedCFTypeRef<CFURLRef> pac_url_ref( in GetProxyForURL()
111 base::ScopedCFTypeRef<CFRunLoopSourceRef> runloop_source( in GetProxyForURL()
132 base::ScopedCFTypeRef<CFArrayRef> proxy_array_ref( in GetProxyForURL()
/external/chromium_org/skia/ext/
Dskia_utils_ios.mm32 base::ScopedCFTypeRef<CGColorSpaceRef> color_space(
34 base::ScopedCFTypeRef<CGContextRef> context(CGBitmapContextCreate(
66 base::ScopedCFTypeRef<CGImageRef> cg_image(
77 base::ScopedCFTypeRef<CFDictionaryRef> empty_dictionary(
81 base::ScopedCFTypeRef<CGImageSourceRef> source(
86 base::ScopedCFTypeRef<CGImageRef> cg_image(
/external/chromium_org/remoting/host/
Ddesktop_resizer_mac.cc39 base::ScopedCFTypeRef<CFMutableArrayRef>* modes,
60 base::ScopedCFTypeRef<CFMutableArrayRef> modes; in GetSupportedResolutions()
72 base::ScopedCFTypeRef<CFMutableArrayRef> modes; in SetResolution()
86 base::ScopedCFTypeRef<CFStringRef> encoding( in SetResolution()
121 base::ScopedCFTypeRef<CFMutableArrayRef>* modes, in GetSupportedModesAndResolutions()
128 base::ScopedCFTypeRef<CFArrayRef> all_modes( in GetSupportedModesAndResolutions()
/external/chromium_org/net/base/
Dplatform_mime_util_mac.mm38 base::ScopedCFTypeRef<CFStringRef> ext_ref(
42 base::ScopedCFTypeRef<CFStringRef> uti(UTTypeCreatePreferredIdentifierForTag(
46 base::ScopedCFTypeRef<CFStringRef> mime_ref(
57 base::ScopedCFTypeRef<CFStringRef> mime_ref(
61 base::ScopedCFTypeRef<CFStringRef> uti(UTTypeCreatePreferredIdentifierForTag(
65 base::ScopedCFTypeRef<CFStringRef> ext_ref(
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
Ddevice_id_mac.cc62 base::ScopedCFTypeRef<DASessionRef> session(DASessionCreate(allocator)); in GetVolumeUUIDFromBSDName()
68 base::ScopedCFTypeRef<DADiskRef> disk( in GetVolumeUUIDFromBSDName()
75 base::ScopedCFTypeRef<CFDictionaryRef> disk_description( in GetVolumeUUIDFromBSDName()
90 base::ScopedCFTypeRef<CFStringRef> volume_uuid_string( in GetVolumeUUIDFromBSDName()
122 base::ScopedCFTypeRef<CFDataRef> mac_address_data( in ProcessNetworkController()
139 base::ScopedCFTypeRef<CFStringRef> provider_class( in ProcessNetworkController()
/external/chromium_org/chrome/test/chromedriver/
Dtest_util.cc42 base::ScopedCFTypeRef<CFMutableDictionaryRef> filter_dict( in SwitchKeyboardLayout()
47 base::ScopedCFTypeRef<CFStringRef> id_ref(CFStringCreateWithCString( in SwitchKeyboardLayout()
50 base::ScopedCFTypeRef<CFArrayRef> sources( in SwitchKeyboardLayout()
/external/chromium_org/content/common/gpu/media/
Dvt_video_decode_accelerator.h64 base::ScopedCFTypeRef<CVImageBufferRef> image_buffer;
140 std::map<int32_t, base::ScopedCFTypeRef<CVImageBufferRef>> picture_bindings_;
146 base::ScopedCFTypeRef<CMFormatDescriptionRef> format_;
147 base::ScopedCFTypeRef<VTDecompressionSessionRef> session_;
/external/chromium_org/rlz/mac/lib/
Dmachine_id_mac.cc28 base::ScopedCFTypeRef<CFMutableDictionaryRef> matching_dict( in FindEthernetInterfaces()
33 base::ScopedCFTypeRef<CFMutableDictionaryRef> primary_interface( in FindEthernetInterfaces()
73 base::ScopedCFTypeRef<CFTypeRef> mac_data( in GetMACAddressFromIterator()
105 base::ScopedCFTypeRef<CFTypeRef> serial_number( in CopySerialNumber()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_truetype_font_mac.mm116 base::ScopedCFTypeRef<CTFontRef> font_ref_;
133 base::ScopedCFTypeRef<CFMutableDictionaryRef> attributes_ref(
139 base::ScopedCFTypeRef<CFMutableDictionaryRef> traits_ref(
160 base::ScopedCFTypeRef<CFNumberRef> symbolic_traits_ref(CFNumberCreate(
190 base::ScopedCFTypeRef<CFStringRef> name_ref(
199 base::ScopedCFTypeRef<CFNumberRef> weight_trait_ref(
209 base::ScopedCFTypeRef<CFNumberRef> width_trait_ref(
215 base::ScopedCFTypeRef<CTFontDescriptorRef> desc_ref(
226 base::ScopedCFTypeRef<CTFontDescriptorRef> desc_ref(
229 base::ScopedCFTypeRef<CFStringRef> family_name_ref(
[all …]
/external/chromium_org/printing/
Dpdf_metafile_cg_mac.h71 base::ScopedCFTypeRef<CGContextRef> context_;
74 base::ScopedCFTypeRef<CFMutableDataRef> pdf_data_;
77 mutable base::ScopedCFTypeRef<CGPDFDocumentRef> pdf_doc_;
/external/chromium_org/ui/gfx/
Drender_text_mac.cc119 base::ScopedCFTypeRef<CFDictionaryRef> attributes( in EnsureLayout()
127 base::ScopedCFTypeRef<CFStringRef> cf_text( in EnsureLayout()
129 base::ScopedCFTypeRef<CFAttributedStringRef> attr_text( in EnsureLayout()
131 base::ScopedCFTypeRef<CFMutableAttributedStringRef> attr_text_mutable( in EnsureLayout()
213 base::ScopedCFTypeRef<CGColorRef> foreground( in ApplyStyles()
221 base::ScopedCFTypeRef<CFNumberRef> underline_value( in ApplyStyles()
232 base::ScopedCFTypeRef<CTFontRef> styled_font( in ApplyStyles()
313 base::ScopedCFTypeRef<CFStringRef> font_name_ref( in ComputeRuns()
/external/chromium_org/ui/gfx/image/
Dimage_unittest_util_ios.mm17 base::ScopedCFTypeRef<CGImageRef> pixel_image(
21 base::ScopedCFTypeRef<CGColorSpaceRef> color_space(
23 base::ScopedCFTypeRef<CGContextRef> bitmap_context(CGBitmapContextCreate(
/external/chromium_org/sync/util/
Dget_session_name_mac.mm20 base::ScopedCFTypeRef<SCDynamicStoreRef> store(SCDynamicStoreCreate(
22 base::ScopedCFTypeRef<CFStringRef> machine_name(
28 base::ScopedCFTypeRef<CFStringRef> computer_name(
/external/chromium_org/content/common/gpu/
Dgpu_memory_buffer_factory_io_surface.cc25 base::ScopedCFTypeRef<CFNumberRef> number( in AddIntegerValue()
43 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties; in CreateGpuMemoryBuffer()
60 base::ScopedCFTypeRef<IOSurfaceRef> io_surface(IOSurfaceCreate(properties)); in CreateGpuMemoryBuffer()

123456