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

  /external/chromium_org/chrome/common/extensions/
feature_switch.cc 20 : easy_off_store_install(
37 FeatureSwitch easy_off_store_install; member in class:extensions::__anon9107::CommonSwitches
48 FeatureSwitch* FeatureSwitch::easy_off_store_install() { function in class:extensions::FeatureSwitch
49 return &g_common_switches.Get().easy_off_store_install;
feature_switch.h 20 static FeatureSwitch* easy_off_store_install();
  /external/chromium_org/chrome/browser/ui/webui/extensions/
install_extension_handler.cc 41 FeatureSwitch::easy_off_store_install()->IsEnabled());
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 596 if (extensions::FeatureSwitch::easy_off_store_install()->IsEnabled() &&
download_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/
crx_installer_browsertest.cc 269 if (!FeatureSwitch::easy_off_store_install()->IsEnabled())
crx_installer.cc 270 if (FeatureSwitch::easy_off_store_install()->IsEnabled()) {
extension_install_prompt.cc 566 extensions::FeatureSwitch::easy_off_store_install()->IsEnabled()) {

Completed in 239 milliseconds