Searched defs:command_line (Results 51 - 75 of 474) sorted by relevance

1234567891011>>

/external/chromium_org/base/mac/
H A Dlaunch_services_util.cc16 const CommandLine& command_line,
25 std::vector<std::string> argv = command_line.argv();
15 OpenApplicationWithPath(const base::FilePath& bundle_path, const CommandLine& command_line, LSLaunchFlags launch_flags, ProcessSerialNumber* out_psn) argument
/external/chromium_org/base/
H A Dsys_info.cc8 #include "base/command_line.h"
21 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
23 if (command_line->HasSwitch(switches::kLowEndDeviceMode)) {
25 command_line->GetSwitchValueASCII(switches::kLowEndDeviceMode);
/external/chromium_org/base/test/
H A Dmultiprocess_test.cc8 #include "base/command_line.h"
17 CommandLine command_line(base_command_line);
21 if (!command_line.HasSwitch(switches::kTestChildProcess))
22 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
25 LaunchProcess(command_line, options, &handle);
54 CommandLine command_line = GetMultiProcessTestChildBaseCommandLine(); local
55 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
56 return command_line;
/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_aurawin.cc7 #include "base/command_line.h"
41 const CommandLine& command_line) {
46 bool launch = command_line.HasSwitch(switches::kViewerLaunchViaAppId);
48 (command_line.HasSwitch(switches::kViewerConnect) &&
56 command_line.GetSwitchValueNative(
40 PlatformSpecificCommandLineProcessing( const CommandLine& command_line) argument
H A Dchrome_process_singleton_win_unittest.cc8 #include "base/command_line.h"
17 const CommandLine& command_line,
23 bool ClientCallback(const CommandLine& command_line, argument
16 ServerCallback(int* callback_count, const CommandLine& command_line, const base::FilePath& current_directory) argument
H A Dprocess_singleton_modal_dialog_lock.cc12 #include "base/command_line.h"
57 const CommandLine& command_line,
63 return original_callback_.Run(command_line, current_directory);
56 NotificationCallbackImpl( const CommandLine& command_line, const base::FilePath& current_directory) argument
/external/chromium_org/chrome/browser/chromeos/background/
H A Dash_user_wallpaper_delegate.cc10 #include "base/command_line.h"
71 const CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
72 bool disable_boot_animation = command_line->
/external/chromium_org/chrome/browser/chromeos/login/
H A Dmixin_based_browser_test.cc15 void MixinBasedBrowserTest::SetUpCommandLine(base::CommandLine* command_line) { argument
19 (*it)->SetUpCommandLine(command_line);
21 InProcessBrowserTest::SetUpCommandLine(command_line);
H A Dmixin_based_browser_test.h37 virtual void SetUpCommandLine(base::CommandLine* command_line) {} argument
61 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
H A Dscreenshot_testing_mixin.cc26 void ScreenshotTestingMixin::SetUpCommandLine(base::CommandLine* command_line) { argument
28 command_line->AppendSwitch(switches::kEnablePixelOutputInTests);
29 command_line->AppendSwitch(switches::kUIEnableImplSidePainting);
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Dchrome_session_manager.cc7 #include "base/command_line.h"
25 bool ShouldAutoLaunchKioskApp(const base::CommandLine& command_line) { argument
27 return command_line.HasSwitch(switches::kLoginManager) &&
28 !command_line.HasSwitch(switches::kForceLoginManagerInTests) &&
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_controller.cc9 #include "base/command_line.h"
61 int DiagnosticsController::Run(const CommandLine& command_line, argument
65 model_.reset(MakeDiagnosticsModel(command_line));
73 int DiagnosticsController::RunRecovery(const CommandLine& command_line, argument
78 if (command_line.HasSwitch(chromeos::switches::kLoginUser)) {
/external/chromium_org/chrome/browser/domain_reliability/
H A Dservice_factory.cc7 #include "base/command_line.h"
25 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
26 if (command_line->HasSwitch(switches::kDisableDomainReliability))
28 if (command_line->HasSwitch(switches::kEnableDomainReliability))
/external/chromium_org/chrome/browser/extensions/
H A Dbackground_app_browsertest.cc13 TestBackgroundModeManager(CommandLine* command_line, argument
15 : BackgroundModeManager(command_line, profile_cache),
H A Dexternal_component_loader.cc7 #include "base/command_line.h"
52 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
53 if (command_line->HasSwitch(switches::kEnableExperimentalHotwording)) {
/external/chromium_org/chrome/browser/nacl_host/test/
H A Dgdb_debug_stub_browsertest.cc5 #include "base/command_line.h"
22 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
30 void NaClGdbDebugStubTest::SetUpCommandLine(CommandLine* command_line) { argument
31 PPAPINaClNewlibTest::SetUpCommandLine(command_line);
32 command_line->AppendSwitch(switches::kEnableNaClDebug);
/external/chromium_org/chrome/browser/policy/cloud/
H A Dcloud_policy_manager_browsertest.cc5 #include "base/command_line.h"
53 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
54 command_line->AppendSwitchASCII(switches::kDeviceManagementUrl,
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_syncable_factory.cc49 void PrefServiceSyncableFactory::SetCommandLine(CommandLine* command_line) { argument
50 set_command_line_prefs(new CommandLinePrefStore(command_line));
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_resource_throttle_browsertest.cc7 #include "base/command_line.h"
37 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
48 CommandLine* command_line) {
49 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
47 SetUpCommandLine( CommandLine* command_line) argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_disabled.cc72 const base::CommandLine& command_line,
71 HandleLaunchCommandLine( const base::CommandLine& command_line, Profile* launch_profile) argument
/external/chromium_org/chrome/browser/ui/aura/
H A Dchrome_browser_main_extra_parts_aura.cc7 #include "base/command_line.h"
66 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
67 if (command_line->HasSwitch(switches::kViewerConnect) ||
68 command_line->HasSwitch(switches::kViewerLaunchViaAppId)) {
72 const CommandLine* command_line = CommandLine::ForCurrentProcess();
73 if (command_line->HasSwitch(switches::kOpenAsh))
148 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
149 if (command_line.HasSwitch(switches::kUserDataDir))
/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.h8 #include "base/command_line.h"
78 base::CommandLine command_line; member in struct:AppLaunchParams
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view_browsertest.cc7 #include "base/command_line.h"
40 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
59 CommandLine* command_line) {
58 SetUpCommandLine( CommandLine* command_line) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_ui.cc7 #include "base/command_line.h"
91 html_source->AddString("command_line", base::WideToUTF16(
94 std::string command_line; local
98 command_line += " " + *iter;
99 // TODO(viettrungluu): |command_line| could really have any encoding, whereas
101 html_source->AddString("command_line", command_line);
/external/chromium_org/chrome/installer/util/
H A Dapp_command.cc34 AppCommand::AppCommand(const base::string16& command_line) argument
35 : command_line_(command_line),

Completed in 460 milliseconds

1234567891011>>