Searched defs:key_dict (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/
H A Dcommand_unittest.cc70 base::DictionaryValue* key_dict = new base::DictionaryValue(); local
73 key_dict->SetString(platforms[j], data.key);
75 input->Set("suggested_key", key_dict);
205 base::DictionaryValue* key_dict = new base::DictionaryValue(); local
206 key_dict->SetString("default", "Ctrl+Shift+D");
207 key_dict->SetString("windows", "Ctrl+Shift+W");
208 key_dict->SetString("mac", "Ctrl+Shift+M");
209 key_dict->SetString("linux", "Ctrl+Shift+L");
210 key_dict->SetString("chromeos", "Ctrl+Shift+C");
211 input->Set("suggested_key", key_dict);
[all...]

Completed in 964 milliseconds