Home
last modified time | relevance | path

Searched refs:ShouldShowRestartDialog (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/components/breakpad/app/
Dbreakpad_client.h68 virtual bool ShouldShowRestartDialog(base::string16* title,
Dbreakpad_client.cc46 bool BreakpadClient::ShouldShowRestartDialog(base::string16* title, in ShouldShowRestartDialog() function in breakpad::BreakpadClient
Dcrash_keys_win_unittest.cc30 MOCK_METHOD3(ShouldShowRestartDialog, bool(base::string16* title,
Dbreakpad_win.cc323 if (!GetBreakpadClient()->ShouldShowRestartDialog( in ShowRestartDialogIfCrashed()
/external/chromium_org/chrome/app/
Dchrome_breakpad_client.h29 virtual bool ShouldShowRestartDialog(base::string16* title,
Dchrome_breakpad_client.cc134 bool ChromeBreakpadClient::ShouldShowRestartDialog(base::string16* title, in ShouldShowRestartDialog() function in chrome::ChromeBreakpadClient