Searched defs:next_update_sec (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_parser.cc136 int* next_update_sec,
141 DCHECK(next_update_sec);
208 *next_update_sec = atoi(cmd_parts[1].c_str());
132 ParseUpdate( const char* chunk_data, int chunk_len, const std::string& key, int* next_update_sec, bool* re_key, bool* reset, std::vector<SBChunkDelete>* deletes, std::vector<ChunkUrl>* chunk_urls) argument
H A Dprotocol_manager.cc366 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 69 milliseconds