Home
last modified time | relevance | path

Searched refs:GetWindowText (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32windowpicker_unittest.cc74 GetWindowText(window_picker.visible_window()->handle(), window_title, in TEST()
Dwin32windowpicker.cc62 GetWindowText(hwnd, window_title, arraysize(window_title)); in EnumProc()
/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc71 GetWindowText(hwnd, window_title, kTitleLength); in TopWindowVerifier()
Dwindow_capturer_win.cc69 GetWindowText(hwnd, window_title, kTitleLength); in WindowsEnumerationHandler()
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.cc54 std::string GetWindowText(HWND wnd) { in GetWindowText() function
325 std::string server(GetWindowText(edit1_)); in OnDefaultAction()
326 std::string port_str(GetWindowText(edit2_)); in OnDefaultAction()
/external/lzma/CPP/Windows/
DWindow.h247 { return GetWindowText(_window, string, maxCount); } in GetText()