Home
last modified time | relevance | path

Searched refs:AllocateCrashKeyString (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/debug/
Dcrash_logging_unittest.cc10 auto* crash_key = base::debug::AllocateCrashKeyString( in TEST()
Dcrash_logging.cc16 CrashKeyString* AllocateCrashKeyString(const char name[], in AllocateCrashKeyString() function
Dcrash_logging.h46 BASE_EXPORT CrashKeyString* AllocateCrashKeyString(const char name[],
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl.cc708 main_thread_only().file_name_crash_key = debug::AllocateCrashKeyString( in MSVC_ENABLE_OPTIMIZE()
710 main_thread_only().function_name_crash_key = debug::AllocateCrashKeyString( in MSVC_ENABLE_OPTIMIZE()
/external/libchrome/base/i18n/
Drtl.cc136 base::debug::AllocateCrashKeyString("icu_locale_input", in SetICUDefaultLocale()