Searched refs:kIdStart (Results 1 – 1 of 1) sorted by relevance
70 static const char kIdStart[] = "{\"id\":"; in ParseResult() local75 if (!base::StartsWith(message, kIdStart)) in ParseResult()78 const size_t id_start = sizeof(kIdStart) - 1; in ParseResult()