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 125 next = pm->GetNextUpdateInterval(false);
129 next = pm->GetNextUpdateInterval(true);
133 next = pm->GetNextUpdateInterval(true);
138 next = pm->GetNextUpdateInterval(true);
143 next = pm->GetNextUpdateInterval(true);
148 next = pm->GetNextUpdateInterval(true);
153 next = pm->GetNextUpdateInterval(true);
157 next = pm->GetNextUpdateInterval(true);
161 next = pm->GetNextUpdateInterval(false);
    [all...]
protocol_manager.h 228 base::TimeDelta GetNextUpdateInterval(bool back_off);
protocol_manager.cc 475 base::TimeDelta next_update_interval = GetNextUpdateInterval(back_off);
492 base::TimeDelta SafeBrowsingProtocolManager::GetNextUpdateInterval(

Completed in 8753 milliseconds