Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/
Dextension_commands_global_registry_apitest.cc87 ScopedCFTypeRef<CGEventRef> shift_down(CGEventCreateKeyboardEvent( in SendNativeCommandShift() local
104 CGEventPost(event_tap_location, shift_down); in SendNativeCommandShift()
/external/chromium_org/v8/src/arm/
Dmacro-assembler-arm.cc310 int shift_down = lsb + shift_up; in Sbfx() local
314 if (shift_down != 0) { in Sbfx()
315 mov(dst, Operand(dst, ASR, shift_down), LeaveCC, cond); in Sbfx()