Home
last modified time | relevance | path

Searched refs:time_between_dumps (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/debug/
Ddump_without_crashing.cc20 bool ShouldDump(Map& map, Key& key, base::TimeDelta time_between_dumps) { in ShouldDump() argument
29 if (now - it->second >= time_between_dumps) { in ShouldDump()
58 base::TimeDelta time_between_dumps) { in ShouldDumpWithoutCrashWithLocation() argument
59 return ShouldDump(LocationToTimestampMap(), location, time_between_dumps); in ShouldDumpWithoutCrashWithLocation()
68 base::TimeDelta time_between_dumps) { in ShouldDumpWithoutCrashWithLocationAndUniqueId() argument
71 time_between_dumps); in ShouldDumpWithoutCrashWithLocationAndUniqueId()
90 base::TimeDelta time_between_dumps) { in DumpWithoutCrashing() argument
93 ShouldDumpWithoutCrashWithLocation(location, time_between_dumps)) { in DumpWithoutCrashing()
106 base::TimeDelta time_between_dumps) { in DumpWithoutCrashingWithUniqueId() argument
110 time_between_dumps)) { in DumpWithoutCrashingWithUniqueId()
Ddump_without_crashing.h54 base::TimeDelta time_between_dumps = base::Minutes(5));
76 base::TimeDelta time_between_dumps = base::Minutes(5));