/external/chromium_org/chrome/browser/ |
D | global_keyboard_shortcuts_mac.h | 12 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,
|
D | global_keyboard_shortcuts_mac.mm | 96 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,
|
D | global_keyboard_shortcuts_mac_unittest.mm | 25 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/ |
D | window_open_disposition.cc | 16 bool shift_key) { in DispositionFromClick() argument 23 return shift_key ? NEW_FOREGROUND_TAB : NEW_BACKGROUND_TAB; in DispositionFromClick() 24 if (shift_key) in DispositionFromClick()
|
D | window_open_disposition.h | 27 bool shift_key);
|
/external/chromium_org/content/browser/webui/ |
D | generic_handler.cc | 35 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/ |
D | web_ui_util.cc | 67 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/ |
D | searchbox_api.js | 134 shift_key) { argument 139 shift_key);
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
D | input_method_engine_interface.cc | 12 shift_key(false), in KeyboardEvent()
|
D | input_method_engine_interface.h | 37 bool shift_key; member
|
D | input_method_engine.cc | 148 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/ |
D | input_ime_api.cc | 210 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/ |
D | brlapi_keycode_map.cc | 38 event->shift_key.reset(new bool(true)); in MapModifierFlags()
|
/external/chromium_org/chrome/renderer/searchbox/ |
D | searchbox_extension.cc | 673 bool shift_key = args[4]->BooleanValue(); in GetDispositionFromClick() local 679 shift_key); in GetDispositionFromClick()
|