Searched refs:ShouldAllowInstall (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dpending_extension_info.h37 // ShouldAllowInstall() returns the result of running constructor argument
43 bool ShouldAllowInstall(const Extension& extension) const { function in class:PendingExtensionInfo
H A Dextension_service.cc1725 if (!pending_extension_info.ShouldAllowInstall(*extension)) {
1727 << "ShouldAllowInstall() returned false for "
/external/chromium_org/extensions/browser/
H A Dpending_extension_info.h51 // ShouldAllowInstall() returns the result of running constructor argument
57 bool ShouldAllowInstall(const Extension* extension) const { function in class:extensions::PendingExtensionInfo
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.cc2150 if (!pending_extension_info->ShouldAllowInstall(extension)) {
2153 LOG(WARNING) << "ShouldAllowInstall() returned false for "

Completed in 911 milliseconds