Home
last modified time | relevance | path

Searched refs:GetWindowOwnerPid (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/desktop_capture/mac/
Dfull_screen_mac_application_handler.cc60 owner_pid_(GetWindowOwnerPid(sourceId)) {} in FullScreenMacApplicationHandler()
71 GetWindowOwnerPid(src.id) == owner_pid_; in InvalidateCacheIfNeeded()
151 int pid = GetWindowOwnerPid(sourceId); in CreateFullScreenMacApplicationHandler()
Dwindow_list_utils.h78 int GetWindowOwnerPid(CFDictionaryRef window);
82 int GetWindowOwnerPid(CGWindowID id);
Dwindow_list_utils.cc169 const int pid = GetWindowOwnerPid(window); in GetWindowList()
306 owner_name = GetWindowOwnerPid(window); in GetWindowOwnerName()
331 int GetWindowOwnerPid(CFDictionaryRef window) { in GetWindowOwnerPid() function
346 int GetWindowOwnerPid(CGWindowID id) { in GetWindowOwnerPid() function
349 pid = GetWindowOwnerPid(window); in GetWindowOwnerPid()