HomeSort by relevance Sort by last modified time
    Searched refs:window_state (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_x11.cc 327 XWindowProperty<uint32_t> window_state(display(), window, wm_state_atom_);
330 int32_t state = window_state.is_valid() ?
331 *window_state.data() : WithdrawnState;
  /external/autotest/client/cros/multimedia/
display_facade_native.py 549 window_state = "fullscreen"
551 window_state = "normal"
560 % window_state)
  /external/zlib/src/contrib/inflate86/
inffast.S 155 #define window_state 44 /* state->window */ define
303 movl window_state(state_r), %edx
    [all...]
  /external/zlib/src/contrib/masmx86/
inffas32.asm 139 window_state equ (40+4+zlib1222sup) ;/* state->window */ define
227 mov edx, [edi+window_state]

Completed in 75 milliseconds