HomeSort by relevance Sort by last modified time
    Searched refs:kResultKey (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/debugger/
debugger_remote_service.cc 28 const char kResultKey[] = "result";
84 response.SetInteger(kResultKey, RESULT_UNKNOWN_COMMAND);
105 response.SetInteger(kResultKey, RESULT_UNKNOWN_COMMAND);
177 value.SetInteger(kResultKey, RESULT_OK);
188 value.SetInteger(kResultKey, RESULT_OK);
201 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB);
208 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB);
214 response->SetInteger(kResultKey, RESULT_UNKNOWN_TAB);
226 response->SetInteger(kResultKey, RESULT_OK);
228 response->SetInteger(kResultKey, RESULT_DEBUGGER_ERROR)
    [all...]
extension_ports_remote_service.cc 90 const char kResultKey[] = "result";
169 response.SetInteger(kResultKey, RESULT_NO_SERVICE);
180 response.SetInteger(kResultKey, RESULT_UNKNOWN_COMMAND);
185 response.SetInteger(kResultKey, RESULT_UNKNOWN_COMMAND);
190 response.SetInteger(kResultKey, RESULT_UNKNOWN_COMMAND);
196 response.SetInteger(kResultKey, RESULT_UNKNOWN_COMMAND);
266 content.SetInteger(kResultKey, RESULT_OK);
282 content.SetInteger(kResultKey, RESULT_OK);
291 response->SetInteger(kResultKey, RESULT_PARAMETER_ERROR);
296 response->SetInteger(kResultKey, RESULT_PARAMETER_ERROR)
    [all...]
devtools_remote_service.cc 30 const char kResultKey[] = "result";
71 response.SetInteger(kResultKey, Result::kOk);
74 response.SetInteger(kResultKey, Result::kOk);
94 response.SetInteger(kResultKey, Result::kOk);
99 response.SetInteger(kResultKey, Result::kUnknownCommand);

Completed in 939 milliseconds