Searched defs:sc_mask (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc732 static const int sc_mask = 0xFFF0; local
733 switch (command & sc_mask) {
/external/strace/
H A Dsignal.c73 unsigned long sc_mask; member in struct:sigcontext
816 tprintsigmask_val(") (mask ", sc.sc_mask);
846 tprintsigmask_val(") (mask ", sc.sc_mask);
856 tprintsigmask_val(") (mask ", sc.sc_mask);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc2065 static const int sc_mask = 0xFFF0; local
2068 (((notification_code & sc_mask) == SC_SIZE) ||
2069 ((notification_code & sc_mask) == SC_MOVE) ||
2070 ((notification_code & sc_mask) == SC_MAXIMIZE)))
2073 if ((notification_code & sc_mask) == SC_MINIMIZE ||
2074 (notification_code & sc_mask) == SC_MAXIMIZE ||
2075 (notification_code & sc_mask) == SC_RESTORE) {
2077 } else if ((notification_code & sc_mask) == SC_MOVE ||
2078 (notification_code & sc_mask) == SC_SIZE) {
2090 if ((notification_code & sc_mask)
[all...]

Completed in 699 milliseconds