Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/
Dextension_commands_global_registry_apitest.cc96 ScopedCFTypeRef<CGEventRef> shift_up(CGEventCreateKeyboardEvent( in SendNativeCommandShift() local
107 CGEventPost(event_tap_location, shift_up); in SendNativeCommandShift()
/external/chromium_org/v8/src/arm/
Dmacro-assembler-arm.cc309 int shift_up = 32 - lsb - width; in Sbfx() local
310 int shift_down = lsb + shift_up; in Sbfx()
311 if (shift_up != 0) { in Sbfx()
312 mov(dst, Operand(dst, LSL, shift_up), LeaveCC, cond); in Sbfx()