Searched refs:command_keys (Results 1 – 1 of 1) sorted by relevance
277 scoped_ptr<base::DictionaryValue> command_keys(new base::DictionaryValue); in AddKeybindingPref() local278 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() local613 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() local628 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 …]