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

<<11121314151617181920>>

  /external/chromium_org/sandbox/win/src/
process_thread_interception.h 74 LPWSTR command_line, LPSECURITY_ATTRIBUTES process_attributes,
81 LPSTR command_line, LPSECURITY_ATTRIBUTES process_attributes,
  /external/chromium_org/tools/telemetry/telemetry/page/
page_filter.py 8 from telemetry.core import command_line namespace
18 class PageFilter(command_line.ArgumentHandlerMixIn):
  /external/chromium_org/content/renderer/
render_thread_impl.cc 13 #include "base/command_line.h"
414 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
415 if (command_line.HasSwitch(cc::switches::kEnableGpuBenchmarking))
419 command_line.HasSwitch(switches::kEnableImplSidePainting);
422 is_zero_copy_enabled_ = command_line.HasSwitch(switches::kEnableZeroCopy) &&
423 !command_line.HasSwitch(switches::kDisableZeroCopy);
425 is_one_copy_enabled_ = command_line.HasSwitch(switches::kEnableOneCopy);
427 if (command_line.HasSwitch(switches::kDisableLCDText)) {
429 } else if (command_line.HasSwitch(switches::kEnableLCDText)) {
440 command_line.HasSwitch(switches::kEnableGpuRasterization)
753 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/apps/shell/browser/
shell_content_browser_client.h 56 virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
  /external/chromium_org/ash/test/
ash_test_base.cc 21 #include "base/command_line.h"
119 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
120 if (!command_line->HasSwitch(switches::kAshHostWindowBounds)) {
121 command_line->AppendSwitchASCII(
140 if (!command_line->HasSwitch(ash::switches::kForceAshToDesktop)) {
  /external/chromium_org/base/test/launcher/
test_results_tracker.h 38 bool Init(const CommandLine& command_line) WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/app/
chrome_main_delegate.h 53 void InitMacCrashReporter(const base::CommandLine& command_line,
  /external/chromium_org/chrome/browser/
about_flags.h 11 #include "base/command_line.h"
40 // command_line of the Experiment is not used. If the experiment is enabled
113 // commandline flags belonging to the active experiments to |command_line|.
115 base::CommandLine* command_line,
  /external/chromium_org/chrome/browser/chromeos/accessibility/
touch_exploration_controller_browsertest.cc 11 #include "base/command_line.h"
28 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_apitest.cc 61 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
74 void GcmApiTest::SetUpCommandLine(CommandLine* command_line) {
79 command_line->AppendSwitch(switches::kDisableSync);
81 ExtensionApiTest::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 10 #include "base/command_line.h"
186 CommandLine command_line(host_path);
187 command_line.AppendArg(origin.spec());
192 command_line.AppendSwitchASCII(kParentWindowSwitchName,
200 command_line, &process_handle, &read_file, &write_file)) {
  /external/chromium_org/chrome/browser/extensions/
extension_startup_browsertest.cc 7 #include "base/command_line.h"
53 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
58 command_line->AppendSwitchASCII(
71 command_line->AppendSwitchNative(switches::kLoadExtension,
73 command_line->AppendSwitch(switches::kDisableExtensionsFileAccessCheck);
  /external/chromium_org/chrome/browser/first_run/
first_run.h 90 // Returns true if |command_line|'s switches explicitly specify that first run
92 bool IsFirstRunSuppressed(const base::CommandLine& command_line);
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_video_quality_browsertest.cc 6 #include "base/command_line.h"
111 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
117 command_line->AppendSwitchPath(switches::kUseFileForFakeVideoCapture,
119 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
122 command_line->AppendSwitch(switches::kUseGpuInTests);
  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager_pref_unittest.cc 7 #include "base/command_line.h"
172 CommandLine command_line(CommandLine::NO_PROGRAM);
173 command_line.AppendSwitchASCII(switches::kSSLVersionMin, "tls1");
174 command_line.AppendSwitchASCII(switches::kSSLVersionMax, "ssl3");
178 factory.SetCommandLine(&command_line);
  /external/chromium_org/chrome/browser/profiles/
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
641 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_browsertest.cc 8 #include "base/command_line.h"
39 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
49 command_line->AppendSwitchASCII(
53 command_line->AppendSwitch(switches::kIgnoreCertificateErrors);
56 command_line->AppendSwitch(switches::kEnableWebBasedSignin);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_disabled.cc 71 void AppListService::RecordShowTimings(const base::CommandLine& command_line) {}
app_list_service_impl.h 11 #include "base/command_line.h"
33 AppListServiceImpl(const base::CommandLine& command_line,
  /external/chromium_org/chrome/browser/ui/extensions/
application_launch.h 8 #include "base/command_line.h"
78 base::CommandLine command_line; member in struct:AppLaunchParams
  /external/chromium_org/chrome/browser/web_applications/
web_app_mac.h 36 bool MaybeRebuildShortcut(const base::CommandLine& command_line);
  /external/chromium_org/chrome/common/
crash_keys.h 27 // Sets the kSwitch and kNumSwitches keys based on the given |command_line|.
28 void SetSwitchesFromCommandLine(const base::CommandLine* command_line);
service_process_util.cc 9 #include "base/command_line.h"
162 scoped_ptr<base::CommandLine> command_line(new base::CommandLine(exe_path));
163 command_line->AppendSwitchASCII(switches::kProcessType,
184 command_line->CopySwitchesFrom(*base::CommandLine::ForCurrentProcess(),
187 return command_line.Pass();
  /external/chromium_org/chrome/installer/setup/
setup_util.h 76 // dictated by |command_line|). An installerdata file, if specified, is first
81 const base::CommandLine& command_line,
  /external/chromium_org/chrome/service/
service_process.h 43 const base::CommandLine& command_line,

Completed in 3038 milliseconds

<<11121314151617181920>>