Searched defs:command_line (Results 26 - 50 of 474) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dwizard_in_process_browser_test.cc7 #include "base/command_line.h"
31 void WizardInProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) { argument
32 command_line->AppendSwitch(::switches::kNoStartupWindow);
33 command_line->AppendSwitch(switches::kLoginManager);
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_linux.cc8 #include "base/command_line.h"
24 bool RelaunchChromeBrowser(const CommandLine& command_line) { argument
28 return base::LaunchProcess(command_line, options, NULL);
/external/chromium_org/chrome/browser/net/
H A Dchrome_net_log.cc9 #include "base/command_line.h"
23 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
27 if (command_line->HasSwitch(switches::kNetLogLevel)) {
29 command_line->GetSwitchValueASCII(switches::kNetLogLevel);
38 if (command_line->HasSwitch(switches::kLogNetLog)) {
40 command_line->GetSwitchValuePath(switches::kLogNetLog);
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_startup_lock.cc42 const CommandLine& command_line,
48 std::make_pair(command_line.argv(), current_directory));
51 return original_callback_.Run(command_line, current_directory);
41 NotificationCallbackImpl( const CommandLine& command_line, const base::FilePath& current_directory) argument
/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration.cc48 // lines. |command_line| is shared with this instance in the sense that this
51 bool Configuration::InitializeFromCommandLine(const wchar_t* command_line) { argument
54 command_line_ = command_line;
/external/chromium_org/chrome/test/perf/
H A Dbrowser_perf_test.cc7 #include "base/command_line.h"
18 void BrowserPerfTest::SetUpCommandLine(CommandLine* command_line) { argument
20 command_line->AppendSwitch(switches::kDisableBackgroundNetworking);
/external/chromium_org/content/app/android/
H A Dlibrary_loader_hooks.cc13 #include "base/command_line.h"
75 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
77 if (command_line->HasSwitch(switches::kTraceStartup)) {
79 command_line->GetSwitchValueASCII(switches::kTraceStartup));
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_unittest.cc7 #include "base/command_line.h"
39 const base::CommandLine& command_line = local
41 if (command_line.HasSwitch(switches::kSitePerProcess) ||
42 command_line.HasSwitch(switches::kEnableStrictSiteIsolation))
/external/chromium_org/content/common/
H A Dset_process_title.cc16 #include "base/command_line.h"
73 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
74 for (size_t i = 1; i < command_line->argv().size(); ++i) {
77 title += command_line->argv()[i];
/external/chromium_org/content/public/common/
H A Dmain_function_params.h13 #include "base/command_line.h"
31 : command_line(cl),
42 const base::CommandLine& command_line; member in struct:content::MainFunctionParams
/external/chromium_org/content/renderer/devtools/
H A Ddevtools_client.cc7 #include "base/command_line.h"
27 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
33 command_line.GetSwitchValueASCII(switches::kLang))));
/external/chromium_org/content/renderer/
H A Drenderer_main_platform_delegate_android.cc7 #include "base/command_line.h"
32 const CommandLine& command_line = parameters_.command_line; local
33 if (command_line.HasSwitch(switches::kEnableVtune))
H A Drenderer_main_platform_delegate_linux.cc10 #include "base/command_line.h"
33 const CommandLine& command_line = parameters_.command_line; local
34 if (command_line.HasSwitch(switches::kEnableVtune))
/external/chromium_org/extensions/shell/test/
H A Dshell_test.cc7 #include "base/command_line.h"
24 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
25 command_line->AppendSwitchASCII(switches::kTestType, "appshell");
H A Dshell_test_launcher_delegate.cc17 base::CommandLine* command_line,
16 AdjustChildProcessCommandLine( base::CommandLine* command_line, const base::FilePath& temp_data_dir) argument
/external/chromium_org/media/base/
H A Drun_all_unittests.cc6 #include "base/command_line.h"
31 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
32 command_line->AppendSwitch(switches::kEnableInbandTextTracks);
/external/chromium_org/media/video/capture/
H A Dvideo_capture_device_factory.cc7 #include "base/command_line.h"
27 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
30 if (command_line->HasSwitch(switches::kUseFakeDeviceForMediaStream)) {
31 if (command_line->HasSwitch(switches::kUseFileForFakeVideoCapture)) {
/external/chromium_org/mojo/shell/
H A Dchild_process.cc7 #include "base/command_line.h"
23 const base::CommandLine& command_line) {
24 if (!command_line.HasSwitch(switches::kChildProcessType))
28 CHECK(base::StringToInt(command_line.GetSwitchValueASCII(
47 command_line);
22 Create( const base::CommandLine& command_line) argument
/external/chromium_org/mojo/shell/desktop/
H A Dmojo_main.cc7 #include "base/command_line.h"
23 const base::CommandLine& command_line = local
25 base::CommandLine::StringVector args = command_line.GetArgs();
63 const base::CommandLine& command_line = local
65 if (command_line.HasSwitch(switches::kOrigin)) {
67 GURL(command_line.GetSwitchValueASCII(switches::kOrigin)));
/external/chromium_org/remoting/host/
H A Dusage_stats_consent_mac.cc9 #include "base/command_line.h"
24 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
25 if (command_line->HasSwitch(kHostConfigSwitchName)) {
27 command_line->GetSwitchValuePath(kHostConfigSwitchName);
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_filter.py8 from telemetry.core import command_line namespace
18 class PageFilter(command_line.ArgumentHandlerMixIn):
/external/e2fsprogs/ext2ed/
H A Dext2_com.c25 void type_ext2___super (char *command_line) argument
42 void type_ext2___cd (char *command_line) argument
55 ptr=parse_word (command_line,buffer);
73 void type_ext2___group (char *command_line) argument
87 ptr=parse_word (command_line,buffer);
H A Dsuper_com.c24 void type_ext2_super_block___show (char *command_line) argument
30 show (command_line);
119 void type_ext2_super_block___gocopy (char *command_line) argument
125 ptr=parse_word (command_line,buffer);
146 void type_ext2_super_block___setactivecopy (char *command_line) argument
/external/chromium_org/apps/
H A Dapp_load_service.h11 #include "base/command_line.h"
42 base::CommandLine command_line; member in struct:apps::AppLoadService::PostReloadAction
57 // command line parameters from |command_line| will be passed along via
61 const base::CommandLine& command_line,
/external/chromium_org/ash/shell/content_client/
H A Dshell_main_delegate.cc8 #include "base/command_line.h"
22 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
24 command_line.GetSwitchValueASCII(switches::kProcessType);

Completed in 1053 milliseconds

1234567891011>>