Home
last modified time | relevance | path

Searched refs:command_keys (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/commands/
Dcommand_service.cc277 scoped_ptr<base::DictionaryValue> command_keys(new base::DictionaryValue); in AddKeybindingPref() local
278 command_keys->SetBoolean(kSuggestedKeyWasAssigned, true); in AddKeybindingPref()
281 suggested_key_prefs->Set(command_name, command_keys.release()); in AddKeybindingPref()
612 scoped_ptr<base::DictionaryValue> command_keys(new base::DictionaryValue); in UpdateExtensionSuggestedCommandPrefs() local
613 command_keys->SetString( in UpdateExtensionSuggestedCommandPrefs()
616 suggested_key_prefs->Set(command.command_name(), command_keys.release()); in UpdateExtensionSuggestedCommandPrefs()
627 scoped_ptr<base::DictionaryValue> command_keys(new base::DictionaryValue); in UpdateExtensionSuggestedCommandPrefs() local
628 command_keys->SetString( in UpdateExtensionSuggestedCommandPrefs()
632 command_keys.release()); in UpdateExtensionSuggestedCommandPrefs()
638 scoped_ptr<base::DictionaryValue> command_keys(new base::DictionaryValue); in UpdateExtensionSuggestedCommandPrefs() local
[all …]