Searched refs:command_dict (Results 1 – 1 of 1) sorted by relevance
217 scoped_ptr<base::DictionaryValue> command_dict( in ParseCommand() local219 if (!command_dict) in ParseCommand()224 bool ok = command_dict->GetInteger(kIdParam, &id) && id >= 0; in ParseCommand()225 ok = ok && ParseMethod(command_dict.get(), &method); in ParseCommand()234 command_dict->GetDictionary(kParamsParam, ¶ms); in ParseCommand()