Searched
full:commandline (Results
426 -
450 of
2662) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/ui/sync/ |
profile_signin_confirmation_helper_browsertest.cc | 21 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
sync_promo_ui_unittest.cc | 32 CommandLine::ForCurrentProcess()->AppendSwitch(switches::kDisableSync);
|
/external/chromium_org/chrome/browser/ui/webui/ |
bidi_checker_web_ui_test.h | 37 base::CommandLine::StringVector argv_;
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_chromepermission_unittest.cc | 32 CommandLine::ForCurrentProcess()->AppendSwitch(
|
/external/chromium_org/chrome/common/ |
switch_utils.cc | 27 std::map<std::string, CommandLine::StringType>* switch_list) {
|
/external/chromium_org/chrome/installer/util/ |
chrome_browser_operations.cc | 37 void ChromeBrowserOperations::ReadOptions(const CommandLine& uninstall_command, 60 CommandLine* cmd_line) const { 75 CommandLine* cmd_line) const { 146 CommandLine base_command(setup_path);
|
product_operations.h | 20 class CommandLine; 41 virtual void ReadOptions(const base::CommandLine& command, 65 base::CommandLine* cmd_line) const = 0; 69 base::CommandLine* cmd_line) const = 0;
|
/external/chromium_org/chromecast/shell/browser/test/ |
chromecast_browser_test_runner.cc | 43 base::CommandLine* command_line,
|
/external/chromium_org/chromecast/shell/renderer/ |
cast_content_renderer_client.cc | 36 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
|
/external/chromium_org/chromeos/dbus/ |
fake_sms_client.cc | 29 if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium_org/chromeos/settings/ |
cros_settings_provider.cc | 28 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession) &&
|
/external/chromium_org/chromeos/tools/onc_validator/ |
onc_validator.cc | 110 CommandLine::Init(argc, argv); 112 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 113 CommandLine::StringVector args = command_line.GetArgs();
|
/external/chromium_org/components/autofill/core/common/ |
password_autofill_util.cc | 35 !CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium_org/components/data_reduction_proxy/browser/ |
data_reduction_proxy_auth_request_handler.cc | 41 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 207 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium_org/components/invalidation/ |
invalidation_service_util.cc | 16 const CommandLine& command_line) {
|
/external/chromium_org/components/nacl/loader/ |
nacl_main.cc | 19 const CommandLine& parsed_command_line = parameters.command_line;
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_constants.cc | 87 CommandLine* command_line = CommandLine::ForCurrentProcess(); 98 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium_org/components/wifi/ |
wifi_test.cc | 108 CommandLine::Init(argc, argv); 109 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess(); 240 CommandLine::Init(argc, argv);
|
/external/chromium_org/content/app/ |
content_main_runner.cc | 196 static base::ProcessId GetBrowserPid(const base::CommandLine& command_line) { 211 static void InitializeStatsTable(const base::CommandLine& command_line) { 266 base::CommandLine::ForCurrentProcess()->HasSwitch( 275 base::CommandLine::ForCurrentProcess()->HasSwitch( 328 const base::CommandLine& command_line = 329 *base::CommandLine::ForCurrentProcess(); 365 base::CommandLine& command_line = *base::CommandLine::ForCurrentProcess(); 542 // Set C library locale to make sure CommandLine can parse argument values 598 base::CommandLine::Init(argc, argv) [all...] |
/external/chromium_org/content/browser/android/ |
child_process_launcher_android.h | 23 const base::CommandLine::StringVector& argv,
|
/external/chromium_org/content/browser/ |
browser_main_loop.h | 17 class CommandLine; 138 const base::CommandLine& command_line) const; 139 void InitStartupTracing(const base::CommandLine& command_line); 144 const base::CommandLine& parsed_command_line_;
|
/external/chromium_org/content/browser/gpu/ |
gpu_data_manager_impl.h | 28 class CommandLine; 103 void AppendRendererCommandLine(base::CommandLine* command_line) const; 106 void AppendGpuCommandLine(base::CommandLine* command_line) const; 110 void AppendPluginCommandLine(base::CommandLine* command_line) const;
|
/external/chromium_org/content/common/input/ |
input_event_stream_validator.cc | 19 : enabled_(CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium_org/content/ppapi_plugin/ |
ppapi_broker_main.cc | 18 const CommandLine& command_line = parameters.command_line;
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ChildProcessConnection.java | 71 * @param commandLine (optional) command line for the child process. If omitted, then 74 void start(String[] commandLine); 78 * @param commandLine (optional) will be ignored if the command line was already sent in start() 85 String[] commandLine,
|
Completed in 513 milliseconds
<<11121314151617181920>>