HomeSort by relevance Sort by last modified time
    Searched refs:kSearchKey (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.h 23 kSearchKey = 0, // Customizable.
70 case kSearchKey:
xkeyboard_unittest.cc 22 // - kSearchKey is mapped to |search|.
28 modifier_key.push_back(ModifierKeyPair(kSearchKey, search));
35 // - kSearchKey is mapped to |search|.
42 if ((std::count(begin, end, ModifierKeyPair(kSearchKey, search)) == 1) &&
79 tmp_map.push_back(ModifierKeyPair(kSearchKey, kVoidKey)); // two search maps
90 tmp_map.push_back(ModifierKeyPair(kVoidKey, kSearchKey)); // can't remap void
93 tmp_map.push_back(ModifierKeyPair(kCapsLockKey, kSearchKey)); // ditto
215 GetMap(kSearchKey, kVoidKey, kVoidKey), kSearchKey));
xkeyboard.cc 35 kSearchKey,
341 case kSearchKey:
374 use_search_key_as_str = ModifierKeyToString(kSearchKey);
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
language_customize_modifier_keys_handler.cc 18 chromeos::input_method::kSearchKey },
  /external/chromium/chrome/browser/chromeos/
preferences.cc 115 input_method::kSearchKey);
464 input_method::kSearchKey,

Completed in 4694 milliseconds