HomeSort by relevance Sort by last modified time
    Searched refs:SetDumpWithoutCrashingFunction (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/debug/
dump_without_crashing.h 17 // Before calling this function, call SetDumpWithoutCrashingFunction to pass a
20 // Returns false if called before SetDumpWithoutCrashingFunction.
25 BASE_EXPORT void SetDumpWithoutCrashingFunction(void (CDECL *function)());
dump_without_crashing.cc 29 void SetDumpWithoutCrashingFunction(void (CDECL *function)()) {

Completed in 51 milliseconds