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

  /external/chromium_org/chrome/common/extensions/
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.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...]

Completed in 64 milliseconds