HomeSort by relevance Sort by last modified time
    Searched defs:command_line (Results 251 - 275 of 317) sorted by null

<<111213

  /external/chromium_org/sync/tools/
sync_client.cc 10 #include "base/command_line.h"
268 const CommandLine& command_line,
275 if (command_line.HasSwitch(kXmppHostPortSwitch)) {
278 command_line.GetSwitchValueASCII(kXmppHostPortSwitch));
284 command_line.HasSwitch(kXmppTrySslTcpFirstSwitch);
289 command_line.HasSwitch(kXmppAllowInsecureConnectionSwitch);
318 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
320 credentials.email = command_line.GetSwitchValueASCII(kEmailSwitch);
321 credentials.sync_token = command_line.GetSwitchValueASCII(kTokenSwitch);
346 ParseNotifierOptions(command_line, context_getter)
    [all...]
  /external/chromium_org/tools/site_compare/
site_compare.py 21 import command_line # command-line parsing namespace
163 cmdline = command_line.CommandLine()
  /external/chromium_org/ash/display/
display_manager_unittest.cc 16 #include "base/command_line.h"
1464 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/ash/
root_window_controller.cc 53 #include "base/command_line.h"
822 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
823 if (command_line->HasSwitch(switches::kAshTouchHud))
    [all...]
  /external/chromium_org/base/
logging.cc 49 #include "base/command_line.h"
362 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
365 if (command_line->HasSwitch(switches::kV) ||
366 command_line->HasSwitch(switches::kVModule)) {
374 new VlogInfo(command_line->GetSwitchValueASCII(switches::kV),
375 command_line->GetSwitchValueASCII(switches::kVModule),
  /external/chromium_org/base/test/launcher/
test_launcher.cc 13 #include "base/command_line.h"
211 CommandLine PrepareCommandLineForGTest(const CommandLine& command_line,
213 CommandLine new_command_line(command_line.GetProgram());
214 CommandLine::SwitchMap switches = command_line.GetSwitches();
240 // Launches a child process using |command_line|. If the child process is still
243 int LaunchChildTestProcessWithOptions(const CommandLine& command_line,
299 if (!base::LaunchProcess(command_line, new_options, &process_handle))
302 g_live_processes.Get().insert(std::make_pair(process_handle, command_line));
350 const CommandLine& command_line,
404 command_line, options, flags, timeout, &was_timeout)
698 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
918 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
997 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/
about_flags.cc 12 #include "base/command_line.h"
2046 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
browser_process_impl.cc 14 #include "base/command_line.h"
166 const CommandLine& command_line)
1052 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
chrome_browser_main.cc 13 #include "base/command_line.h"
215 void HandleTestParameters(const CommandLine& command_line) {
217 if (command_line.HasSwitch(switches::kBrowserAssertTest)) {
222 if (command_line.HasSwitch(switches::kBrowserCrashTest)) {
443 const CommandLine& command_line,
449 if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) {
451 command_line.GetSwitchValueASCII(switches::kOriginalProcessStartTime);
456 if (command_line.HasSwitch(switches::kFastStart)) {
467 command_line);
472 GetStartupProfilePath(user_data_dir, command_line);
588 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
shell_integration_linux.cc 22 #include "base/command_line.h"
296 const CommandLine& command_line) {
300 const CommandLine::StringVector& argv = command_line.argv();
594 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
595 std::string class_name = command_line->GetProgram().BaseName().value();
781 const CommandLine& command_line,
814 std::string final_path = QuoteCommandLineForDesktopFileExec(command_line);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.cc 11 #include "base/command_line.h"
829 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
chrome_user_manager_impl.cc 13 #include "base/command_line.h"
726 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
727 command_line->AppendSwitch(::switches::kForceAppMode);
728 command_line->AppendSwitchASCII(::switches::kAppId, kiosk_app_id);
732 command_line->AppendSwitch(wm::switches::kWindowAnimationsDisabled);
747 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
748 command_line->AppendSwitch(::switches::kForceAppMode);
749 command_line->AppendSwitchASCII(::switches::kAppId,
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 9 #include "base/command_line.h"
594 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
595 if (command_line->HasSwitch(switches::kForceFirstRun) ||
596 (!command_line->HasSwitch(switches::kNoFirstRun) &&
605 bool IsFirstRunSuppressed(const CommandLine& command_line) {
606 return command_line.HasSwitch(switches::kNoFirstRun);
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter_unittest.cc 789 ShortcutCommand command_line = shortcut.CreateWithArguments( local
880 ShortcutCommand command_line = shortcut_hijacked.CreateWithArguments( local
960 ShortcutCommand command_line = shortcut.CreateWithArguments( local
1051 ShortcutCommand command_line = shortcut.CreateWithArguments( local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 13 #include "base/command_line.h"
998 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
profile_shortcut_manager_win.cc 13 #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
510 const base::string16 command_line = local
561 const base::string16 command_line = local
646 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service.cc 7 #include "base/command_line.h"
703 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
704 if (command_line->HasSwitch(switches::kSupervisedUserSyncToken)) {
706 command_line->GetSwitchValueASCII(
    [all...]
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 35 #include "base/command_line.h"
488 std::wstring command_line(1, L'"');
489 command_line
498 if (!RunProcessAndWait(NULL, command_line, &exit_code))
570 std::wstring command_line; local
571 command_line.append(1, L'"')
579 if (!RunProcessAndWait(NULL, command_line, &exit_code))
624 command_line.assign(1, L'"')
630 if (!RunProcessAndWait(NULL, command_line, &exit_code))
  /external/chromium_org/chrome/installer/util/
install_util.cc 16 #include "base/command_line.h"
383 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
384 CHECK(command_line);
386 if (command_line->HasSwitch(installer::switches::kChromeSxS))
559 CommandLine* command_line) {
560 *command_line = CommandLine::FromString(L"\"" + program + L"\" " + arguments);
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.cc 7 #include "base/command_line.h"
556 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
565 if (command_line->HasSwitch(kOverrideUserDataDir)) {
567 command_line->GetSwitchValuePath(kOverrideUserDataDir);
571 command_line->AppendSwitchPath(switches::kUserDataDir,
575 username_ = command_line->GetSwitchValueASCII(kUsername);
576 password_ = command_line->GetSwitchValueASCII(kkPassword);
577 me2me_pin_ = command_line->GetSwitchValueASCII(kMe2MePin);
578 remote_host_name_ = command_line->GetSwitchValueASCII(kRemoteHostName);
579 extension_name_ = command_line->GetSwitchValueASCII(kExtensionName)
    [all...]
  /external/chromium_org/chromeos/dbus/
power_manager_client.cc 11 #include "base/command_line.h"
912 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 7 #include "base/command_line.h"
244 const base::CommandLine& command_line = local
246 if (!command_line.HasSwitch(switches::kEnableStrictSiteIsolation))
plugin_service_impl.cc 8 #include "base/command_line.h"
181 const base::CommandLine* command_line = local
184 command_line->GetSwitchValuePath(switches::kLoadPlugin);
187 path = command_line->GetSwitchValuePath(switches::kExtraPluginDir);
191 if (command_line->HasSwitch(switches::kDisablePluginsDiscovery))
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 12 #include "base/command_line.h"
507 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
508 command_line->AppendSwitch(switches::kDisableGpuWatchdog);
512 gpu_data_manager->AppendGpuCommandLine(command_line);
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl_unittest.cc 8 #include "base/command_line.h"
154 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); variable
155 command_line->AppendSwitch(switches::kValidateInputEventStream);
    [all...]

Completed in 1365 milliseconds

<<111213