Home
last modified time | relevance | path

Searched defs:GetWindowTitle (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc288 std::string GetWindowTitle(CFDictionaryRef window) { in GetWindowTitle() function
299 std::string GetWindowTitle(CGWindowID id) { in GetWindowTitle() function
/external/webrtc/modules/desktop_capture/linux/x11/
Dwindow_capturer_x11.cc211 bool WindowCapturerX11::GetWindowTitle(::Window window, std::string* title) { in GetWindowTitle() function in webrtc::WindowCapturerX11