Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/devtools/
Ddevtools_protocol.cc217 scoped_ptr<base::DictionaryValue> command_dict( in ParseCommand() local
219 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, &params); in ParseCommand()