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

  /external/chromium/chrome/browser/safe_browsing/
protocol_parser.h 59 // to request another update is returned in 'next_update_sec'. If the service
69 int* next_update_sec,
protocol_parser.cc 136 int* next_update_sec,
141 DCHECK(next_update_sec);
208 *next_update_sec = atoi(cmd_parts[1].c_str());
protocol_manager.cc 366 int next_update_sec = -1; local
373 &next_update_sec, &re_key,
386 if (next_update_sec > 0) {
387 next_update_sec_ = next_update_sec;

Completed in 58 milliseconds