Home
last modified time | relevance | path

Searched refs:SetSuppressDebugUI (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/debug/
Ddebugger.h38 BASE_EXPORT void SetSuppressDebugUI(bool suppress);
Ddebugger.cc33 void SetSuppressDebugUI(bool suppress) { in SetSuppressDebugUI() function
Ddebugger_unittest.cc14 base::debug::SetSuppressDebugUI(false); in CrashWithBreakDebugger()