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

  /external/chromium_org/extensions/common/
feature_switch.cc 26 global_commands(
54 FeatureSwitch global_commands; member in class:extensions::__anon12348::CommonSwitches
76 FeatureSwitch* FeatureSwitch::global_commands() { function in class:extensions::FeatureSwitch
77 return &g_common_switches.Get().global_commands;
feature_switch.h 24 static FeatureSwitch* global_commands();
  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry_apitest.cc 127 FeatureSwitch::global_commands(), true);
193 FeatureSwitch::global_commands(), true);
  /external/chromium_org/chrome/common/extensions/
command.cc 450 if (FeatureSwitch::global_commands()->IsEnabled())
543 if (FeatureSwitch::global_commands()->IsEnabled())
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.cc 364 if (FeatureSwitch::global_commands()->IsEnabled())
    [all...]

Completed in 594 milliseconds