Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_win.cc43 const int class_name_length = GetClassName(hwnd, class_name, kClassLength); in WindowsEnumerationHandler() local
44 RTC_DCHECK(class_name_length) in WindowsEnumerationHandler()