OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_update_interval
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc
395
base::TimeDelta
next_update_interval
=
local
405
if (
next_update_interval
> base::TimeDelta()) {
406
next_update_interval_ =
next_update_interval
;
480
base::TimeDelta
next_update_interval
= GetNextUpdateInterval(back_off);
local
481
ForceScheduleNextUpdate(
next_update_interval
);
Completed in 91 milliseconds