Home | History | Annotate | Download | only in ui

Lines Matching refs:command_line

5 #include "base/command_line.h"
112 CommandLine command_line(CommandLine::NO_PROGRAM);
113 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
115 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
141 CommandLine command_line(CommandLine::NO_PROGRAM);
142 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
143 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
171 CommandLine command_line(CommandLine::NO_PROGRAM);
172 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
173 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
200 CommandLine command_line(CommandLine::NO_PROGRAM);
201 command_line.AppendSwitchASCII(switches::kAppId, extension_app->id());
202 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);