Searched refs:SetWatchdogAppActiveForTesting (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
H A Dactivity_log_private_apitest.cc59 ActivityLog::GetInstance(profile())->SetWatchdogAppActiveForTesting(true);
70 ActivityLog::GetInstance(profile())->SetWatchdogAppActiveForTesting(false);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dad_injection_browsertest.cc235 ActivityLog::GetInstance(profile())->SetWatchdogAppActiveForTesting(true);
245 ActivityLog::GetInstance(profile())->SetWatchdogAppActiveForTesting(false);
H A Dactivity_log.h128 void SetWatchdogAppActiveForTesting(bool active);
H A Dactivity_log.cc464 void ActivityLog::SetWatchdogAppActiveForTesting(bool active) { function in class:extensions::ActivityLog

Completed in 129 milliseconds