OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 142 milliseconds