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

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser.h 29 // Parse body of "HTTP Response for Data". |*next_update_sec| is the minimum
37 size_t* next_update_sec,
protocol_parser.cc 274 size_t* next_update_sec,
278 DCHECK(next_update_sec);
319 if (!base::StringToSizeT(pieces[1], next_update_sec))
protocol_manager.cc 385 size_t next_update_sec = 0; local
390 if (!safe_browsing::ParseUpdate(data, length, &next_update_sec, &reset,
396 base::TimeDelta::FromSeconds(next_update_sec);

Completed in 197 milliseconds