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

  /external/chromium_org/extensions/common/
feature_switch.cc 23 force_dev_mode_highlighting(
53 FeatureSwitch force_dev_mode_highlighting; member in class:extensions::__anon12348::CommonSwitches
70 FeatureSwitch* FeatureSwitch::force_dev_mode_highlighting() { function in class:extensions::FeatureSwitch
71 return &g_common_switches.Get().force_dev_mode_highlighting;
feature_switch.h 23 static FeatureSwitch* force_dev_mode_highlighting();
  /external/chromium_org/chrome/browser/extensions/
dev_mode_bubble_controller.cc 163 if (!FeatureSwitch::force_dev_mode_highlighting()->IsEnabled()) {
extension_message_bubble_controller_unittest.cc 517 FeatureSwitch::ScopedOverride force_dev_mode_highlighting(
518 FeatureSwitch::force_dev_mode_highlighting(), true);
    [all...]

Completed in 62 milliseconds