Home
last modified time | relevance | path

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

/external/quake/quake/src/WinQuake/
Dkeys.cpp32 int shift_down=false; variable
630 shift_down = down; in Key_Event()
720 if (shift_down) in Key_Event()
/external/quake/quake/src/QW/client/
Dkeys.c34 int shift_down=false; variable
713 shift_down = down; in Key_Event()
803 if (shift_down) in Key_Event()
/external/chromium/chrome/browser/
Dexternal_tab_container_win.cc1020 bool shift_down = (accelerators[i].fVirt & FSHIFT) == FSHIFT; in LoadAccelerators() local
1023 shift_down, ctrl_down, alt_down); in LoadAccelerators()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc2196 bool shift_down = (accelerators[i].fVirt & FSHIFT) == FSHIFT; local
2199 shift_down, ctrl_down, alt_down);
/external/v8/src/arm/
Dmacro-assembler-arm.cc318 int shift_down = lsb + shift_up; in Sbfx() local
322 if (shift_down != 0) { in Sbfx()
323 mov(dst, Operand(dst, ASR, shift_down), LeaveCC, cond); in Sbfx()