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

  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_enabled_unittest.cc 63 EXPECT_FALSE(activity_log->IsWatchdogAppActive());
86 EXPECT_FALSE(activity_log1->IsWatchdogAppActive());
87 EXPECT_FALSE(activity_log2->IsWatchdogAppActive());
117 EXPECT_TRUE(activity_log1->IsWatchdogAppActive());
118 EXPECT_FALSE(activity_log2->IsWatchdogAppActive());
119 EXPECT_TRUE(activity_log3->IsWatchdogAppActive());
164 EXPECT_TRUE(activity_log1->IsWatchdogAppActive());
165 EXPECT_FALSE(activity_log2->IsWatchdogAppActive());
176 EXPECT_FALSE(activity_log1->IsWatchdogAppActive());
177 EXPECT_FALSE(activity_log2->IsWatchdogAppActive());
    [all...]
activity_log.h 139 bool IsWatchdogAppActive();
activity_log.cc 404 if (!IsDatabaseEnabled() && !IsWatchdogAppActive())
446 if (!(IsDatabaseEnabled() || IsWatchdogAppActive()))
460 bool ActivityLog::IsWatchdogAppActive() {
556 if (IsWatchdogAppActive())
activity_log_unittest.cc 108 return activity_log->IsWatchdogAppActive();

Completed in 514 milliseconds