Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc193 const int class_name_length = in FilterUncapturableWindows() local
195 if (class_name_length < 1) in FilterUncapturableWindows()
270 const int class_name_length = GetClassNameW(hwnd, class_name, kClassLength); in IsWindowChromeNotification() local
271 if (class_name_length < 1 || in IsWindowChromeNotification()
Dwindow_capturer_win_gdi.cc79 const int class_name_length = in OwnedWindowCollector() local
81 if (class_name_length == kClassLength - 1 && in OwnedWindowCollector()