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.cc11 const char kIdParam[] = "id"; variable
39 command.SetInteger(kIdParam, id_); in Serialize()
94 if (!dict->GetInteger(kIdParam, &id)) in ParseResponse()
/external/chromium_org/content/browser/devtools/
Ddevtools_protocol.cc15 const char kIdParam[] = "id"; variable
54 command.SetInteger(kIdParam, id_); in Serialize()
108 response.SetInteger(kIdParam, id_); in Serialize()
224 bool ok = command_dict->GetInteger(kIdParam, &id) && id >= 0; in ParseCommand()