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

<<111213

  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 15 #include "base/command_line.h"
598 CommandLine* command_line = GetCommandLine(); local
599 if (command_line->HasSwitch(chromeos::switches::kGuestSession)) {
606 if (command_line->HasSwitch(::switches::kTestType))
1404 CommandLine* command_line = command_line_for_testing_ ? local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 17 #include "base/command_line.h"
421 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
422 DevicePolicyCrosBrowserTest::SetUpCommandLine(command_line);
423 command_line->AppendSwitch(chromeos::switches::kLoginManager);
424 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
425 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
426 command_line->AppendSwitchASCII(policy::switches::kDeviceManagementUrl,
435 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
436 CommandLine::StringVector argv(command_line->argv());
437 argv.erase(argv.begin() + argv.size() - command_line->GetArgs().size()
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_browsertest.cc 12 #include "base/command_line.h"
2747 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 12 #include "base/command_line.h"
2543 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
2558 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 8 #include "base/command_line.h"
1334 StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc 12 #include "base/command_line.h"
840 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 15 #include "base/command_line.h"
1426 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
1607 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util.cc 19 #include "base/command_line.h"
721 CommandLine command_line = CommandLine::FromString(uninstall_string); local
722 exe_path = command_line.GetProgram();
1722 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
2031 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/components/crash/app/
breakpad_linux.cc 26 #include "base/command_line.h"
206 void SetClientIdFromCommandLine(const CommandLine& command_line) {
209 command_line.GetSwitchValueASCII(switches::kEnableCrashReporter);
1603 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 22 #include "base/command_line.h"
662 const base::CommandLine& command_line = local
664 return command_line.HasSwitch(switches::kEnableRendererMojoChannel);
958 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
1731 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
1768 const base::CommandLine& command_line = local
1826 const base::CommandLine& command_line = local
    [all...]
render_widget_host_impl.cc 13 #include "base/command_line.h"
2251 const base::CommandLine& command_line = local
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 9 #include "base/command_line.h"
847 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
849 if (command_line.HasSwitch(switches::kDisableGpuCompositing))
863 if (command_line.HasSwitch(switches::kEnableDelegatedRenderer)) {
884 if (command_line.HasSwitch(cc::switches::kCompositeToMailbox)) {
    [all...]
render_frame_impl.cc 11 #include "base/command_line.h"
3492 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
render_view_impl.cc 13 #include "base/command_line.h"
399 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
400 if (command_line.HasSwitch(switches::kDisablePreferCompositingToLCDText))
402 if (command_line.HasSwitch(switches::kEnablePreferCompositingToLCDText))
411 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
413 if (command_line.HasSwitch(switches::kDisableCompositingForTransition))
416 if (command_line.HasSwitch(switches::kEnableCompositingForTransition))
720 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
722 if (command_line.HasSwitch(switches::kStatsCollectionController))
727 command_line.HasSwitch(switches::kNetworkCountryIso
2391 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/qemu/qapi-auto-generated/
qmp-marshal.c 1757 char * command_line = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc 12 #include "base/command_line.h"
5172 scoped_ptr<CommandLine> command_line; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1733 milliseconds

<<111213