OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:back_off
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/autofill/
autofill_download.cc
328
bool
back_off
= false;
local
342
back_off
= true;
346
if (
back_off
) {
/external/chromium/chrome/browser/safe_browsing/
protocol_manager.h
254
// '
back_off
' is true, the time returned will increment an error count and
256
int GetNextUpdateTime(bool
back_off
);
268
void ScheduleNextUpdate(bool
back_off
);
protocol_manager.cc
486
void SafeBrowsingProtocolManager::ScheduleNextUpdate(bool
back_off
) {
495
const int next_update = GetNextUpdateTime(
back_off
);
511
int SafeBrowsingProtocolManager::GetNextUpdateTime(bool
back_off
) {
513
if (
back_off
) {
Completed in 281 milliseconds