Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.h58 std::string GetWindowTitle(CFDictionaryRef window);
62 std::string GetWindowTitle(CGWindowID id);
Dwindow_list_utils.cc168 const std::string title = GetWindowTitle(window); in GetWindowList()
272 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle() function
283 std::string GetWindowTitle(CGWindowID id) { in GetWindowTitle() function
286 title = GetWindowTitle(window); in GetWindowTitle()
Dfull_screen_mac_application_handler.cc85 const std::string title = GetWindowTitle(original_window); in FindFullScreenWindowWithSamePid()
100 const std::string window_title = GetWindowTitle(src.id); in FindFullScreenWindowWithSamePid()
/external/webrtc/modules/desktop_capture/linux/
Dwindow_capturer_x11.cc60 if (this->GetWindowTitle(window, &w.title)) { in GetSourceList()
210 bool WindowCapturerX11::GetWindowTitle(::Window window, std::string* title) { in GetWindowTitle() function in webrtc::WindowCapturerX11
Dwindow_capturer_x11.h56 bool GetWindowTitle(::Window window, std::string* title);