Searched refs:on_window (Results 1 – 4 of 4) sorted by relevance
52 rtc::FunctionView<void(CFDictionaryRef)> on_window) { in GetWindowRef() argument53 RTC_DCHECK(on_window); in GetWindowRef()69 on_window(reinterpret_cast<CFDictionaryRef>( in GetWindowRef()83 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window, in GetWindowList() argument86 RTC_DCHECK(on_window); in GetWindowList()148 if (!on_window(window)) { in GetWindowList()
31 bool GetWindowList(rtc::FunctionView<bool(CFDictionaryRef)> on_window,
125 rtc::FunctionView<bool(::Window)> on_window) { in GetWindowList() argument127 RTC_DCHECK(on_window); in GetWindowList()156 if (!on_window(app_window)) { in GetWindowList()
32 rtc::FunctionView<bool(::Window)> on_window);