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

  /external/chromium_org/chrome/browser/extensions/
extension_garbage_collector.h 41 virtual void OnBeginCrxInstall(const std::string& extension_id) OVERRIDE;
install_observer.h 52 virtual void OnBeginCrxInstall(const std::string& extension_id) {}
install_tracker.h 63 void OnBeginCrxInstall(const std::string& extension_id);
install_tracker.cc 112 void InstallTracker::OnBeginCrxInstall(const std::string& extension_id) {
114 InstallObserver, observers_, OnBeginCrxInstall(extension_id));
extension_garbage_collector_unittest.cc 115 InstallTracker::Get(profile_.get())->OnBeginCrxInstall(kExtensionId);
extension_garbage_collector.cc 241 void ExtensionGarbageCollector::OnBeginCrxInstall(
crx_installer.cc 816 ->OnBeginCrxInstall(expected_id_);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/webstore/
webstore_api.h 83 virtual void OnBeginCrxInstall(const std::string& extension_id) OVERRIDE;
webstore_api.cc 99 void WebstoreAPI::OnBeginCrxInstall(const std::string& extension_id) {

Completed in 222 milliseconds