Home
last modified time | relevance | path

Searched refs:ShouldAllowInstallPredicate (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dpending_extension_info.h21 typedef bool (*ShouldAllowInstallPredicate)(const Extension&); typedef
25 ShouldAllowInstallPredicate should_allow_install,
60 ShouldAllowInstallPredicate should_allow_install_;
Dpending_extension_manager.h70 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install,
95 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install,
Dpending_extension_manager.cc57 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install, in AddFromSync()
149 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install, in AddExtensionImpl()
Dpending_extension_info.cc9 ShouldAllowInstallPredicate should_allow_install, in PendingExtensionInfo()
Dmock_extension_service.h45 PendingExtensionInfo::ShouldAllowInstallPredicate
Dextension_service.h97 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow) = 0;
369 PendingExtensionInfo::ShouldAllowInstallPredicate
Dextension_updater_unittest.cc137 PendingExtensionInfo::ShouldAllowInstallPredicate in ProcessSyncData()
205 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow_install = in SetupPendingExtensionManagerForTest()
Dextension_service.cc1240 PendingExtensionInfo::ShouldAllowInstallPredicate should_allow) { in ProcessSyncData()