Searched refs:crash_on_hang_thread_names (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc562 std::string crash_on_hang_thread_names; local
565 crash_on_hang_thread_names =
571 crash_on_hang_thread_names = base::StringPrintf(
578 ParseCommandLineCrashOnHangThreads(crash_on_hang_thread_names,
623 const std::string& crash_on_hang_thread_names,
627 base::StringTokenizer tokens(crash_on_hang_thread_names, ",");
622 ParseCommandLineCrashOnHangThreads( const std::string& crash_on_hang_thread_names, uint32 default_live_threads_threshold, uint32 default_crash_seconds, CrashOnHangThreadMap* crash_on_hang_threads) argument
H A Dthread_watcher.h432 // Parses the argument |crash_on_hang_thread_names| and creates
434 // |CrashDataThresholds|. If |crash_on_hang_thread_names| doesn't specify
436 // the value. If |crash_on_hang_thread_names| doesn't specify |crash_seconds|,
439 const std::string& crash_on_hang_thread_names,
H A Dthread_watcher_unittest.cc247 static const std::string crash_on_hang_thread_names; member in class:ThreadWatcherTest
332 const std::string ThreadWatcherTest::crash_on_hang_thread_names = "UI,IO"; member in class:ThreadWatcherTest
342 crash_on_hang_thread_names);
352 base::StringTokenizer tokens(crash_on_hang_thread_names, ",");

Completed in 160 milliseconds