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

  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.h 52 virtual bool IsRunningUnattended() OVERRIDE;
chrome_crash_reporter_client.cc 334 bool ChromeCrashReporterClient::IsRunningUnattended() {
  /external/chromium_org/components/crash/app/
crash_reporter_client.cc 99 bool CrashReporterClient::IsRunningUnattended() {
crash_reporter_client.h 117 virtual bool IsRunningUnattended();
crash_keys_win_unittest.cc 46 MOCK_METHOD0(IsRunningUnattended, bool());
116 EXPECT_CALL(crash_client_, IsRunningUnattended())
hard_error_handler_win.cc 44 if (GetCrashReporterClient()->IsRunningUnattended())
breakpad_win.cc 446 GetCrashReporterClient()->IsRunningUnattended());
595 !GetCrashReporterClient()->IsRunningUnattended()) {
crash_keys_win.cc 131 crash_client->IsRunningUnattended());
breakpad_linux.cc     [all...]

Completed in 434 milliseconds