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

1 2

  /external/chromium_org/extensions/common/
feature_switch.cc 22 FeatureSwitch::DEFAULT_DISABLED),
25 FeatureSwitch::DEFAULT_DISABLED),
29 FeatureSwitch::DEFAULT_DISABLED),
31 FeatureSwitch::DEFAULT_ENABLED),
36 FeatureSwitch::DEFAULT_ENABLED),
38 FeatureSwitch::DEFAULT_DISABLED),
42 FeatureSwitch::DEFAULT_DISABLED),
45 FeatureSwitch::DEFAULT_DISABLED),
47 FeatureSwitch::DEFAULT_DISABLED) {}
51 FeatureSwitch easy_off_store_install
    [all...]
feature_switch.h 20 class FeatureSwitch {
22 static FeatureSwitch* easy_off_store_install();
23 static FeatureSwitch* force_dev_mode_highlighting();
24 static FeatureSwitch* global_commands();
25 static FeatureSwitch* prompt_for_external_extensions();
26 static FeatureSwitch* error_console();
27 static FeatureSwitch* enable_override_bookmarks_ui();
28 static FeatureSwitch* scripts_require_action();
44 ScopedOverride(FeatureSwitch* feature, bool override_value);
47 FeatureSwitch* feature_
    [all...]
  /external/chromium_org/chrome/common/extensions/
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...]
command.cc 450 if (FeatureSwitch::global_commands()->IsEnabled())
543 if (FeatureSwitch::global_commands()->IsEnabled())
  /external/chromium_org/chrome/browser/ui/omnibox/
location_bar.cc 30 extensions::FeatureSwitch::enable_override_bookmarks_ui()
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console_unittest.cc 38 // Errors are only kept if we have the FeatureSwitch and have Developer Mode
40 FeatureSwitch::error_console()->SetOverrideValue(
41 FeatureSwitch::OVERRIDE_ENABLED);
58 FeatureSwitch::error_console()->SetOverrideValue(
59 FeatureSwitch::OVERRIDE_DISABLED);
84 FeatureSwitch::error_console()->SetOverrideValue(
85 FeatureSwitch::OVERRIDE_ENABLED);
86 ASSERT_TRUE(FeatureSwitch::error_console()->IsEnabled());
99 FeatureSwitch::error_console()->SetOverrideValue(
100 FeatureSwitch::OVERRIDE_DISABLED)
    [all...]
error_console_browsertest.cc 205 // We need to enable the ErrorConsole FeatureSwitch in order to collect
208 FeatureSwitch::error_console()->SetOverrideValue(
209 FeatureSwitch::OVERRIDE_ENABLED);
error_console.cc 166 (FeatureSwitch::error_console()->IsEnabled() ||
  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry_apitest.cc 126 FeatureSwitch::ScopedOverride enable_global_commands(
127 FeatureSwitch::global_commands(), true);
192 FeatureSwitch::ScopedOverride enable_global_commands(
193 FeatureSwitch::global_commands(), true);
active_script_controller_unittest.cc 66 FeatureSwitch::ScopedOverride feature_override_;
76 : feature_override_(FeatureSwitch::scripts_require_action(),
77 FeatureSwitch::OVERRIDE_ENABLED),
dev_mode_bubble_controller.cc 163 if (!FeatureSwitch::force_dev_mode_highlighting()->IsEnabled()) {
active_script_controller.cc 50 enabled_(FeatureSwitch::scripts_require_action()->IsEnabled()) {
extension_browsertest.h 380 extensions::FeatureSwitch::ScopedOverride
extension_startup_browsertest.cc 39 using extensions::FeatureSwitch;
extension_browsertest.cc 56 using extensions::FeatureSwitch;
69 FeatureSwitch::prompt_for_external_extensions(),
extension_message_bubble_controller_unittest.cc 517 FeatureSwitch::ScopedOverride force_dev_mode_highlighting(
518 FeatureSwitch::force_dev_mode_highlighting(), true);
    [all...]
extension_service_unittest.cc 158 using extensions::FeatureSwitch;
467 FeatureSwitch::prompt_for_external_extensions(),
    [all...]
crx_installer.cc 336 if (FeatureSwitch::easy_off_store_install()->IsEnabled()) {
    [all...]
crx_installer_browsertest.cc 268 if (!FeatureSwitch::easy_off_store_install()->IsEnabled())
  /external/chromium_org/chrome/browser/ui/webui/extensions/
install_extension_handler.cc 40 FeatureSwitch::easy_off_store_install()->IsEnabled());
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
ui_overrides_handler.cc 196 if (!FeatureSwitch::enable_override_bookmarks_ui()->IsEnabled()) {
  /external/chromium_org/extensions/renderer/
script_injection.cc 165 if (FeatureSwitch::scripts_require_action()->IsEnabled()) {
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.cc 153 FeatureSwitch::enable_override_bookmarks_ui()->IsEnabled());
162 FeatureSwitch::enable_override_bookmarks_ui()->IsEnabled());
364 if (FeatureSwitch::global_commands()->IsEnabled())
    [all...]
  /external/chromium_org/chrome/browser/download/
download_browsertest.cc 106 using extensions::FeatureSwitch;
    [all...]
download_target_determiner.cc 817 if (extensions::FeatureSwitch::easy_off_store_install()->IsEnabled() &&
    [all...]

Completed in 1130 milliseconds

1 2