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

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_unittest.cc 95 next = pm->GetNextUpdateInterval(false);
99 next = pm->GetNextUpdateInterval(true);
103 next = pm->GetNextUpdateInterval(true);
108 next = pm->GetNextUpdateInterval(true);
113 next = pm->GetNextUpdateInterval(true);
118 next = pm->GetNextUpdateInterval(true);
123 next = pm->GetNextUpdateInterval(true);
127 next = pm->GetNextUpdateInterval(true);
131 next = pm->GetNextUpdateInterval(false);
    [all...]
protocol_manager.h 212 base::TimeDelta GetNextUpdateInterval(bool back_off);
protocol_manager.cc 473 base::TimeDelta next_update_interval = GetNextUpdateInterval(back_off);
490 base::TimeDelta SafeBrowsingProtocolManager::GetNextUpdateInterval(

Completed in 36 milliseconds