Searched defs:CrashDataThresholds (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h311 // A map from thread names (UI, IO, etc) to |CrashDataThresholds|.
349 // The following examples explain how the data in |CrashDataThresholds|
371 struct CrashDataThresholds { struct in class:ThreadWatcherList
372 CrashDataThresholds(uint32 live_threads_threshold,
374 CrashDataThresholds();
379 typedef std::map<std::string, CrashDataThresholds> CrashOnHangThreadMap;
426 // |crash_on_hang| thread's names to |CrashDataThresholds|.
434 // |CrashDataThresholds|. If |crash_on_hang_thread_names| doesn't specify
H A Dthread_watcher.cc428 ThreadWatcherList::CrashDataThresholds::CrashDataThresholds( function in class:ThreadWatcherList::CrashDataThresholds
435 ThreadWatcherList::CrashDataThresholds::CrashDataThresholds() function in class:ThreadWatcherList::CrashDataThresholds
644 CrashDataThresholds crash_data(live_threads_threshold,

Completed in 132 milliseconds