Home
last modified time | relevance | path

Searched refs:CFDictionaryRef (Results 1 – 25 of 2686) sorted by relevance

12345678910>>...108

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCFDictionary.pas395 CFDictionaryRef = ^__CFDictionary; { an opaque type }
397 CFDictionaryRefPtr = ^CFDictionaryRef;
404 CFMutableDictionaryRef = CFDictionaryRef;
518 …FDictionaryCreateCopy( allocator: CFAllocatorRef; theDict: CFDictionaryRef ): CFDictionaryRef; ext… in CFDictionaryCreateCopy()
652 function CFDictionaryGetCount( theDict: CFDictionaryRef ): CFIndex; external name '_CFDictionaryGet… in CFDictionaryGetCount()
670 function CFDictionaryGetCountOfKey( theDict: CFDictionaryRef; key: {const} UnivPtr ): CFIndex; exte… in CFDictionaryGetCountOfKey()
685 function CFDictionaryGetCountOfValue( theDict: CFDictionaryRef; value: {const} UnivPtr ): CFIndex; … in CFDictionaryGetCountOfValue()
702 function CFDictionaryContainsKey( theDict: CFDictionaryRef; key: {const} UnivPtr ): Boolean; extern… in CFDictionaryContainsKey()
717 function CFDictionaryContainsValue( theDict: CFDictionaryRef; value: {const} UnivPtr ): Boolean; ex… in CFDictionaryContainsValue()
738 function CFDictionaryGetValue( theDict: CFDictionaryRef; key: {const} UnivPtr ): UnivPtr; external … in CFDictionaryGetValue()
[all …]
H A DQLGenerator.pas278 function QLThumbnailRequestCopyOptions( thumbnail: QLThumbnailRequestRef ): CFDictionaryRef; extern… in QLThumbnailRequestCopyOptions()
330 …ge( thumbnail: QLThumbnailRequestRef; image: CGImageRef; properties: CFDictionaryRef ); external n…
339 …Data( thumbnail: QLThumbnailRequestRef; data: CFDataRef; properties: CFDictionaryRef ); external n…
351 … QLThumbnailRequestRef; size: CGSize; isBitmap: Boolean; properties: CFDictionaryRef ): CGContextR… in QLThumbnailRequestCreateContext()
368 …eAtURL( thumbnail: QLThumbnailRequestRef; url: CFURLRef; properties: CFDictionaryRef ); external n…
380 …aRef; contentTypeUTI: CFStringRef; previewProperties: CFDictionaryRef; properties: CFDictionaryRef
392 …LRef; contentTypeUTI: CFStringRef; previewProperties: CFDictionaryRef; properties: CFDictionaryRef
519 function QLPreviewRequestCopyOptions( preview: QLPreviewRequestRef ): CFDictionaryRef; external nam… in QLPreviewRequestCopyOptions()
587 …wRequestRef; url: CFURLRef; contentTypeUTI: CFStringRef; properties: CFDictionaryRef ); external n…
599 …w: QLPreviewRequestRef; size: CGSize; isBitmap: Boolean; properties: CFDictionaryRef ): CGContextR… in QLPreviewRequestCreateContext()
[all …]
H A DCGImageSource.pas316 function CGImageSourceCreateWithDataProvider( provider: CGDataProviderRef; options: CFDictionaryRef in CGImageSourceCreateWithDataProvider()
323 function CGImageSourceCreateWithData( data: CFDataRef; options: CFDictionaryRef ): CGImageSourceRef… in CGImageSourceCreateWithData()
330 function CGImageSourceCreateWithURL( url: CFURLRef; options: CFDictionaryRef ): CGImageSourceRef; e… in CGImageSourceCreateWithURL()
351 …mageSourceCopyProperties( isrc: CGImageSourceRef; options: CFDictionaryRef ): CFDictionaryRef; ext… in CGImageSourceCopyProperties()
359 …esAtIndex( isrc: CGImageSourceRef; index: size_t; options: CFDictionaryRef ): CFDictionaryRef; ext… in CGImageSourceCopyPropertiesAtIndex()
367 …CopyMetadataAtIndex( isrc: CGImageSourceRef; index: size_t; options: CFDictionaryRef ): CGImageMet… in CGImageSourceCopyMetadataAtIndex()
375 …eCreateImageAtIndex( isrc: CGImageSourceRef; index: size_t; options: CFDictionaryRef ): CGImageRef… in CGImageSourceCreateImageAtIndex()
383 …ateThumbnailAtIndex( isrc: CGImageSourceRef; index: size_t; options: CFDictionaryRef ): CGImageRef… in CGImageSourceCreateThumbnailAtIndex()
392 function CGImageSourceCreateIncremental( options: CFDictionaryRef ): CGImageSourceRef; external nam… in CGImageSourceCreateIncremental()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFDictionary.h34 typedef const struct __CFDictionary *CFDictionaryRef; typedef
81 CF_EXPORT CFDictionaryRef
87 CF_EXPORT CFDictionaryRef
95 CFDictionaryContainsKey (CFDictionaryRef theDict, const void *key);
98 CFDictionaryContainsValue (CFDictionaryRef theDict, const void *value);
100 CF_EXPORT CFIndex CFDictionaryGetCount (CFDictionaryRef theDict);
103 CFDictionaryGetCountOfKey (CFDictionaryRef theDict, const void *key);
112 CF_EXPORT const void *CFDictionaryGetValue (CFDictionaryRef theDict,
116 CFDictionaryGetValueIfPresent (CFDictionaryRef theDict, const void *key,
124 CFDictionaryApplyFunction (CFDictionaryRef theDict,
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/iostool/
H A Dmobiledevicelib.h68 typedef am_res_t (MDEV_API *AMDeviceInstallApplicationCallback)(CFDictionaryRef, void *);
74 typedef void (MDEV_API *AMDeviceMountImageCallback)(CFDictionaryRef, int);
92 typedef am_res_t (MDEV_API *AMDeviceMountImagePtr)(AMDeviceRef, CFStringRef, CFDictionaryRef,
97 …m_res_t (MDEV_API *AMDeviceLookupApplicationsPtr)(AMDeviceRef, CFDictionaryRef, CFDictionaryRef *);
110 typedef bool (MDEV_API *AMDeviceIsAtLeastVersionOnPlatformPtr)(AMDeviceRef, CFDictionaryRef);
142 am_res_t deviceMountImage(AMDeviceRef, CFStringRef, CFDictionaryRef,
144 am_res_t deviceUninstallApplication(int, CFStringRef, CFDictionaryRef,
147 am_res_t deviceLookupApplications(AMDeviceRef, CFDictionaryRef, CFDictionaryRef *);
159 CFDictionaryRef,
162 CFDictionaryRef options,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc51 on_window(reinterpret_cast<CFDictionaryRef>( in GetWindowRef()
121 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList()
181 [windows](CFDictionaryRef window) { in GetWindowList()
196 CFDictionaryRef window) { in IsWindowFullScreen()
198 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>( in IsWindowFullScreen()
220 bool IsWindowOnScreen(CFDictionaryRef window) { in IsWindowOnScreen()
237 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle()
247 WindowId GetWindowId(CFDictionaryRef window) { in GetWindowId()
265 int GetWindowPID(CFDictionaryRef window) { in GetWindowPID()
294 DesktopRect GetWindowBounds(CFDictionaryRef window) { in GetWindowBounds()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc51 on_window(reinterpret_cast<CFDictionaryRef>( in GetWindowRef()
121 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList()
181 [windows](CFDictionaryRef window) { in GetWindowList()
196 CFDictionaryRef window) { in IsWindowFullScreen()
198 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>( in IsWindowFullScreen()
220 bool IsWindowOnScreen(CFDictionaryRef window) { in IsWindowOnScreen()
237 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle()
247 WindowId GetWindowId(CFDictionaryRef window) { in GetWindowId()
265 int GetWindowPID(CFDictionaryRef window) { in GetWindowPID()
294 DesktopRect GetWindowBounds(CFDictionaryRef window) { in GetWindowBounds()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc51 on_window(reinterpret_cast<CFDictionaryRef>( in GetWindowRef()
121 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList()
181 [windows](CFDictionaryRef window) { in GetWindowList()
196 CFDictionaryRef window) { in IsWindowFullScreen()
198 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>( in IsWindowFullScreen()
220 bool IsWindowOnScreen(CFDictionaryRef window) { in IsWindowOnScreen()
237 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle()
247 WindowId GetWindowId(CFDictionaryRef window) { in GetWindowId()
265 int GetWindowPID(CFDictionaryRef window) { in GetWindowPID()
294 DesktopRect GetWindowBounds(CFDictionaryRef window) { in GetWindowBounds()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc69 on_window(reinterpret_cast<CFDictionaryRef>( in GetWindowRef()
106 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList()
224 CFDictionaryRef window) { in IsWindowFullScreen()
226 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>( in IsWindowFullScreen()
250 GetWindowRef(id, [&](CFDictionaryRef window) { in IsWindowFullScreen()
256 bool IsWindowOnScreen(CFDictionaryRef window) { in IsWindowOnScreen()
272 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle()
313 WindowId GetWindowId(CFDictionaryRef window) { in GetWindowId()
331 int GetWindowOwnerPid(CFDictionaryRef window) { in GetWindowOwnerPid()
387 DesktopRect GetWindowBounds(CFDictionaryRef window) { in GetWindowBounds()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc69 on_window(reinterpret_cast<CFDictionaryRef>( in GetWindowRef()
106 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList()
224 CFDictionaryRef window) { in IsWindowFullScreen()
226 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>( in IsWindowFullScreen()
250 GetWindowRef(id, [&](CFDictionaryRef window) { in IsWindowFullScreen()
256 bool IsWindowOnScreen(CFDictionaryRef window) { in IsWindowOnScreen()
272 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle()
313 WindowId GetWindowId(CFDictionaryRef window) { in GetWindowId()
331 int GetWindowOwnerPid(CFDictionaryRef window) { in GetWindowOwnerPid()
387 DesktopRect GetWindowBounds(CFDictionaryRef window) { in GetWindowBounds()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc69 on_window(reinterpret_cast<CFDictionaryRef>( in GetWindowRef()
106 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList()
224 CFDictionaryRef window) { in IsWindowFullScreen()
226 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>( in IsWindowFullScreen()
250 GetWindowRef(id, [&](CFDictionaryRef window) { in IsWindowFullScreen()
256 bool IsWindowOnScreen(CFDictionaryRef window) { in IsWindowOnScreen()
272 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle()
313 WindowId GetWindowId(CFDictionaryRef window) { in GetWindowId()
331 int GetWindowOwnerPid(CFDictionaryRef window) { in GetWindowOwnerPid()
387 DesktopRect GetWindowBounds(CFDictionaryRef window) { in GetWindowBounds()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/desktop_capture/mac/
H A Dwindow_list_utils.cc69 on_window(reinterpret_cast<CFDictionaryRef>( in GetWindowRef()
106 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>( in GetWindowList()
224 CFDictionaryRef window) { in IsWindowFullScreen()
226 CFDictionaryRef bounds_ref = reinterpret_cast<CFDictionaryRef>( in IsWindowFullScreen()
250 GetWindowRef(id, [&](CFDictionaryRef window) { in IsWindowFullScreen()
256 bool IsWindowOnScreen(CFDictionaryRef window) { in IsWindowOnScreen()
272 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle()
313 WindowId GetWindowId(CFDictionaryRef window) { in GetWindowId()
331 int GetWindowOwnerPid(CFDictionaryRef window) { in GetWindowOwnerPid()
387 DesktopRect GetWindowBounds(CFDictionaryRef window) { in GetWindowBounds()
[all …]

12345678910>>...108