Searched refs:GetWindowTitle (Results 1 – 3 of 3) sorted by relevance
118 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
79 std::string GetWindowTitle(CGWindowID id) { in GetWindowTitle() function127 std::string title = GetWindowTitle(id); in FindFullScreenWindowWithSamePidAndTitle()
626 if (GetWindowTitle(app_window, &title)) { in EnumerateScreenWindows()639 bool GetWindowTitle(Window window, std::string* title) { in GetWindowTitle() function in rtc::XWindowEnumerator