Home
last modified time | relevance | path

Searched refs:RemoveActiveInstall (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dinstall_tracker.cc75 void InstallTracker::RemoveActiveInstall(const std::string& extension_id) { in RemoveActiveInstall() function in extensions::InstallTracker
125 RemoveActiveInstall(extension_id); in OnInstallFailure()
165 RemoveActiveInstall(extension->id()); in OnExtensionInstalled()
Dactive_install_data.cc40 tracker_->RemoveActiveInstall(extension_id_); in ~ScopedActiveInstall()
Dinstall_tracker.h56 void RemoveActiveInstall(const std::string& extension_id);
Dinstall_tracker_unittest.cc95 tracker_->RemoveActiveInstall(kExtensionId1); in TEST_F()