Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/devtools/
Ddevtools_protocol.cc16 const char kIdParam[] = "id"; variable
49 command.SetInteger(kIdParam, id_); in Serialize()
101 response->SetInteger(kIdParam, id_); in Serialize()
126 if (!command_dict->GetInteger(kIdParam, &id) || id < 0) in ParseCommand()
167 if (!dict->GetInteger(kIdParam, &id)) in ParseResponse()
/external/chromium_org/content/browser/devtools/
Ddevtools_protocol.cc15 const char kIdParam[] = "id"; variable
55 command.SetInteger(kIdParam, id_); in Serialize()
114 response.SetInteger(kIdParam, id_); in Serialize()
240 bool ok = command_dict->GetInteger(kIdParam, &id) && id >= 0; in ParseCommand()
268 if (!response_dict->GetInteger(kIdParam, &id)) in ParseResponse()