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

  /external/chromium_org/chrome/common/extensions/api/input_ime/
input_components_handler.cc 152 const base::DictionaryValue* shortcut_value = NULL; local
154 &shortcut_value)) {
162 if (!shortcut_value->GetString(keys::kKeycode, &shortcut_keycode_str)) {
170 if (!shortcut_value->GetBoolean(keys::kAltKey, &shortcut_alt)) {
175 if (!shortcut_value->GetBoolean(keys::kCtrlKey, &shortcut_ctrl)) {
180 if (!shortcut_value->GetBoolean(keys::kShiftKey, &shortcut_shift)) {

Completed in 1747 milliseconds