OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_debugged_alarm_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/threading/
watchdog.cc
100
if (
last_debugged_alarm_time_
> watchdog_->start_time_) {
104
if (
last_debugged_alarm_time_
> watchdog_->start_time_)
119
last_debugged_alarm_time_
= last_alarm_time;
133
last_debugged_alarm_time_
= TimeTicks();
140
TimeTicks Watchdog::
last_debugged_alarm_time_
= TimeTicks();
member in class:base::Watchdog
watchdog.h
90
static TimeTicks
last_debugged_alarm_time_
;
member in class:base::Watchdog
Completed in 67 milliseconds