Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/debugger/
Ddebugger_remote_service.cc296 DictionaryValue* v8_command_value; in DispatchDebuggerCommand() local
297 content->GetDictionary(kDataKey, &v8_command_value); in DispatchDebuggerCommand()
298 base::JSONWriter::Write(v8_command_value, false, &v8_command); in DispatchDebuggerCommand()