Home
last modified time | relevance | path

Searched refs:shift_key (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/
Dglobal_keyboard_shortcuts_mac.h12 bool shift_key; member
48 bool command_key, bool shift_key, bool cntrl_key, bool opt_key,
55 bool command_key, bool shift_key, bool cntrl_key, bool opt_key,
62 bool command_key, bool shift_key, bool cntrl_key, bool opt_key,
Dglobal_keyboard_shortcuts_mac.mm96 bool command_key, bool shift_key, bool cntrl_key, bool opt_key,
111 shortcut.shift_key == shift_key &&
124 bool command_key, bool shift_key, bool cntrl_key, bool opt_key,
137 if (MatchesEventForKeyboardShortcut(*it, command_key, shift_key, cntrl_key,
146 bool command_key, bool shift_key, bool cntrl_key, bool opt_key,
149 command_key, shift_key,
155 bool command_key, bool shift_key, bool cntrl_key, bool opt_key,
158 command_key, shift_key,
164 bool command_key, bool shift_key, bool cntrl_key, bool opt_key,
167 command_key, shift_key,
Dglobal_keyboard_shortcuts_mac_unittest.mm25 it->command_key, it->shift_key, it->cntrl_key, it->opt_key,
117 it->command_key, it->shift_key, it->cntrl_key, it->opt_key,
136 it->command_key, it->shift_key, it->cntrl_key, it->opt_key,
142 NSEvent* KeyEvent(bool command_key, bool shift_key,
148 if (shift_key)
/external/chromium_org/ui/base/
Dwindow_open_disposition.cc16 bool shift_key) { in DispositionFromClick() argument
23 return shift_key ? NEW_FOREGROUND_TAB : NEW_BACKGROUND_TAB; in DispositionFromClick()
24 if (shift_key) in DispositionFromClick()
Dwindow_open_disposition.h27 bool shift_key);
/external/chromium_org/content/browser/webui/
Dgeneric_handler.cc35 bool shift_key; in HandleNavigateToUrl() local
43 CHECK(args->GetBoolean(6, &shift_key)); in HandleNavigateToUrl()
49 middle_button, alt_key, ctrl_key, meta_key, shift_key); in HandleNavigateToUrl()
/external/chromium_org/ui/base/webui/
Dweb_ui_util.cc67 bool shift_key = false; in GetDispositionFromClick() local
73 CHECK(args->GetBoolean(start_index++, &shift_key)); in GetDispositionFromClick()
75 button == 1.0, alt_key, ctrl_key, meta_key, shift_key); in GetDispositionFromClick()
/external/chromium_org/chrome/renderer/resources/extensions/
Dsearchbox_api.js134 shift_key) { argument
139 shift_key);
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_engine_interface.cc12 shift_key(false), in KeyboardEvent()
Dinput_method_engine_interface.h37 bool shift_key; member
Dinput_method_engine.cc148 ext_event->shift_key = event.IsShiftDown(); in GetExtensionKeyboardEventFromKeyEvent()
361 flags |= event.shift_key ? ui::EF_SHIFT_DOWN : ui::EF_NONE; in SendKeyEvents()
/external/chromium_org/chrome/browser/extensions/api/input_ime/
Dinput_ime_api.cc210 key_data_value.shift_key.reset(new bool(event.shift_key)); in OnKeyEvent()
580 if (key_data[i]->shift_key) in RunAsync()
581 event.shift_key = *(key_data[i]->shift_key); in RunAsync()
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
Dbrlapi_keycode_map.cc38 event->shift_key.reset(new bool(true)); in MapModifierFlags()
/external/chromium_org/chrome/renderer/searchbox/
Dsearchbox_extension.cc673 bool shift_key = args[4]->BooleanValue(); in GetDispositionFromClick() local
679 shift_key); in GetDispositionFromClick()