/external/chromium_org/extensions/shell/browser/ |
H A D | default_shell_browser_main_delegate.cc | 7 #include "base/command_line.h" 24 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local 25 if (command_line->HasSwitch(switches::kAppShellAppPath)) { 27 command_line->GetSwitchValueNative(switches::kAppShellAppPath));
|
/external/chromium_org/mojo/shell/ |
H A D | shell_test_main.cc | 6 #include "base/command_line.h" 16 const base::CommandLine& command_line = local 19 if (command_line.HasSwitch(switches::kChildProcessType)) { 21 mojo::shell::ChildProcess::Create(command_line);
|
/external/chromium_org/net/tools/testserver/ |
H A D | run_testserver.cc | 8 #include "base/command_line.h" 29 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local 41 if (command_line->GetSwitches().empty() || 42 command_line->HasSwitch("help")) { 48 if (command_line->HasSwitch("http")) { 50 } else if (command_line->HasSwitch("https")) { 52 } else if (command_line->HasSwitch("ws")) { 54 } else if (command_line->HasSwitch("wss")) { 56 } else if (command_line->HasSwitch("ftp")) { 61 if (command_line [all...] |
/external/chromium_org/chrome/test/ppapi/ |
H A D | ppapi_test.cc | 7 #include "base/command_line.h" 42 void AddPrivateSwitches(base::CommandLine* command_line) { argument 44 command_line->AppendSwitch(switches::kUnlimitedStorage); 45 command_line->AppendSwitchASCII(switches::kAllowNaClFileHandleAPI, 134 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) { argument 136 command_line->AppendSwitch(switches::kEnableFileCookies); 140 command_line->AppendSwitch(switches::kEnablePepperTesting); 143 command_line->AppendSwitch(switches::kDisableSmoothScrolling); 285 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) { argument 286 PPAPITestBase::SetUpCommandLine(command_line); 317 SetUpCommandLine(base::CommandLine* command_line) argument 326 SetUpCommandLine(base::CommandLine* command_line) argument 332 SetUpCommandLine( base::CommandLine* command_line) argument 338 SetUpCommandLine(base::CommandLine* command_line) argument 398 SetUpCommandLine( base::CommandLine* command_line) argument 411 SetUpCommandLine( base::CommandLine* command_line) argument 424 SetUpCommandLine( base::CommandLine* command_line) argument 430 SetUpCommandLine( base::CommandLine* command_line) argument 445 SetUpCommandLine( base::CommandLine* command_line) argument 451 SetUpCommandLine( base::CommandLine* command_line) argument [all...] |
/external/chromium_org/base/mac/ |
H A D | launch_services_util.h | 11 #include "base/command_line.h" 20 // |command_line| as command line arguments if the app isn't already running. 26 const CommandLine& command_line,
|
/external/chromium_org/chrome/browser/apps/ |
H A D | speech_recognition_browsertest.cc | 34 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { 35 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); 36 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); 37 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);
|
/external/chromium_org/chrome/browser/chromeos/login/session/ |
H A D | restore_after_crash_session_manager_delegate.cc | 7 #include "base/command_line.h" 30 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local 37 if (command_line->HasSwitch(chromeos::switches::kLoginUser)) { 59 bool is_running_test = command_line->HasSwitch(::switches::kTestName) || 60 command_line->HasSwitch(::switches::kTestType);
|
/external/chromium_org/chrome/browser/media/ |
H A D | test_license_server.cc | 7 #include "base/command_line.h" 33 CommandLine command_line(CommandLine::NO_PROGRAM); 34 if (!server_config_->GetServerCommandLine(&command_line)) { 40 command_line.GetCommandLineString(); 41 if (!base::LaunchProcess(command_line, base::LaunchOptions(),
|
/external/chromium_org/chrome/common/ |
H A D | logging_chrome.h | 34 void InitChromeLogging(const base::CommandLine& command_line, 39 base::FilePath GetSessionLogDir(const base::CommandLine& command_line); 42 base::FilePath GetSessionLogFile(const base::CommandLine& command_line); 45 void RedirectChromeLogging(const base::CommandLine& command_line);
|
/external/chromium_org/chrome/test/base/ |
H A D | test_launcher_utils.h | 20 // Appends browser switches to provided |command_line| to be used 22 void PrepareBrowserCommandLineForTests(base::CommandLine* command_line);
|
/external/chromium_org/components/invalidation/ |
H A D | invalidation_service_util.h | 18 const base::CommandLine& command_line);
|
/external/chromium_org/content/public/app/ |
H A D | startup_helper_win.h | 33 void SetupCRT(const base::CommandLine& command_line);
|
/external/chromium_org/testing/android/ |
H A D | native_test_util.cc | 14 void ParseArgsFromString(const std::string& command_line, argument 16 base::StringTokenizer tokenizer(command_line, base::kWhitespaceASCII); 32 base::FilePath command_line(path); 34 if (base::ReadFileToString(command_line, &command_line_string)) {
|
/external/chromium_org/win8/delegate_execute/ |
H A D | delegate_execute_util.cc | 13 CommandLine command_line(CommandLine::NO_PROGRAM); 18 command_line.ParseFromString(command_string); 19 command_line.SetProgram(base::FilePath()); 22 return command_line;
|
/external/chromium_org/chrome/browser/dom_distiller/ |
H A D | profile_utils.cc | 7 #include "base/command_line.h" 16 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 17 if (command_line.HasSwitch(switches::kEnableDomDistiller)) {
|
/external/chromium_org/gpu/config/ |
H A D | gpu_util.h | 11 #include "base/command_line.h" 28 // system, and append the |command_line|. 29 GPU_EXPORT void ApplyGpuDriverBugWorkarounds(base::CommandLine* command_line); 32 // system, and append the |command_line|. 34 const GPUInfo& gpu_inco, base::CommandLine* command_line);
|
/external/chromium_org/ui/compositor/test/ |
H A D | context_factories_for_test.cc | 7 #include "base/command_line.h" 27 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 28 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
|
/external/chromium_org/content/shell/app/ |
H A D | shell_main_delegate.cc | 8 #include "base/command_line.h" 126 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 127 if (command_line.HasSwitch(switches::kCheckLayoutTestSysDeps)) { 138 if (command_line.HasSwitch(switches::kDumpRenderTree)) { 141 command_line.AppendSwitch(switches::kProcessPerTab); 142 command_line.AppendSwitch(switches::kEnableLogging); 143 command_line.AppendSwitch(switches::kAllowFileAccessFromFiles); 144 command_line.AppendSwitchASCII(switches::kUseGL, 146 command_line.AppendSwitch(switches::kSkipGpuDataLoading); 147 command_line [all...] |
/external/chromium_org/net/tools/dump_cache/ |
H A D | dump_cache.cc | 12 #include "base/command_line.h" 59 const base::CommandLine& command_line = local 61 base::FilePath input_path = command_line.GetSwitchValuePath(kInputPath); 65 bool dump_to_files = command_line.HasSwitch(kDumpToFiles); 67 base::FilePath output_path = command_line.GetSwitchValuePath(kOutputPath); 81 if (command_line.HasSwitch(kDumpContents)) 84 if (command_line.HasSwitch(kDumpHeaders))
|
/external/chromium_org/google_apis/ |
H A D | google_api_keys.cc | 9 #include "base/command_line.h" 80 CommandLine* command_line = CommandLine::ForCurrentProcess(); local 87 command_line); 95 command_line); 102 command_line); 116 command_line); 123 command_line); 131 command_line); 138 command_line); 146 command_line); 188 CalculateKeyValue(const char* baked_in_value, const char* environment_variable_name, const char* command_line_switch, const std::string& default_if_unset, base::Environment* environment, CommandLine* command_line) argument [all...] |
/external/chromium_org/remoting/host/ |
H A D | host_main.cc | 13 #include "base/command_line.h" 98 base::CommandLine command_line(base::CommandLine::NO_PROGRAM); 102 command_line.AppendSwitchNative(i->first, i->second); 106 command_line.AppendArgNative(*i); 114 command_line.GetCommandLineString(); 192 const base::CommandLine* command_line = local 194 if (command_line->HasSwitch(kHelpSwitchName) || 195 command_line->HasSwitch(kQuestionSwitchName)) { 196 Usage(command_line->GetProgram()); 200 if (command_line [all...] |
/external/chromium_org/win8/test/ |
H A D | test_registrar.cc | 22 #include "base/command_line.h" 36 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local 38 if (!command_line.HasSwitch(win8::test::kTestAppUserModelId)) 39 command_line.AppendSwitchNative(win8::test::kTestAppUserModelId, 42 if (!command_line.HasSwitch(win8::test::kTestExeName)) 43 command_line.AppendSwitchNative(win8::test::kTestExeName, 46 if (!command_line.HasSwitch(win8::test::kTestExePath)) { 51 command_line.AppendSwitchNative(win8::test::kTestExePath, 55 if (!command_line.HasSwitch(win8::test::kTestProgId)) 56 command_line 83 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local [all...] |
/external/e2fsprogs/ext2ed/ |
H A D | group_com.c | 21 void type_ext2_group_desc___next (char *command_line) argument 27 ptr=parse_word (command_line,buffer); 37 void type_ext2_group_desc___prev (char *command_line) argument 43 ptr=parse_word (command_line,buffer); 53 void type_ext2_group_desc___entry (char *command_line) argument 59 ptr=parse_word (command_line,buffer); 79 void type_ext2_group_desc___gocopy (char *command_line) argument 85 ptr=parse_word (command_line,buffer); 107 void type_ext2_group_desc___show (char *command_line) argument 115 show (command_line); 134 type_ext2_group_desc___inode(char *command_line) argument 145 type_ext2_group_desc___blockbitmap(char *command_line) argument 159 type_ext2_group_desc___inodebitmap(char *command_line) argument 173 type_ext2_group_desc___setactivecopy(char *command_line) argument [all...] |
/external/chromium_org/mojo/embedder/ |
H A D | platform_channel_pair_posix.cc | 12 #include "base/command_line.h" 67 const base::CommandLine& command_line) { 69 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); 82 base::CommandLine* command_line, 84 DCHECK(command_line); 104 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) 107 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); 110 command_line->AppendSwitchASCII(kMojoPlatformChannelHandleSwitch, 66 PassClientHandleFromParentProcess( const base::CommandLine& command_line) argument 81 PrepareToPassClientHandleToChildProcess( base::CommandLine* command_line, base::FileHandleMappingVector* handle_passing_info) const argument
|
H A D | platform_channel_pair_win.cc | 11 #include "base/command_line.h" 76 const base::CommandLine& command_line) { 78 command_line.GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); 92 base::CommandLine* command_line, 94 DCHECK(command_line); 105 LOG_IF(WARNING, command_line->HasSwitch(kMojoPlatformChannelHandleSwitch)) 108 << command_line->GetSwitchValueASCII(kMojoPlatformChannelHandleSwitch); 111 command_line->AppendSwitchASCII( 75 PassClientHandleFromParentProcess( const base::CommandLine& command_line) argument 91 PrepareToPassClientHandleToChildProcess( base::CommandLine* command_line, base::HandlesToInheritVector* handle_passing_info) const argument
|