HomeSort by relevance Sort by last modified time
    Searched full:shift_key (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/ui/base/
window_open_disposition.cc 16 bool shift_key) {
23 return shift_key ? NEW_FOREGROUND_TAB : NEW_BACKGROUND_TAB;
24 if (shift_key)
window_open_disposition.h 27 bool shift_key);
  /external/chromium_org/content/browser/webui/
generic_handler.cc 35 bool shift_key; local
43 CHECK(args->GetBoolean(6, &shift_key));
49 middle_button, alt_key, ctrl_key, meta_key, shift_key);
  /external/chromium_org/chrome/browser/
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
    [all...]
global_keyboard_shortcuts_mac.h 12 bool shift_key; member in struct:KeyboardShortcutData
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,
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/chrome/browser/chromeos/input_method/
input_method_engine_interface.cc 12 shift_key(false),
input_method_engine_interface.h 37 bool shift_key; member in struct:chromeos::InputMethodEngineInterface::KeyboardEvent
input_method_engine.cc 148 ext_event->shift_key = event.IsShiftDown();
361 flags |= event.shift_key ? ui::EF_SHIFT_DOWN : ui::EF_NONE;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Dvorak.java 45 return isPhone ? joinKeys(SHIFT_KEY): joinKeys(SHIFT_KEY, key("q"));
50 return isPhone ? EMPTY_KEYS : joinKeys(key("z"), SHIFT_KEY);
125 builder.replaceKeysOfAll(SHIFT_KEY, SHIFTED_SHIFT_KEY);
LayoutBase.java 138 return joinKeys(SHIFT_KEY);
148 return isPhone ? EMPTY_KEYS : joinKeys(EXCLAMATION_AND_QUESTION_MARKS, SHIFT_KEY);
301 public static final ExpectedKey SHIFT_KEY = key(ICON_SHIFT,
424 builder.replaceKeysOfAll(SHIFT_KEY, SHIFTED_SHIFT_KEY);
PcQwerty.java 46 return joinKeys(SHIFT_KEY);
51 return joinKeys(SHIFT_KEY);
ArmenianPhonetic.java 58 SHIFT_KEY);
  /external/chromium_org/ui/base/webui/
web_ui_util.cc 67 bool shift_key = false; local
73 CHECK(args->GetBoolean(start_index++, &shift_key));
75 button == 1.0, alt_key, ctrl_key, meta_key, shift_key);
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
brlapi_keycode_map.cc 38 event->shift_key.reset(new bool(true));
  /external/chromium_org/chrome/renderer/resources/extensions/
searchbox_api.js 134 shift_key) {
139 shift_key);
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 210 key_data_value.shift_key.reset(new bool(event.shift_key));
580 if (key_data[i]->shift_key)
581 event.shift_key = *(key_data[i]->shift_key);
  /packages/inputmethods/LatinIME/java/res/xml/
key_styles_common.xml 72 latin:keySpec="!icon/shift_key|!code/key_shift"
  /packages/inputmethods/LatinIME/java/res/xml-sw600dp/
key_styles_common.xml 73 latin:keySpec="!icon/shift_key|!code/key_shift"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardIconsSet.java 37 public static final String NAME_SHIFT_KEY = "shift_key";
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension.cc 673 bool shift_key = args[4]->BooleanValue(); local
679 shift_key);
    [all...]

Completed in 1083 milliseconds