Home
last modified time | relevance | path

Searched refs:off_store_install_allow_reason_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dcrx_installer.h172 return off_store_install_allow_reason_; in off_store_install_allow_reason()
175 off_store_install_allow_reason_ = reason; in set_off_store_install_allow_reason()
394 OffStoreInstallAllowReason off_store_install_allow_reason_; variable
Dcrx_installer.cc128 off_store_install_allow_reason_(OffStoreInstallDisallowed), in CrxInstaller()
347 } else if (off_store_install_allow_reason_ != OffStoreInstallDisallowed) { in AllowInstall()
351 off_store_install_allow_reason_, in AllowInstall()
866 if (off_store_install_allow_reason_ != OffStoreInstallAllowedFromSettingsPage) in CheckUpdateFromSettingsPage()