HomeSort by relevance Sort by last modified time
    Searched refs:scoped_cftyperef (Results 1 - 13 of 13) sorted by null

  /external/chromium/base/
scoped_cftyperef.h 11 // scoped_cftyperef<> is patterned after scoped_ptr<>, but maintains ownership
16 // When scoped_cftyperef<> takes ownership of an object (in the constructor or
18 // caller must own the object it gives to scoped_cftyperef<>, and relinquishes
19 // an ownership claim to that object. scoped_cftyperef<> does not call
22 class scoped_cftyperef { class
26 explicit scoped_cftyperef(CFT object = NULL) function in class:scoped_cftyperef
30 ~scoped_cftyperef() {
57 void swap(scoped_cftyperef& that) {
63 // scoped_cftyperef<>::release() is like scoped_ptr<>::release. It is NOT
64 // a wrapper for CFRelease(). To force a scoped_cftyperef<> object to cal
    [all...]
directory_watcher_mac.cc 13 #include "base/scoped_cftyperef.h"
92 scoped_cftyperef<CFStringRef> cf_path(CFStringCreateWithCString(
95 scoped_cftyperef<CFArrayRef> watched_paths(CFArrayCreate(
time_mac.cc 15 #include "base/scoped_cftyperef.h"
73 scoped_cftyperef<CFTimeZoneRef>
86 scoped_cftyperef<CFTimeZoneRef>
base.scons 473 'scoped_cftyperef.h',
file_path.cc 21 #include "base/scoped_cftyperef.h"
    [all...]
  /external/chromium/net/base/
platform_mime_util_mac.cc 8 #include "base/scoped_cftyperef.h"
19 scoped_cftyperef<CFStringRef> ext_ref(base::SysUTF8ToCFStringRef(ext_nodot));
22 scoped_cftyperef<CFStringRef> uti(
28 scoped_cftyperef<CFStringRef> mime_ref(
39 scoped_cftyperef<CFStringRef> mime_ref(base::SysUTF8ToCFStringRef(mime_type));
42 scoped_cftyperef<CFStringRef> uti(
48 scoped_cftyperef<CFStringRef> ext_ref(
network_change_notifier_mac.cc 31 #include "base/scoped_cftyperef.h"
69 scoped_cftyperef<CFRunLoopSourceRef> source_;
88 scoped_cftyperef<SCDynamicStoreRef> store(
105 scoped_cftyperef<CFMutableArrayRef> notification_keys(
109 scoped_cftyperef<CFStringRef> key(
x509_certificate_mac.cc 10 #include "base/scoped_cftyperef.h"
47 scoped_cftyperef<CFArrayRef> scoped_anchor_array(anchor_array);
429 scoped_cftyperef<SecPolicySearchRef>
435 scoped_cftyperef<SecPolicyRef> scoped_ssl_policy(ssl_policy);
455 scoped_cftyperef<CFArrayRef> scoped_cert_array(cert_array);
464 scoped_cftyperef<SecTrustRef> scoped_trust_ref(trust_ref);
470 scoped_cftyperef<CFArrayRef> scoped_anchor_array(anchor_array);
498 scoped_cftyperef<CFDataRef> scoped_action_data_ref(action_data_ref);
519 scoped_cftyperef<CFArrayRef> scoped_completed_chain(completed_chain);
ssl_config_service_mac.cc 9 #include "base/scoped_cftyperef.h"
39 scoped_cftyperef<CFPropertyListRef> scoped_plist_ref(plist_ref);
  /external/chromium/net/proxy/
proxy_resolver_mac.cc 11 #include "base/scoped_cftyperef.h"
63 scoped_cftyperef<CFStringRef> query_ref(
65 scoped_cftyperef<CFURLRef> query_url_ref(
71 scoped_cftyperef<CFStringRef> pac_ref(
73 scoped_cftyperef<CFURLRef> pac_url_ref(
96 scoped_cftyperef<CFRunLoopSourceRef> runloop_source(
120 scoped_cftyperef<CFArrayRef> proxy_array_ref((CFArrayRef)result);
proxy_config_service_mac.cc 12 #include "base/scoped_cftyperef.h"
43 scoped_cftyperef<CFDictionaryRef> config_dict(
  /external/chromium/net/socket/
ssl_test_util.cc 26 #include "base/scoped_cftyperef.h"
98 scoped_cftyperef<CFDataRef> scoped_pem(pem);
106 scoped_cftyperef<CFArrayRef> scoped_cert_array(cert_array);
ssl_client_socket_mac.cc 9 #include "base/scoped_cftyperef.h"
399 scoped_cftyperef<CFArrayRef> scoped_certs(certs);
    [all...]

Completed in 214 milliseconds