Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dfull_screen_win_application_handler.cc150 constexpr size_t kScreenClassNameLength = arraysize(kScreenClassName) - 1; in IsEditorWindow() local
160 if (length != kScreenClassNameLength) in IsEditorWindow()
162 return wcsncmp(buffer, kScreenClassName, kScreenClassNameLength) == 0; in IsEditorWindow()