Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/win/
Dfull_screen_win_application_handler.cc168 const bool max_box = WS_MAXIMIZEBOX & style; in IsSlideShowWindow() local
169 return !min_box && !max_box; in IsSlideShowWindow()