HomeSort by relevance Sort by last modified time
    Searched refs:ScopedCFTypeRef (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/chromium_org/base/mac/
scoped_cftyperef.h 16 // ScopedCFTypeRef<> is patterned after scoped_ptr<>, but maintains ownership
21 // By default, ScopedCFTypeRef<> takes ownership of an object (in the
23 // claim. The caller must own the object it gives to ScopedCFTypeRef<>, and
24 // relinquishes an ownership claim to that object. ScopedCFTypeRef<> does not
27 // then ScopedCFTypeRef<> will call CFRetain() on the object, and the initial
31 class ScopedCFTypeRef {
35 explicit ScopedCFTypeRef(
43 ScopedCFTypeRef(const ScopedCFTypeRef<CFT>& that)
49 ~ScopedCFTypeRef() {
    [all...]
  /external/chromium/base/mac/
scoped_cftyperef.h 17 // ScopedCFTypeRef<> is patterned after scoped_ptr<>, but maintains ownership
22 // When ScopedCFTypeRef<> takes ownership of an object (in the constructor or
24 // caller must own the object it gives to ScopedCFTypeRef<>, and relinquishes
25 // an ownership claim to that object. ScopedCFTypeRef<> does not call
28 class ScopedCFTypeRef {
32 explicit ScopedCFTypeRef(CFT object = NULL)
36 ~ScopedCFTypeRef() {
63 void swap(ScopedCFTypeRef& that) {
69 // ScopedCFTypeRef<>::release() is like scoped_ptr<>::release. It is NOT
70 // a wrapper for CFRelease(). To force a ScopedCFTypeRef<> object to cal
    [all...]
  /external/chromium/chrome/common/
chrome_content_plugin_client.cc 22 base::mac::ScopedCFTypeRef<CFStringRef> cf_plugin_name(
24 base::mac::ScopedCFTypeRef<CFStringRef> app_name(
27 base::mac::ScopedCFTypeRef<CFStringRef> process_name(
multi_process_lock_mac.cc 34 base::mac::ScopedCFTypeRef<CFStringRef> scoped_cf_name(cf_name);
49 base::mac::ScopedCFTypeRef<CFMessagePortRef> port_;
  /external/chromium/chrome/browser/
preferences_mock_mac.h 29 base::mac::ScopedCFTypeRef<CFMutableDictionaryRef> values_;
30 base::mac::ScopedCFTypeRef<CFMutableSetRef> forced_;
  /external/chromium_org/chrome/browser/policy/
preferences_mock_mac.h 29 base::ScopedCFTypeRef<CFMutableDictionaryRef> values_;
30 base::ScopedCFTypeRef<CFMutableSetRef> forced_;
policy_loader_mac_unittest.cc 22 using base::ScopedCFTypeRef;
80 ScopedCFTypeRef<CFStringRef> key(
82 ScopedCFTypeRef<CFPropertyListRef> cf_value(
101 ScopedCFTypeRef<CFPropertyListRef> cf_value(
172 ScopedCFTypeRef<CFStringRef> name(base::SysUTF8ToCFStringRef(policy_name));
173 ScopedCFTypeRef<CFStringRef> value(base::SysUTF8ToCFStringRef(policy_value));
179 ScopedCFTypeRef<CFStringRef> name(base::SysUTF8ToCFStringRef(policy_name));
180 ScopedCFTypeRef<CFNumberRef> value(
187 ScopedCFTypeRef<CFStringRef> name(base::SysUTF8ToCFStringRef(policy_name));
195 ScopedCFTypeRef<CFStringRef> name(base::SysUTF8ToCFStringRef(policy_name))
    [all...]
  /external/chromium/net/base/
platform_mime_util_mac.cc 21 base::mac::ScopedCFTypeRef<CFStringRef> ext_ref(
25 base::mac::ScopedCFTypeRef<CFStringRef> uti(
31 base::mac::ScopedCFTypeRef<CFStringRef> mime_ref(
42 base::mac::ScopedCFTypeRef<CFStringRef> mime_ref(
46 base::mac::ScopedCFTypeRef<CFStringRef> uti(
52 base::mac::ScopedCFTypeRef<CFStringRef> ext_ref(
  /external/chromium_org/chrome/common/
multi_process_lock_mac.cc 36 base::ScopedCFTypeRef<CFStringRef> scoped_cf_name(cf_name);
51 base::ScopedCFTypeRef<CFMessagePortRef> port_;
  /external/chromium_org/printing/
image_mac.cc 28 base::ScopedCFTypeRef<CGColorSpaceRef> color_space(
30 base::ScopedCFTypeRef<CGContextRef> bitmap_context(
pdf_metafile_cg_mac.h 74 base::ScopedCFTypeRef<CGContextRef> context_;
77 base::ScopedCFTypeRef<CFMutableDataRef> pdf_data_;
80 mutable base::ScopedCFTypeRef<CGPDFDocumentRef> pdf_doc_;
  /external/chromium_org/chrome/test/chromedriver/
test_util.h 30 base::ScopedCFTypeRef<TISInputSourceRef> layout_;
test_util.cc 42 base::ScopedCFTypeRef<CFMutableDictionaryRef> filter_dict(
47 base::ScopedCFTypeRef<CFStringRef> id_ref(CFStringCreateWithCString(
50 base::ScopedCFTypeRef<CFArrayRef> sources(
  /external/chromium_org/chrome/test/webdriver/
webdriver_test_util.h 32 base::ScopedCFTypeRef<TISInputSourceRef> layout_;
webdriver_test_util.cc 44 base::ScopedCFTypeRef<CFMutableDictionaryRef> filter_dict(
49 base::ScopedCFTypeRef<CFStringRef> id_ref(CFStringCreateWithCString(
52 base::ScopedCFTypeRef<CFArrayRef> sources(
  /external/chromium_org/ui/gfx/
color_profile_mac.cc 13 base::ScopedCFTypeRef<CFDataRef> icc_profile(
  /external/chromium/chrome/browser/ui/cocoa/
tabpose_window.h 58 base::mac::ScopedCFTypeRef<CGColorRef> gray_;
59 base::mac::ScopedCFTypeRef<CGColorRef> darkBlue_;
81 base::mac::ScopedCFTypeRef<CGImageRef> closeIcon_;
  /external/chromium_org/chrome/browser/ui/cocoa/
tabpose_window.h 57 base::ScopedCFTypeRef<CGColorRef> gray_;
58 base::ScopedCFTypeRef<CGColorRef> darkBlue_;
80 base::ScopedCFTypeRef<CGImageRef> closeIcon_;
  /external/chromium_org/chrome/plugin/
chrome_content_plugin_client.cc 58 base::ScopedCFTypeRef<CFStringRef> cf_plugin_name(
60 base::ScopedCFTypeRef<CFStringRef> app_name(base::SysUTF16ToCFStringRef(
62 base::ScopedCFTypeRef<CFStringRef> process_name(
  /external/chromium/net/proxy/
proxy_resolver_mac.cc 69 base::mac::ScopedCFTypeRef<CFStringRef> query_ref(
71 base::mac::ScopedCFTypeRef<CFURLRef> query_url_ref(
77 base::mac::ScopedCFTypeRef<CFStringRef> pac_ref(
81 base::mac::ScopedCFTypeRef<CFURLRef> pac_url_ref(
104 base::mac::ScopedCFTypeRef<CFRunLoopSourceRef> runloop_source(
128 base::mac::ScopedCFTypeRef<CFArrayRef> proxy_array_ref((CFArrayRef)result);
  /external/chromium_org/net/proxy/
proxy_resolver_mac.cc 80 base::ScopedCFTypeRef<CFStringRef> query_ref(
82 base::ScopedCFTypeRef<CFURLRef> query_url_ref(
86 base::ScopedCFTypeRef<CFStringRef> pac_ref(base::SysUTF8ToCFStringRef(
90 base::ScopedCFTypeRef<CFURLRef> pac_url_ref(
111 base::ScopedCFTypeRef<CFRunLoopSourceRef> runloop_source(
132 base::ScopedCFTypeRef<CFArrayRef> proxy_array_ref(
  /external/chromium_org/remoting/host/
desktop_resizer_mac.cc 34 base::ScopedCFTypeRef<CFMutableArrayRef>* modes,
53 base::ScopedCFTypeRef<CFMutableArrayRef> modes;
65 base::ScopedCFTypeRef<CFMutableArrayRef> modes;
79 base::ScopedCFTypeRef<CFStringRef> encoding(
111 base::ScopedCFTypeRef<CFMutableArrayRef>* modes,
118 base::ScopedCFTypeRef<CFArrayRef> all_modes(
  /external/chromium_org/chrome/common/mac/
mock_launchd.cc 85 base::ScopedCFTypeRef<CFURLRef> url(
90 base::ScopedCFTypeRef<CFBundleRef> bundle(
128 base::ScopedCFTypeRef<CFStringRef> socket_path(CFStringCreateWithCString(
152 base::ScopedCFTypeRef<CFStringRef> path(
155 base::ScopedCFTypeRef<CFNumberRef> pid(
171 base::ScopedCFTypeRef<CFStringRef> path(
174 base::ScopedCFTypeRef<CFArrayRef> args(CFArrayCreate(
208 base::ScopedCFTypeRef<CFDataRef> address(
225 base::ScopedCFTypeRef<CFNumberRef> socket_fd(
228 base::ScopedCFTypeRef<CFArrayRef> sockets(CFArrayCreate
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_mac.cc 49 base::ScopedCFTypeRef<DASessionRef> session(DASessionCreate(allocator));
55 base::ScopedCFTypeRef<DADiskRef> disk(
62 base::ScopedCFTypeRef<CFDictionaryRef> disk_description(
77 base::ScopedCFTypeRef<CFStringRef> volume_uuid_string(
  /external/chromium_org/chrome/browser/mac/
security_wrappers.h 48 base::ScopedCFTypeRef<SecKeychainItemRef> item_;
49 base::ScopedCFTypeRef<SecAccessRef> access_;
59 base::ScopedCFTypeRef<CFArrayRef> application_list;
60 base::ScopedCFTypeRef<CFStringRef> description;

Completed in 1001 milliseconds

1 2 3 4