Searched refs:GetActiveInstall (Results 1 – 7 of 7) sorted by relevance
82 tracker_->GetActiveInstall(kExtensionId1); in TEST_F()84 tracker_->GetActiveInstall(kExtensionId2); in TEST_F()86 tracker_->GetActiveInstall(kExtensionId3); in TEST_F()96 EXPECT_FALSE(tracker_->GetActiveInstall(kExtensionId1)); in TEST_F()97 EXPECT_TRUE(tracker_->GetActiveInstall(kExtensionId2)); in TEST_F()98 EXPECT_FALSE(tracker_->GetActiveInstall(kExtensionId3)); in TEST_F()111 tracker_->GetActiveInstall(kExtensionId1); in TEST_F()117 EXPECT_FALSE(tracker_->GetActiveInstall(kExtensionId1)); in TEST_F()122 EXPECT_FALSE(tracker_->GetActiveInstall(kExtensionId1)); in TEST_F()125 EXPECT_TRUE(tracker_->GetActiveInstall(kExtensionId1)); in TEST_F()[all …]
45 const ActiveInstallData* GetActiveInstall(
57 const ActiveInstallData* InstallTracker::GetActiveInstall( in GetActiveInstall() function in extensions::InstallTracker
113 tracker->GetActiveInstall(id_); in EnsureUniqueInstall()
263 bool was_install_active = !!tracker->GetActiveInstall(id); in RunLaunchTest()271 EXPECT_EQ(was_install_active, !!tracker->GetActiveInstall(id)); in RunLaunchTest()
149 install_tracker_->GetActiveInstall(app_id_); in InitAndStartObserving()
265 tracker->GetActiveInstall(params_->details.id)) { in RunAsync()