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

  /external/chromium_org/chrome/common/extensions/
feature_switch.h 18 class FeatureSwitch {
20 static FeatureSwitch* easy_off_store_install();
21 static FeatureSwitch* script_badges();
22 static FeatureSwitch* script_bubble();
23 static FeatureSwitch* prompt_for_external_extensions();
24 static FeatureSwitch* tab_capture();
40 ScopedOverride(FeatureSwitch* feature, bool override_value);
43 FeatureSwitch* feature_;
44 FeatureSwitch::OverrideValue previous_value_;
48 FeatureSwitch(const char* switch_name
    [all...]
feature_switch.cc 22 FeatureSwitch::DEFAULT_DISABLED),
25 FeatureSwitch::DEFAULT_DISABLED),
28 FeatureSwitch::DEFAULT_DISABLED),
32 FeatureSwitch::DEFAULT_ENABLED) {}
34 FeatureSwitch::DEFAULT_DISABLED) {}
37 FeatureSwitch easy_off_store_install;
38 FeatureSwitch script_badges;
39 FeatureSwitch script_bubble;
40 FeatureSwitch prompt_for_external_extensions;
48 FeatureSwitch* FeatureSwitch::easy_off_store_install()
    [all...]
feature_switch_unittest.cc 11 using extensions::FeatureSwitch;
17 template<FeatureSwitch::DefaultValue T>
26 FeatureSwitch feature_;
29 typedef FeatureSwitchTest<FeatureSwitch::DEFAULT_DISABLED>
31 typedef FeatureSwitchTest<FeatureSwitch::DEFAULT_ENABLED>
52 FeatureSwitch::ScopedOverride override(&feature_, false);
58 FeatureSwitch::ScopedOverride override(&feature_, true);
69 FeatureSwitch::ScopedOverride override(&feature_, false);
75 FeatureSwitch::ScopedOverride override(&feature_, true);
102 FeatureSwitch::ScopedOverride override(&feature_, true)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_action_manager.cc 140 if (FeatureSwitch::script_badges()->IsEnabled())
152 if (FeatureSwitch::script_badges()->IsEnabled() &&
script_bubble_controller_unittest.cc 40 : enable_script_bubble_(FeatureSwitch::script_bubble(), true) {
77 FeatureSwitch::ScopedOverride enable_script_bubble_;
script_badge_controller_unittest.cc 46 : feature_override_(FeatureSwitch::script_badges(), true),
107 FeatureSwitch::ScopedOverride feature_override_;
tab_helper.cc 99 if (FeatureSwitch::script_badges()->IsEnabled()) {
107 if (FeatureSwitch::script_bubble()->IsEnabled()) {
extension_browsertest.h 303 extensions::FeatureSwitch::ScopedOverride
extension_startup_browsertest.cc 31 using extensions::FeatureSwitch;
crx_installer_browsertest.cc 269 if (!FeatureSwitch::easy_off_store_install()->IsEnabled())
extension_browsertest.cc 54 using extensions::FeatureSwitch;
66 FeatureSwitch::prompt_for_external_extensions(), false),
extension_service_unittest.cc 142 using extensions::FeatureSwitch;
594 FeatureSwitch::prompt_for_external_extensions(), false) {
    [all...]
crx_installer.cc 270 if (FeatureSwitch::easy_off_store_install()->IsEnabled()) {
extension_install_prompt.cc 566 extensions::FeatureSwitch::easy_off_store_install()->IsEnabled()) {
extension_service.cc 126 using extensions::FeatureSwitch;
    [all...]
  /external/chromium_org/chrome/common/extensions/api/extension_action/
script_badge_handler.cc 46 if (!FeatureSwitch::script_badges()->IsEnabled()) {
  /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 97 using extensions::FeatureSwitch;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_ui_controller_factory.cc 434 extensions::FeatureSwitch::script_badges()->IsEnabled()) {
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 486 return extensions::FeatureSwitch::script_badges()->IsEnabled() ?
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 162 return extensions::FeatureSwitch::script_badges()->IsEnabled() ?
    [all...]

Completed in 844 milliseconds