Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_x11.cc118 bool GetWindowTitle(::Window window, std::string* title);
189 if (GetWindowTitle(app_window, &w.title)) in GetWindowList()
398 bool WindowCapturerLinux::GetWindowTitle(::Window window, std::string* title) { in GetWindowTitle() function in webrtc::__anon94992dd40111::WindowCapturerLinux
/external/webrtc/webrtc/modules/desktop_capture/mac/
Dfull_screen_chrome_window_detector.cc79 std::string GetWindowTitle(CGWindowID id) { in GetWindowTitle() function
127 std::string title = GetWindowTitle(id); in FindFullScreenWindowWithSamePidAndTitle()
/external/webrtc/webrtc/base/
Dx11windowpicker.cc626 if (GetWindowTitle(app_window, &title)) { in EnumerateScreenWindows()
639 bool GetWindowTitle(Window window, std::string* title) { in GetWindowTitle() function in rtc::XWindowEnumerator