Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/debugger/
Ddebugger_remote_service.cc29 const char kCommandKey[] = "command"; variable
71 if (!content->HasKey(kCommandKey)) { in HandleMessage()
78 content->GetString(kCommandKey, &command); in HandleMessage()
79 response.SetString(kCommandKey, command); in HandleMessage()
93 response.SetString(kCommandKey, DebuggerRemoteServiceCommand::kAttach); in HandleMessage()
96 response.SetString(kCommandKey, DebuggerRemoteServiceCommand::kDetach); in HandleMessage()
176 value.SetString(kCommandKey, DebuggerRemoteServiceCommand::kFrameNavigate); in FrameNavigate()
187 value.SetString(kCommandKey, DebuggerRemoteServiceCommand::kTabClosed); in TabClosed()
Ddevtools_remote_service.cc28 const char kCommandKey[] = "command"; variable
49 if (!json->HasKey(kCommandKey)) { in HandleMessage()
67 json->GetString(kCommandKey, &command); in ProcessJson()
68 response.SetString(kCommandKey, command); in ProcessJson()
Dextension_ports_remote_service.cc87 const char kCommandKey[] = "command"; variable
155 if (!content->HasKey(kCommandKey)) { in HandleMessage()
162 content->GetString(kCommandKey, &command); in HandleMessage()
163 response.SetString(kCommandKey, command); in HandleMessage()
265 content.SetString(kCommandKey, kOnMessage); in OnExtensionMessage()
281 content.SetString(kCommandKey, kOnDisconnect); in OnExtensionPortDisconnected()
/external/chromium/chrome/browser/extensions/
Dextension_debugger_api_constants.cc9 const char kCommandKey[] = "command"; variable
Dextension_debugger_api_constants.h14 extern const char kCommandKey[];