/external/chromium/chrome/browser/printing/ |
print_dialog_cloud.h | 15 class CommandLine; 27 bool CreatePrintDialogFromCommandLine(const CommandLine& command_line);
|
/external/chromium/chrome/browser/sync/notifier/ |
sync_notifier_factory.h | 12 class CommandLine; 33 const CommandLine& command_line,
|
/external/chromium/base/test/ |
multiprocess_test.cc | 39 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname, 41 CommandLine cl(*CommandLine::ForCurrentProcess()); 60 // TODO(port): with the CommandLine refactoring, this code is very similar
|
/external/chromium/chrome/browser/ |
background_mode_manager_unittest.cc | 23 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM)); 25 scoped_ptr<CommandLine> command_line_; 30 TestBackgroundModeManager(Profile* profile, CommandLine* cl)
|
browser_main_win.h | 11 class CommandLine; 22 void PrepareRestartOnCrashEnviroment(const CommandLine& parsed_command_line); 26 bool RegisterApplicationRestart(const CommandLine& parsed_command_line); 32 int HandleIconsCommands(const CommandLine& parsed_command_line);
|
jankometer_mac.cc | 7 void InstallJankometer(const CommandLine& parsed_command_line) {
|
about_flags_unittest.cc | 170 CommandLine command_line(CommandLine::NO_PROGRAM); 183 std::map<std::string, CommandLine::StringType> switch_list; 184 switch_list[kSwitch1] = CommandLine::StringType(); 185 switch_list[switches::kFlagSwitchesBegin] = CommandLine::StringType(); 186 switch_list[switches::kFlagSwitchesEnd] = CommandLine::StringType(); 187 switch_list["foo"] = CommandLine::StringType(); 202 CommandLine command_line(CommandLine::NO_PROGRAM); 217 CommandLine command_line(CommandLine::NO_PROGRAM) [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_clipboard_apitest.cc | 10 CommandLine::ForCurrentProcess()->AppendSwitch(
|
extension_debugger_apitest.cc | 10 CommandLine::ForCurrentProcess()->AppendSwitch(
|
extension_devtools_browsertest.cc | 10 void ExtensionDevToolsBrowserTest::SetUpCommandLine(CommandLine* command_line) {
|
extension_input_apitest.cc | 10 CommandLine::ForCurrentProcess()->AppendSwitch(
|
extension_sidebar_apitest.cc | 11 void SetUpCommandLine(CommandLine* command_line) {
|
extensions_startup.h | 12 class CommandLine; 27 bool PackExtension(const CommandLine& cmd_line); 32 bool UninstallExtension(const CommandLine& cmd_line, Profile* profile);
|
extension_content_settings_apitest.cc | 13 CommandLine::ForCurrentProcess()->AppendSwitch( 31 CommandLine::ForCurrentProcess()->AppendSwitch( 58 CommandLine::ForCurrentProcess()->AppendSwitch( 65 CommandLine::ForCurrentProcess()->AppendSwitch( 81 CommandLine::ForCurrentProcess()->AppendSwitch(
|
extension_proxy_apitest.cc | 73 CommandLine::ForCurrentProcess()->AppendSwitch( 87 CommandLine::ForCurrentProcess()->AppendSwitch( 101 CommandLine::ForCurrentProcess()->AppendSwitch( 115 CommandLine::ForCurrentProcess()->AppendSwitch( 132 CommandLine::ForCurrentProcess()->AppendSwitch( 149 CommandLine::ForCurrentProcess()->AppendSwitch( 163 CommandLine::ForCurrentProcess()->AppendSwitch( 195 CommandLine::ForCurrentProcess()->AppendSwitch( 221 CommandLine::ForCurrentProcess()->AppendSwitch( 253 CommandLine::ForCurrentProcess()->AppendSwitch [all...] |
extension_get_views_apitest.cc | 19 CommandLine::ForCurrentProcess()->AppendSwitch(
|
/external/chromium/chrome/browser/first_run/ |
first_run_browser_process.cc | 9 FirstRunBrowserProcess::FirstRunBrowserProcess(const CommandLine& command_line)
|
first_run_gtk.cc | 26 const CommandLine& cmdline = *CommandLine::ForCurrentProcess(); 27 CommandLine import_cmd(cmdline.GetProgram()); 40 import_cmd.CommandLine::AppendSwitchPath(switches::kImportFromFile,
|
/external/chromium/chrome/common/ |
switch_utils.h | 18 std::map<std::string, CommandLine::StringType>* switches);
|
nacl_cmd_line.cc | 12 void CopyNaClCommandLineArguments(CommandLine* cmd_line) { 13 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
|
/external/clang/test/Sema/ |
mms-bitfields.c | 4 // The -mms-bitfields commandline parameter should behave the same
|
/external/webkit/Source/WebKit2/PluginProcess/qt/ |
PluginProcessMainQt.cpp | 31 #include "CommandLine.h" 44 int PluginProcessMain(const CommandLine& commandLine) 46 String serviceName = commandLine["servicename"];
|
/external/chromium/chrome/browser/sync/ |
profile_sync_factory_impl.h | 14 class CommandLine; 19 ProfileSyncFactoryImpl(Profile* profile, CommandLine* command_line); 78 CommandLine* command_line_;
|
/external/chromium/net/tools/fetch/ |
fetch_server.cc | 34 CommandLine::Init(0, NULL); 35 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
|
/external/clang/tools/libclang/ |
CXCompilationDatabase.cpp | 121 return static_cast<CompileCommand *>(CCmd)->CommandLine.size(); 132 if (Arg >= Cmd->CommandLine.size()) 135 return cxstring::createRef(Cmd->CommandLine[Arg].c_str());
|