Searched refs:command_line (Results 476 - 500 of 915) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.h56 void InitMacCrashReporter(const base::CommandLine& command_line,
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_browsertest.h30 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client_parts.h58 // Append extra switches to |command_line| for |process|. If |process| is not
61 base::CommandLine* command_line,
60 AppendExtraRendererCommandLineSwitches( base::CommandLine* command_line, content::RenderProcessHost* process, Profile* profile) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_manager_test.h34 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
H A Dlogin_ui_keyboard_browsertest.cc5 #include "base/command_line.h"
181 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
182 LoginManagerTest::SetUpCommandLine(command_line);
183 command_line->AppendSwitch(switches::kStubCrosSettings);
185 LoginManagerTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/extensions/api/gcm/
H A Dgcm_apitest.cc64 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
77 void GcmApiTest::SetUpCommandLine(CommandLine* command_line) { argument
82 command_line->AppendSwitch(switches::kDisableSync);
84 ExtensionApiTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher.cc10 #include "base/command_line.h"
186 CommandLine command_line(host_path);
187 command_line.AppendArg(origin.spec());
192 command_line.AppendSwitchASCII(kParentWindowSwitchName,
200 command_line, &process_handle, &read_file, &write_file)) {
/external/chromium_org/chrome/browser/extensions/
H A Dextension_startup_browsertest.cc7 #include "base/command_line.h"
53 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
58 command_line->AppendSwitchASCII(
71 command_line->AppendSwitchNative(switches::kLoadExtension,
73 command_line->AppendSwitch(switches::kDisableExtensionsFileAccessCheck);
H A Dwebstore_installer_test.h27 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run.h90 // Returns true if |command_line|'s switches explicitly specify that first run
92 bool IsFirstRunSuppressed(const base::CommandLine& command_line);
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_video_quality_browsertest.cc6 #include "base/command_line.h"
111 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
117 command_line->AppendSwitchPath(switches::kUseFileForFakeVideoCapture,
119 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
122 command_line->AppendSwitch(switches::kUseGpuInTests);
/external/chromium_org/chrome/browser/net/
H A Dssl_config_service_manager_pref_unittest.cc7 #include "base/command_line.h"
172 CommandLine command_line(CommandLine::NO_PROGRAM);
173 command_line.AppendSwitchASCII(switches::kSSLVersionMin, "tls1");
174 command_line.AppendSwitchASCII(switches::kSSLVersionMax, "ssl3");
178 factory.SetCommandLine(&command_line);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc13 #include "base/command_line.h"
263 // command line in output parameter |command_line|.
266 base::string16* command_line) {
273 if (!base::win::ResolveShortcut(path, &target_path, command_line))
281 // the specified |command_line|. If |include_empty_command_lines| is true,
284 const base::string16& command_line,
300 // args from |command_line| are present in the shortcut's CommandLine. This
301 // will be more robust when |command_line| contains multiple args.
303 (shortcut_command_line.find(command_line) != base::string16::npos)) {
435 const base::string16 command_line local
264 IsChromeShortcut(const base::FilePath& path, const base::FilePath& chrome_exe, base::string16* command_line) argument
283 ListDesktopShortcutsWithCommandLine(const base::FilePath& chrome_exe, const base::string16& command_line, bool include_empty_command_lines, std::vector<base::FilePath>* paths) argument
510 const base::string16 command_line = local
561 const base::string16 command_line = local
646 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
702 GetShortcutProperties( const base::FilePath& profile_path, CommandLine* command_line, base::string16* name, base::FilePath* icon_path) argument
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dproxy_view.js136 // TODO(eroman): On Linux the ClientInfo.command_line is wrong in that it
139 if (ClientInfo.command_line &&
140 ClientInfo.command_line.indexOf(hostResolverRulesFlag) != -1) {
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service_browsertest_chromeos.cc5 #include "base/command_line.h"
174 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
175 command_line->AppendSwitchASCII(switches::kForceFieldTrials,
227 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
228 command_line->AppendSwitchASCII(switches::kForceFieldTrials,
H A Dsignin_browsertest.cc8 #include "base/command_line.h"
39 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
49 command_line->AppendSwitchASCII(
53 command_line->AppendSwitch(switches::kIgnoreCertificateErrors);
56 command_line->AppendSwitch(switches::kEnableWebBasedSignin);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service.h54 // Initializes the AppListService, and returns true if |command_line| is for
56 static bool HandleLaunchCommandLine(const base::CommandLine& command_line,
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/
H A Dbrowser_navigator_browsertest.h47 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
/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/webui/signin/
H A Dinline_login_ui_browsertest.cc5 #include "base/command_line.h"
186 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
188 command_line->AppendSwitchASCII(::switches::kGaiaUrl, base_url.spec());
189 command_line->AppendSwitchASCII(::switches::kLsoUrl, base_url.spec());
190 command_line->AppendSwitchASCII(::switches::kGoogleApisUrl,
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_mac.h36 bool MaybeRebuildShortcut(const base::CommandLine& command_line);
/external/chromium_org/chrome/common/
H A Dcrash_keys.h30 // Sets the kSwitch and kNumSwitches keys based on the given |command_line|.
31 void SetSwitchesFromCommandLine(const base::CommandLine* command_line);
H A Dservice_process_util.cc9 #include "base/command_line.h"
162 scoped_ptr<base::CommandLine> command_line(new base::CommandLine(exe_path));
163 command_line->AppendSwitchASCII(switches::kProcessType,
184 command_line->CopySwitchesFrom(*base::CommandLine::ForCurrentProcess(),
187 return command_line.Pass();
/external/chromium_org/chrome/service/
H A Dservice_process.h43 const base::CommandLine& command_line,

Completed in 478 milliseconds

<<11121314151617181920>>