Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/devtools/
Ddevtools_protocol.cc203 static bool ParseMethod(base::DictionaryValue* command, in ParseMethod() function
225 ok = ok && ParseMethod(command_dict.get(), &method); in ParseCommand()
255 bool ok = ParseMethod(dict.get(), &method); in ParseNotification()