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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/components/variations/
variations_seed_processor.cc 10 #include "base/command_line.h"
106 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
110 command_line->HasSwitch(experiment.forcing_flag())) {
  /external/chromium_org/content/browser/renderer_host/
render_process_host_browsertest.cc 5 #include "base/command_line.h"
212 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); variable
213 command_line->AppendSwitch(switches::kEnableWin32kRendererLockDown);
  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 7 #include "base/command_line.h"
95 const base::CommandLine* command_line = local
97 if (command_line->HasSwitch(switches::kUIPrioritizeInGpuProcess))
  /external/chromium_org/content/gpu/
gpu_child_thread.cc 186 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
187 DCHECK(command_line->HasSwitch(switches::kDisableGpuSandbox) ||
  /external/chromium_org/content/public/browser/
browser_message_filter.cc 9 #include "base/command_line.h"
202 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
203 if (command_line->HasSwitch(switches::kDisableKillAfterBadIPC))
  /external/chromium_org/content/shell/app/
webkit_test_platform_support_win.cc 12 #include "base/command_line.h"
64 CommandLine& command_line = *base::CommandLine::ForCurrentProcess(); local
65 command_line.AppendSwitchASCII(switches::kRegisterFontFiles,
  /external/chromium_org/testing/android/
native_test_launcher.cc 22 #include "base/command_line.h"
143 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
157 if (command_line.HasSwitch(kSeparateStderrFifo)) {
163 if (command_line.HasSwitch(kCreateStdinFifo)) {
177 if (command_line.HasSwitch(switches::kWaitForDebugger)) {
  /external/chromium_org/win8/metro_driver/
chrome_url_launch_handler.cc 14 #include "base/command_line.h"
111 CommandLine command_line = CommandLine::FromString(dummy_command_line); local
112 CommandLine::StringVector args = command_line.GetArgs();
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscostask.c 190 char *command_line = (char *)regs.r[0]; local
191 size_t len = SDL_strlen(command_line)+1;
196 SDL_strlcpy(buffer, command_line, len);
  /external/chromium_org/ash/test/
ash_test_base.cc 20 #include "base/command_line.h"
120 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
121 if (!command_line->HasSwitch(switches::kAshHostWindowBounds)) {
122 command_line->AppendSwitchASCII(
141 if (!command_line->HasSwitch(ash::switches::kForceAshToDesktop)) {
  /external/chromium_org/chrome/browser/apps/
app_browsertest_util.cc 7 #include "base/command_line.h"
41 void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) {
43 ExtensionBrowserTest::SetUpCommandLine(command_line);
181 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
182 CommandLine::StringVector args = command_line->GetArgs();
183 CommandLine::StringVector argv = command_line->argv();
186 command_line->InitFromArgv(argv);
191 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
194 command_line->AppendArgPath(test_doc);
256 CommandLine* command_line) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
browser_policy_connector_chromeos.cc 10 #include "base/command_line.h"
79 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
80 if (command_line->HasSwitch(
82 return command_line->GetSwitchValueASCII(
153 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
154 if (command_line->HasSwitch(chromeos::switches::kEnableConsumerManagement)) {
  /external/chromium_org/chrome/browser/extensions/
webstore_startup_installer_browsertest.cc 5 #include "base/command_line.h"
181 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
182 WebstoreStartupInstallerTest::SetUpCommandLine(command_line);
183 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
215 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
216 WebstoreStartupInstallerTest::SetUpCommandLine(command_line);
294 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
295 command_line->AppendSwitchASCII(
300 EXPECT_FALSE(helper.InstallEphemeralApp(*command_line, browser()->profile()));
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc 9 #include "base/command_line.h"
177 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
178 if (command_line.HasSwitch(switches::kTraceShutdown)) {
180 command_line.GetSwitchValueASCII(switches::kTraceShutdown));
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_browsertest.cc 8 #include "base/command_line.h"
108 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
109 ExtensionBrowserTest::SetUpCommandLine(command_line);
114 command_line->AppendSwitchASCII(
126 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
127 command_line->AppendSwitchASCII(switches::kDeviceManagementUrl, url);
  /external/chromium_org/chrome/browser/speech/
tts_linux.cc 9 #include "base/command_line.h"
98 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
99 if (!command_line.HasSwitch(switches::kEnableSpeechDispatcher))
  /external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.cc 7 #include "base/command_line.h"
108 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
109 bool using_v8 = !command_line->HasSwitch(switches::kWinHttpProxyResolver);
110 if (using_v8 && command_line->HasSwitch(switches::kSingleProcess)) {
  /external/chromium_org/chrome/browser/ui/app_list/
start_page_service.cc 9 #include "base/command_line.h"
238 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
239 if (command_line->HasSwitch(::switches::kAppListStartPageURL)) {
241 command_line->GetSwitchValueASCII(::switches::kAppListStartPageURL));
  /external/chromium_org/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 9 #include "base/command_line.h"
157 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
158 CommandLine command_line_copy = *command_line;
164 command_line); variable
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame.cc 8 #include "base/command_line.h"
117 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
125 } else if (command_line.HasSwitch(switches::kUserDataDir)) {
131 command_line.GetSwitchValueNative(switches::kUserDataDir);
  /external/chromium_org/chrome/renderer/autofill/
autofill_renderer_browsertest.cc 5 #include "base/command_line.h"
261 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
262 command_line->AppendSwitch(::switches::kReduceSecurityForTesting);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 7 #include "base/command_line.h"
181 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
182 if (command_line.HasSwitch(switches::kEnableSpellingAutoCorrect)) {
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 7 #include "base/command_line.h"
114 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
115 if (command_line->HasSwitch(switches::kUtilityProcessRunningElevated)) {
  /external/chromium_org/chrome/utility/extensions/
extensions_handler.cc 7 #include "base/command_line.h"
81 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
82 std::string lang = command_line->GetSwitchValueASCII(switches::kLang);
  /external/chromium_org/chrome_elf/
breakpad.cc 96 wchar_t* command_line = ::GetCommandLine(); local
103 return (command_line && wcsstr(command_line, kNoErrorDialogs));

Completed in 2052 milliseconds

1 2 3 4 56 7 8 91011>>