HomeSort by relevance Sort by last modified time
    Searched refs:command_line (Results 276 - 300 of 868) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/
locale_tests_browsertest.cc 5 #include "base/command_line.h"
72 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
73 command_line->AppendSwitchASCII(switches::kLang, locale_.locale());
  /external/chromium_org/chrome/browser/metrics/
metrics_service_browsertest.cc 12 #include "base/command_line.h"
32 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
34 command_line->AppendSwitch(switches::kMetricsRecordingOnly);
  /external/chromium_org/chrome/installer/mini_installer/
configuration.cc 48 // lines. |command_line| is shared with this instance in the sense that this
51 bool Configuration::InitializeFromCommandLine(const wchar_t* command_line) {
54 command_line_ = command_line;
configuration_test.cc 14 explicit TestConfiguration(const wchar_t* command_line) : Configuration() {
15 Initialize(command_line);
18 void Initialize(const wchar_t* command_line) {
19 ASSERT_TRUE(InitializeFromCommandLine(command_line));
62 TestConfiguration(kCommandLines[i]).command_line());
  /external/chromium_org/content/browser/media/
media_source_browsertest.cc 5 #include "base/command_line.h"
50 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
51 command_line->AppendSwitch(
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc 17 #include "base/command_line.h"
55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
57 command_line.GetSwitchValueASCII(switches::kProcessType);
267 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
269 command_line->GetSwitchValueASCII(switches::kProcessType);
299 command_line->HasSwitch(switches::kGpuSandboxFailuresFatal)) {
301 command_line->GetSwitchValueASCII(switches::kGpuSandboxFailuresFatal);
342 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
343 if (command_line->HasSwitch(switches::kNoSandbox)) {
  /external/chromium_org/content/shell/common/
shell_content_client.cc 7 #include "base/command_line.h"
23 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
24 if (command_line->HasSwitch(switches::kUseMobileUserAgent))
webkit_test_helpers.cc 7 #include "base/command_line.h"
58 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
101 command_line.HasSwitch(switches::kEnableAccelerated2DCanvas);
120 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
121 if (command_line.HasSwitch(switches::kRegisterFontFiles)) {
123 command_line.GetSwitchValueASCII(switches::kRegisterFontFiles),
  /external/chromium_org/content/test/ppapi/
ppapi_test.h 49 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
74 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/content/test/
webkit_support.cc 9 #include "base/command_line.h"
47 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
49 command_line.GetSwitchValueASCII(switches::kBlinkPlatformLogChannels));
  /external/chromium_org/gpu/config/
gpu_driver_bug_list.cc 58 std::set<int>* workarounds, const CommandLine& command_line) {
61 if (!command_line.HasSwitch(kFeatureList[i].name))
  /external/chromium_org/remoting/host/
desktop_process_main.cc 10 #include "base/command_line.h"
26 const base::CommandLine* command_line = local
29 command_line->GetSwitchValueASCII(kDaemonPipeSwitchName);
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.cc 8 #include "base/command_line.h"
96 const base::CommandLine* command_line = local
99 if (command_line->HasSwitch(kParentWindowSwitchName)) {
101 command_line->GetSwitchValueASCII(kParentWindowSwitchName);
117 if (command_line->HasSwitch(kElevatingSwitchName)) {
123 DCHECK(command_line->HasSwitch(kInputSwitchName));
124 DCHECK(command_line->HasSwitch(kOutputSwitchName));
128 command_line->GetSwitchValueNative(kInputSwitchName);
131 command_line->GetSwitchValueNative(kOutputSwitchName);
start_host.cc 9 #include "base/command_line.h"
90 const base::CommandLine* command_line = local
93 std::string host_name = command_line->GetSwitchValueASCII("name");
94 std::string host_pin = command_line->GetSwitchValueASCII("pin");
95 std::string auth_code = command_line->GetSwitchValueASCII("code");
96 std::string redirect_url = command_line->GetSwitchValueASCII("redirect-url");
  /external/chromium_org/third_party/libjingle/overrides/
initialize_module.cc 6 #include "base/command_line.h"
62 bool InitializeModule(const CommandLine& command_line,
90 CommandLine::ForCurrentProcess()->AppendArguments(command_line, true);
  /external/chromium_org/ui/views_content_client/
views_content_main_delegate.cc 9 #include "base/command_line.h"
43 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
45 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/lldb/examples/customization/pwd-cd-and-system/
utils.py 36 def system(debugger, command_line, result, dict):
38 args = shlex.split(command_line)
  /external/chromium_org/apps/
app_load_service.cc 30 command_line(CommandLine::NO_PROGRAM) {
54 const CommandLine& command_line,
67 action.command_line = command_line;
102 profile_, extension, it->second.command_line,
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_win.cc 9 #include "base/command_line.h"
91 const CommandLine& command_line,
102 if (!command_line.GetProgram().IsAbsolute()) {
145 base::string16 command_line_string = command_line.GetCommandLineString();
157 << command_line.GetProgram().MaybeAsASCII();
168 << command_line.GetProgram().MaybeAsASCII();
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 10 #include "base/command_line.h"
296 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
297 if (command_line->HasSwitch(switches::kFileManagerExtensionPath)) {
299 command_line->GetSwitchValuePath(switches::kFileManagerExtensionPath));
357 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
359 command_line->HasSwitch(chromeos::switches::kGuestSession) ?
384 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
385 int idr = command_line->HasSwitch(chromeos::switches::kGuestSession) ?
454 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
455 if (!command_line->HasSwitch(chromeos::switches::kGuestSession)
498 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
649 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
extension_tabs_apitest.cc 41 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
42 ExtensionApiTest::SetUpCommandLine(command_line);
45 command_line->AppendSwitchASCII(
162 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
163 ExtensionApiTest::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_util.h 65 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
131 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
139 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
150 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
166 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/cloud_print/service/win/
installer.cc 10 #include "base/command_line.h"
80 const CommandLine& command_line(*CommandLine::ForCurrentProcess());
82 if (command_line.HasSwitch(kInstallSwitch)) {
107 } else if (command_line.HasSwitch(kUninstallSwitch)) {
119 } else if (command_line.HasSwitch(kDeleteSwitch)) {
120 base::FilePath delete_path = command_line.GetSwitchValuePath(kDeleteSwitch);
  /external/chromium_org/content/renderer/
renderer_main.cc 6 #include "base/command_line.h"
60 static void HandleRendererErrorTestParameters(const CommandLine& command_line) {
61 if (command_line.HasSwitch(switches::kWaitForDebugger))
64 if (command_line.HasSwitch(switches::kRendererStartupDialog))
68 if (command_line.HasSwitch(switches::kRendererAssertTest)) {
123 const CommandLine& parsed_command_line = parameters.command_line;
  /external/e2fsprogs/ext2ed/
super_com.c 24 void type_ext2_super_block___show (char *command_line)
30 show (command_line);
119 void type_ext2_super_block___gocopy (char *command_line)
125 ptr=parse_word (command_line,buffer);
146 void type_ext2_super_block___setactivecopy (char *command_line)

Completed in 1112 milliseconds

<<11121314151617181920>>