Home
last modified time | relevance | path

Searched refs:kTitleLength (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc69 const size_t kTitleLength = 32; in TopWindowVerifier() local
70 WCHAR window_title[kTitleLength]; in TopWindowVerifier()
71 GetWindowText(hwnd, window_title, kTitleLength); in TopWindowVerifier()
72 if (wcsnlen_s(window_title, kTitleLength) == 0) { in TopWindowVerifier()
Dwindow_capturer_win.cc66 const size_t kTitleLength = 500; in WindowsEnumerationHandler() local
67 WCHAR window_title[kTitleLength]; in WindowsEnumerationHandler()
69 GetWindowText(hwnd, window_title, kTitleLength); in WindowsEnumerationHandler()