Searched
refs:CommandLine (Results
951 -
975 of
1825) sorted by null
<<31323334353637383940>>
/external/chromium_org/cloud_print/service/win/ |
service_controller.cc | 86 command_line_(CommandLine::NO_PROGRAM) { 167 CommandLine command_line(service_path); 305 command_line_ = CommandLine::FromString(config->lpBinaryPathName);
|
/external/chromium_org/content/browser/ |
browser_child_process_host_impl.cc | 138 CommandLine* cmd_line) { 144 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium_org/content/ppapi_plugin/ |
ppapi_thread.cc | 64 PpapiThread::PpapiThread(const CommandLine& command_line, bool is_broker) 161 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/ |
AccessibilityInjector.java | 24 import org.chromium.base.CommandLine; 113 mAccessibilityScreenReaderUrl = CommandLine.getInstance().getSwitchValue( 399 mSelfBrailleClient = new SelfBrailleClient(context, CommandLine.getInstance().hasSwitch(
|
/external/chromium_org/content/public/browser/ |
content_browser_client.h | 34 class CommandLine; 266 virtual void AppendExtraCommandLineSwitches(CommandLine* command_line, 589 const CommandLine& command_line,
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
compositor_model_bench.cc | 357 CommandLine::Init(argc, argv); 358 const CommandLine* cl = CommandLine::ForCurrentProcess();
|
/external/chromium_org/media/tools/player_x11/ |
player_x11.cc | 230 CommandLine::Init(argc, argv); 231 CommandLine* command_line = CommandLine::ForCurrentProcess();
|
/external/chromium_org/net/tools/disk_cache_memory_test/ |
disk_cache_memory_test.cc | 270 CommandLine::Init(argc, argv); 271 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium_org/remoting/host/win/ |
host_service.cc | 68 bool HostService::InitWithCommandLine(const CommandLine* command_line) { 69 CommandLine::StringVector args = command_line->GetArgs(); 438 if (!service->InitWithCommandLine(CommandLine::ForCurrentProcess())) {
|
/external/chromium_org/tools/gn/ |
command_desc.cc | 80 const CommandLine* cmdline = CommandLine::ForCurrentProcess(); 206 bool display_blame = CommandLine::ForCurrentProcess()->HasSwitch("blame");
|
/external/chromium/chrome/browser/ |
browser_process_impl.cc | 103 BrowserProcessImpl::BrowserProcessImpl(const CommandLine& command_line) [all...] |
shell_integration_win.cc | 218 CommandLine command_line = CommandLine::FromString(StringPrintf( 354 CommandLine command_line = CommandLine::FromString(value);
|
/external/chromium/chrome/browser/chromeos/cros/ |
syslogs_library.cc | 95 if (compress_logs && !CommandLine::ForCurrentProcess()->HasSwitch(
|
/external/chromium/chrome/browser/net/gaia/ |
token_service_unittest.cc | 352 CommandLine original_cl(*CommandLine::ForCurrentProcess()); 353 CommandLine::ForCurrentProcess()->AppendSwitchASCII( 358 *CommandLine::ForCurrentProcess() = original_cl;
|
/external/chromium/chrome/browser/prefs/ |
command_line_pref_store.cc | 38 CommandLinePrefStore::CommandLinePrefStore(const CommandLine* command_line)
|
/external/chromium/chrome/browser/prerender/ |
prerender_field_trial.cc | 18 void ConfigurePrefetchAndPrerender(const CommandLine& command_line) {
|
/external/chromium/chrome/browser/profiles/ |
profile_impl_io_data.cc | 172 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 306 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium/chrome/browser/sidebar/ |
sidebar_browsertest.cc | 32 CommandLine::ForCurrentProcess()->AppendSwitch(
|
/external/chromium_org/ash/ |
dip_unittest.cc | 73 CommandLine::ForCurrentProcess()->AppendSwitch(
|
/external/chromium_org/base/process/ |
launch_posix.cc | 452 bool LaunchProcess(const CommandLine& cmdline, 602 bool GetAppOutput(const CommandLine& cl, std::string* output) { 617 bool GetAppOutputRestricted(const CommandLine& cl, 628 bool GetAppOutputWithExitCode(const CommandLine& cl,
|
/external/chromium_org/chrome/browser/android/ |
dev_tools_server.cc | 390 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); 402 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
/external/chromium_org/chrome/browser/apps/ |
app_browsertest.cc | 186 CommandLine* command_line = CommandLine::ForCurrentProcess(); 512 CommandLine* command_line = CommandLine::ForCurrentProcess(); 527 params.command_line = CommandLine::ForCurrentProcess(); 693 CommandLine* command_line = CommandLine::ForCurrentProcess(); [all...] |
/external/chromium_org/chrome/browser/ |
chrome_browser_field_trials_desktop.cc | 116 void SetupDesktopFieldTrials(const CommandLine& parsed_command_line,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
captive_portal_window_browsertest.cc | 78 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
crash_restore_browsertest.cc | 40 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
Completed in 530 milliseconds
<<31323334353637383940>>