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

<<21222324252627282930>>

  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 10 #include "base/command_line.h"
76 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
77 if (command_line->HasSwitch(switches::kUIPrioritizeInGpuProcess))
  /external/chromium_org/content/public/browser/
content_browser_client.h 281 virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
648 const base::CommandLine& command_line,
  /external/chromium_org/remoting/host/setup/
daemon_installer_win.cc 296 base::string16 command_line = base::WideToUTF16( local
303 if (!base::LaunchProcess(command_line, options, &process_)) {
  /external/chromium_org/tools/telemetry/telemetry/util/
find_dependencies.py 15 from telemetry.core import command_line namespace
226 class FindDependenciesCommand(command_line.OptparseCommand):
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor_browsertest.cc 5 #include "base/command_line.h"
291 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
292 PerformanceMonitorBrowserTest::SetUpCommandLine(command_line);
294 command_line->AppendSwitch(
308 const CommandLine command_line = *CommandLine::ForCurrentProcess(); variable
309 if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) {
311 command_line.GetSwitchValueASCII(chromeos::switches::kLoginProfile);
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 8 #include "base/command_line.h"
68 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
69 if (command_line.HasSwitch(switches::kUseSimpleCacheBackend)) {
71 command_line.GetSwitchValueASCII(switches::kUseSimpleCacheBackend);
88 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
89 if (command_line->HasSwitch(switches::kDisableDomainReliability))
91 if (command_line->HasSwitch(switches::kEnableDomainReliability))
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 14 #include "base/command_line.h"
303 const CommandLine& command_line,
306 command_line_(command_line),
314 const CommandLine& command_line,
318 command_line_(command_line),
351 params.command_line = command_line_;
481 params.command_line = command_line_;
    [all...]
  /external/chromium_org/chrome/browser/
about_flags.cc 12 #include "base/command_line.h"
2064 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc 8 #include "base/command_line.h"
1333 StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); local
    [all...]
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 446 void ThreadWatcherList::StartWatchingAll(const CommandLine& command_line) {
450 ParseCommandLine(command_line,
538 const CommandLine& command_line,
564 if (command_line.HasSwitch(switches::kCrashOnHangThreads)) {
566 command_line.GetSwitchValueASCII(switches::kCrashOnHangThreads);
    [all...]
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 11 #include "base/command_line.h"
175 CommandLine* command_line,
208 if (command_line->HasSwitch(switches::kNoStartupWindow)) {
220 if (command_line->HasSwitch(switches::kKeepAliveForTest))
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager_browsertest.cc 9 #include "base/command_line.h"
228 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
229 command_line->AppendSwitch(chromeos::switches::kLoginManager);
230 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile,
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 14 #include "base/command_line.h"
192 bool ShouldAutoLaunchKioskApp(const CommandLine& command_line) {
194 return command_line.HasSwitch(switches::kLoginManager) &&
195 !command_line.HasSwitch(switches::kForceLoginManagerInTests) &&
    [all...]
  /external/chromium_org/chrome/browser/extensions/
crx_installer_browsertest.cc 238 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
239 CommandLine old_command_line = *command_line;
240 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
extension_browsertest.cc 9 #include "base/command_line.h"
107 void ExtensionBrowserTest::SetUpCommandLine(CommandLine* command_line) {
117 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser,
119 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
isolated_app_browsertest.cc 130 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
131 ExtensionBrowserTest::SetUpCommandLine(command_line);
132 command_line->AppendSwitch(
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service.cc 7 #include "base/command_line.h"
553 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
554 if (command_line->HasSwitch(switches::kSupervisedUserSyncToken)) {
556 command_line->GetSwitchValueASCII(
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_unittest.cc 6 #include "base/command_line.h"
615 CommandLine command_line(
617 command_line.AppendSwitchASCII(switches::kSyncServiceURL, "https://foo/bar");
619 ProfileSyncService::GetSyncServiceURL(command_line).spec());
  /external/chromium_org/chrome/browser/task_manager/
task_manager_browsertest.cc 104 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
105 ExtensionBrowserTest::SetUpCommandLine(command_line);
108 command_line->AppendSwitch(switches::kDisableDeviceDiscoveryNotifications);
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 9 #include "base/command_line.h"
333 CommandLine command_line = local
343 command_line.SetProgram(chrome_exe);
345 command_line.GetCommandLineString(), shortcut_info.title, hwnd);
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_delegate_browsertest.cc 7 #include "base/command_line.h"
144 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
145 command_line->AppendSwitch(switches::kSingleProcess);
148 command_line->AppendSwitch(switches::kDisableGpu);
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 13 #include "base/command_line.h"
420 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
422 command_line->HasSwitch(cc::switches::kEnableGpuBenchmarking));
424 command_line->HasSwitch(cc::switches::kUIShowFPSCounter);
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 41 wchar_t* command_line,
45 DCHECK(command_line);
49 spawn_target_ = command_line;
  /art/runtime/
utils.cc     [all...]
  /external/chromium_org/ash/display/
display_manager.cc 18 #include "base/command_line.h"
105 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
106 if (command_line->HasSwitch(switches::kAshUseFirstDisplayAsInternal))
230 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
231 if (!command_line->HasSwitch(switches::kAshHostWindowBounds))
234 command_line->GetSwitchValueASCII(switches::kAshHostWindowBounds);
243 command_line->HasSwitch(switches::kAshEnableSoftwareMirroring)) {
    [all...]

Completed in 1742 milliseconds

<<21222324252627282930>>