Searched refs:GetWindowText (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/base/ |
D | win32windowpicker_unittest.cc | 74 GetWindowText(window_picker.visible_window()->handle(), window_title, in TEST()
|
D | win32windowpicker.cc | 62 GetWindowText(hwnd, window_title, arraysize(window_title)); in EnumProc()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | cropping_window_capturer_win.cc | 71 GetWindowText(hwnd, window_title, kTitleLength); in TopWindowVerifier()
|
D | window_capturer_win.cc | 69 GetWindowText(hwnd, window_title, kTitleLength); in WindowsEnumerationHandler()
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.cc | 54 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/ |
D | Window.h | 247 { return GetWindowText(_window, string, maxCount); } in GetText()
|