Lines Matching defs:cl
586 const CommandLine* cl = CommandLine::ForCurrentProcess();
587 if (cl->HasSwitch(switches::kDisableSearchButtonInOmnibox))
589 if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxForStr))
591 if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxForStrOrIip))
593 if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxAlways))
611 const CommandLine* cl = CommandLine::ForCurrentProcess();
612 if (cl->HasSwitch(switches::kDisableOriginChip))
614 if (cl->HasSwitch(switches::kEnableOriginChipAlways))
616 if (cl->HasSwitch(switches::kEnableOriginChipOnSrp))
734 CommandLine* cl = CommandLine::ForCurrentProcess();
735 cl->AppendSwitch(switches::kEnableQueryExtraction);