Searched refs:CFMutableDictionaryRef (Results 1 - 25 of 31) sorted by relevance

12

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableDictionary.cpp15 CFCMutableDictionary::CFCMutableDictionary(CFMutableDictionaryRef s) :
16 CFCReleaser<CFMutableDictionaryRef> (s)
24 CFCReleaser<CFMutableDictionaryRef> (rhs)
50 CFMutableDictionaryRef dict = get();
60 CFMutableDictionaryRef dict = get();
70 CFMutableDictionaryRef dict = get();
79 CFMutableDictionaryRef dict = get();
89 CFMutableDictionaryRef dict = get();
98 CFMutableDictionaryRef dict = get();
105 CFMutableDictionaryRef
[all...]
H A DCFCMutableDictionary.h15 class CFCMutableDictionary : public CFCReleaser<CFMutableDictionaryRef>
21 CFCMutableDictionary(CFMutableDictionaryRef s = NULL);
63 CFMutableDictionaryRef Dictionary(bool can_create);
/external/chromium_org/components/policy/core/common/
H A Dpreferences_mock_mac.h30 base::ScopedCFTypeRef<CFMutableDictionaryRef> values_;
H A Dpolicy_test_utils.cc98 CFMutableDictionaryRef dict =
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_mac.cc28 CFMutableDictionaryRef matching = IOServiceMatching(kIOMediaClass);
44 CFMutableDictionaryRef dict;
50 base::ScopedCFTypeRef<CFMutableDictionaryRef> dict_ref(dict);
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_io_surface.cc15 void AddBooleanValue(CFMutableDictionaryRef dictionary,
22 void AddIntegerValue(CFMutableDictionaryRef dictionary,
43 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties;
H A Dimage_transport_surface_iosurface_mac.cc26 void AddBooleanValue(CFMutableDictionaryRef dictionary,
33 void AddIntegerValue(CFMutableDictionaryRef dictionary,
61 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties;
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_mac.cc34 CFMutableDictionaryRef matching = IOServiceMatching(kIOMediaClass);
44 CFMutableDictionaryRef dict;
50 base::ScopedCFTypeRef<CFMutableDictionaryRef> dict_ref(dict);
/external/chromium_org/rlz/mac/lib/
H A Dmachine_id_mac.cc28 base::ScopedCFTypeRef<CFMutableDictionaryRef> matching_dict(
33 base::ScopedCFTypeRef<CFMutableDictionaryRef> primary_interface(
/external/chromium_org/chrome/common/mac/
H A Dlaunchd.h61 virtual CFMutableDictionaryRef CreatePlistFromFile(Domain domain,
H A Dmock_launchd.h44 virtual CFMutableDictionaryRef CreatePlistFromFile(
H A Dmock_launchd.cc268 CFMutableDictionaryRef MockLaunchd::CreatePlistFromFile(
/external/chromium_org/chrome/test/chromedriver/
H A Dtest_util.cc42 base::ScopedCFTypeRef<CFMutableDictionaryRef> filter_dict(
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc110 static void AddBooleanValue(CFMutableDictionaryRef dictionary,
117 static void AddIntegerValue(CFMutableDictionaryRef dictionary,
215 base::ScopedCFTypeRef<CFMutableDictionaryRef> properties;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h120 typedef struct __CFDictionary * CFMutableDictionaryRef; typedef in typeref:struct:__CFDictionary
121 extern CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
122 void CFDictionarySetValue(CFMutableDictionaryRef, const void *, const void *);
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c111 static void HIDGetCollectionElements (CFMutableDictionaryRef deviceProperties, recDevice *pDevice);
349 HIDGetCollectionElements ((CFMutableDictionaryRef) refElement, pDevice);
398 static void HIDGetCollectionElements (CFMutableDictionaryRef deviceProperties, recDevice *pDevice)
422 static void HIDGetDeviceInfo (io_object_t hidDevice, CFMutableDictionaryRef hidProperties, recDevice *pDevice)
424 CFMutableDictionaryRef usbProperties = 0;
495 CFMutableDictionaryRef hidProperties = 0;
575 CFMutableDictionaryRef hidMatchDictionary = NULL;
613 SDL_SetError("Joystick: Failed to get HID CFMutableDictionaryRef via IOServiceMatching.");
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DSimpleFontDataCoreText.cpp52 CFMutableDictionaryRef mutableAttributes = (CFMutableDictionaryRef)attributesDictionary.get();
H A DComplexTextControllerCoreText.mm211 CFDictionarySetValue(const_cast<CFMutableDictionaryRef>(stringAttributes.get()), kCTFontAttributeName, fontWithCascadeList.get());
H A DSimpleFontDataMac.mm129 if (CFMutableDictionaryRef dictionary = m_derivedFontData->compositeFontReferences.get()) {
/external/lldb/tools/debugserver/source/
H A DRNBServices.cpp72 CFReleaser<CFMutableDictionaryRef> appInfoDict (::CFDictionaryCreateMutable (alloc, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
154 CFReleaser<CFMutableDictionaryRef> appInfoDict (::CFDictionaryCreateMutable (alloc, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
/external/chromium_org/content/common/gpu/media/
H A Dvt_video_decode_accelerator.cc137 base::ScopedCFTypeRef<CFMutableDictionaryRef> decoder_config(
150 base::ScopedCFTypeRef<CFMutableDictionaryRef> image_config(
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id_mac.cc178 CFMutableDictionaryRef match_classes =
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSimpleFontData.h219 mutable RetainPtr<CFMutableDictionaryRef> compositeFontReferences;
/external/chromium_org/device/hid/
H A Dhid_service_mac.cc86 CFMutableDictionaryRef collections_filter =
/external/chromium_org/content/browser/gamepad/
H A Dxbox_data_fetcher_mac.cc708 base::ScopedCFTypeRef<CFMutableDictionaryRef> matching_dict(

Completed in 2164 milliseconds

12