Home | History | Annotate | Download | only in search

Lines Matching refs:cl

527   const CommandLine* cl = CommandLine::ForCurrentProcess();
528 if (cl->HasSwitch(switches::kDisableSearchButtonInOmnibox)) {
530 } else if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxForStr)) {
532 } else if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxForStrOrIip)) {
534 } else if (cl->HasSwitch(switches::kEnableSearchButtonInOmniboxAlways)) {
549 const CommandLine* cl = CommandLine::ForCurrentProcess();
550 if (cl->HasSwitch(switches::kDisableOriginChip)) {
552 } else if (cl->HasSwitch(switches::kEnableOriginChip)) {
689 CommandLine* cl = CommandLine::ForCurrentProcess();
690 cl->AppendSwitch(switches::kEnableQueryExtraction);