Home
last modified time | relevance | path

Searched refs:next_update_sec (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dprotocol_parser.cc136 int* next_update_sec, in ParseUpdate() argument
141 DCHECK(next_update_sec); in ParseUpdate()
208 *next_update_sec = atoi(cmd_parts[1].c_str()); in ParseUpdate()
Dprotocol_parser.h69 int* next_update_sec,
Dprotocol_manager.cc366 int next_update_sec = -1; in HandleServiceResponse() local
373 &next_update_sec, &re_key, in HandleServiceResponse()
386 if (next_update_sec > 0) { in HandleServiceResponse()
387 next_update_sec_ = next_update_sec; in HandleServiceResponse()