Home
last modified time | relevance | path

Searched refs:ReportingIsEnforcedByPolicy (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome_elf/
Dchrome_elf_util.h25 bool ReportingIsEnforcedByPolicy(bool* breakpad_enabled);
Dchrome_elf_util.cc139 bool controlled_by_policy = ReportingIsEnforcedByPolicy(&enabled); in AreUsageStatsEnabled()
165 bool ReportingIsEnforcedByPolicy(bool* breakpad_enabled) { in ReportingIsEnforcedByPolicy() function
Dbreakpad.cc150 bool use_policy = ReportingIsEnforcedByPolicy(&enabled_by_policy); in InitializeCrashReporting()
/external/chromium_org/components/crash/app/
Dcrash_keys_win_unittest.cc48 MOCK_METHOD1(ReportingIsEnforcedByPolicy, bool(bool* breakpad_enabled));
113 EXPECT_CALL(crash_client_, ReportingIsEnforcedByPolicy(_)) in TEST_F()
Dcrash_reporter_client.h125 virtual bool ReportingIsEnforcedByPolicy(bool* breakpad_enabled);
Dcrash_reporter_client.cc108 bool CrashReporterClient::ReportingIsEnforcedByPolicy(bool* breakpad_enabled) { in ReportingIsEnforcedByPolicy() function in crash_reporter::CrashReporterClient
Dcrash_keys_win.cc127 bool controlled_by_policy = crash_client->ReportingIsEnforcedByPolicy( in GetCustomInfo()
Dbreakpad_win.cc440 GetCrashReporterClient()->ReportingIsEnforcedByPolicy( in InitPipeNameEnvVar()
Dbreakpad_mac.mm171 if (!GetCrashReporterClient()->ReportingIsEnforcedByPolicy(
/external/chromium_org/chrome/app/
Dchrome_crash_reporter_client.h57 virtual bool ReportingIsEnforcedByPolicy(bool* breakpad_enabled) OVERRIDE;
Dchrome_crash_reporter_client_mac.mm45 bool ChromeCrashReporterClient::ReportingIsEnforcedByPolicy(
Dchrome_crash_reporter_client.cc258 bool ChromeCrashReporterClient::ReportingIsEnforcedByPolicy( in ReportingIsEnforcedByPolicy() function in chrome::ChromeCrashReporterClient