Home
last modified time | relevance | path

Searched refs:command_line_switch (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dabout_flags.h46 const char* command_line_switch; member
73 const char* command_line_switch; member
Dabout_flags.cc27 #define SINGLE_VALUE_TYPE_AND_VALUE(command_line_switch, switch_value) \ argument
28 Experiment::SINGLE_VALUE, command_line_switch, switch_value, NULL, 0
29 #define SINGLE_VALUE_TYPE(command_line_switch) \ argument
30 SINGLE_VALUE_TYPE_AND_VALUE(command_line_switch, "")
391 DCHECK(e.choices[0].command_line_switch); in ValidateExperiment()
392 DCHECK_EQ('\0', e.choices[0].command_line_switch[0]); in ValidateExperiment()
580 std::pair<std::string, std::string>(e.command_line_switch, in ConvertFlagsToSwitches()
586 e.choices[j].command_line_switch, in ConvertFlagsToSwitches()