Searched defs:crash_on_hang (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h27 // |crash_on_hang| specifies if we want to crash the browser when the watched
36 // bool crash_on_hang = false;
40 // unresponsive_threshold, crash_on_hang, live_threads_threshold);
81 bool crash_on_hang; member in struct:ThreadWatcher::WatchingParams
96 crash_on_hang(crash_on_hang_in),
108 // ping messages. |crash_on_hang| specifies if browser should be crashed when
426 // |crash_on_hang| thread's names to |CrashDataThresholds|.
433 // |crash_on_hang_threads| map of |crash_on_hang| thread's names to
H A Dthread_watcher_unittest.cc361 bool crash_on_hang = (it != crash_on_hang_threads.end()); local
362 EXPECT_TRUE(crash_on_hang);
391 bool crash_on_hang = (it != crash_on_hang_threads.end()); local
392 EXPECT_TRUE(crash_on_hang);
422 bool crash_on_hang = (it != crash_on_hang_threads.end()); local
423 EXPECT_TRUE(crash_on_hang);
H A Dthread_watcher.cc144 crash_on_hang_(params.crash_on_hang),
701 bool crash_on_hang = false; local
704 crash_on_hang = true;
715 crash_on_hang,

Completed in 526 milliseconds