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

<<21222324252627282930>>

  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 17 import command_line namespace
93 raise command_line.ParseError("Browser filename must be an executable")
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test.py 5 from telemetry.core import command_line namespace
22 class PageTest(command_line.Command):
  /external/chromium_org/tools/telemetry/telemetry/
test.py 14 from telemetry.core import command_line namespace
28 class Test(command_line.Command):
  /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/lldb/include/lldb/Interpreter/
CommandInterpreter.h 154 HandleCommand (const char *command_line,
224 GetCommandObjectForCommand (std::string &command_line);
  /external/chromium_org/base/
logging.cc 49 #include "base/command_line.h"
362 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
365 if (command_line->HasSwitch(switches::kV) ||
366 command_line->HasSwitch(switches::kVModule)) {
374 new VlogInfo(command_line->GetSwitchValueASCII(switches::kV),
375 command_line->GetSwitchValueASCII(switches::kVModule),
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_browsertest.cc 131 void EphemeralAppTestBase::SetUpCommandLine(base::CommandLine* command_line) {
134 ExtensionBrowserTest::SetUpCommandLine(command_line);
137 command_line->AppendSwitchASCII(
139 command_line->AppendSwitchASCII(
143 command_line->AppendSwitch(switches::kEnableEphemeralApps);
  /external/chromium_org/chrome/browser/content_settings/
content_settings_browsertest.cc 5 #include "base/command_line.h"
302 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
308 command_line->AppendSwitchPath(switches::kExtraPluginDir, plugin_dir);
469 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
493 command_line->AppendSwitchNative(switches::kRegisterPepperPlugins,
499 command_line->AppendSwitch(switches::kEnableNaCl);
  /external/chromium_org/chrome/browser/first_run/
first_run.cc 9 #include "base/command_line.h"
590 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
591 if (command_line->HasSwitch(switches::kForceFirstRun) ||
592 (!command_line->HasSwitch(switches::kNoFirstRun) &&
601 bool IsFirstRunSuppressed(const CommandLine& command_line) {
602 return command_line.HasSwitch(switches::kNoFirstRun);
  /external/chromium_org/chrome/installer/util/
install_util.cc 16 #include "base/command_line.h"
383 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
384 CHECK(command_line);
386 if (command_line->HasSwitch(installer::switches::kChromeSxS))
559 CommandLine* command_line) {
560 *command_line = CommandLine::FromString(L"\"" + program + L"\" " + arguments);
  /external/chromium_org/content/browser/
browser_main_loop.cc 8 #include "base/command_line.h"
307 parsed_command_line_(parameters.command_line),
313 parameters.command_line.HasSwitch(switches::kTraceStartup)) {
    [all...]
plugin_browsertest.cc 5 #include "base/command_line.h"
51 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
53 command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose_gc");
74 command_line->AppendSwitchPath(switches::kExtraPluginDir, plugin_dir);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 17 #include "base/command_line.h"
317 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
318 DevicePolicyCrosBrowserTest::SetUpCommandLine(command_line);
319 command_line->AppendSwitch(chromeos::switches::kLoginManager);
320 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
321 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
322 command_line->AppendSwitchASCII(policy::switches::kDeviceManagementUrl,
331 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
332 CommandLine::StringVector argv(command_line->argv());
333 argv.erase(argv.begin() + argv.size() - command_line->GetArgs().size()
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 10 #include "base/command_line.h"
457 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
461 if (command_line.HasSwitch(chromeos::switches::kLoginProfile)) {
778 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
780 command_line->HasSwitch(switches::kSupervisedUserId);
783 command_line->GetSwitchValueASCII(switches::kSupervisedUserId);
814 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
815 if (!command_line.HasSwitch(switches::kTestType)) {
1178 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
profile_impl.cc 11 #include "base/command_line.h"
250 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
251 if (command_line.HasSwitch(switches::kEnableDomDistiller)) {
399 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
401 !command_line->HasSwitch(switches::kDisablePreconnect),
1210 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 14 #include "base/command_line.h"
603 CommandLine* command_line = GetCommandLine(); local
604 if (command_line->HasSwitch(chromeos::switches::kGuestSession)) {
611 if (command_line->HasSwitch(::switches::kTestType))
1368 CommandLine* command_line = command_line_for_testing_ ? local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
kiosk_browsertest.cc 258 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
259 OobeBaseTest::SetUpCommandLine(command_line);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager_browsertest.cc 9 #include "base/command_line.h"
156 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
157 command_line->AppendSwitch(switches::kLoginManager);
158 command_line->AppendSwitchASCII(switches::kLoginProfile,
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc 7 #include "base/command_line.h"
85 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
104 void ExtensionSessionsTest::SetUpCommandLine(CommandLine* command_line) {
106 command_line->AppendSwitch(
  /external/chromium_org/chrome/browser/extensions/
extension_apitest.cc 381 params.command_line = *CommandLine::ForCurrentProcess();
482 void ExtensionApiTest::SetUpCommandLine(CommandLine* command_line) {
483 ExtensionBrowserTest::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc 12 #include "base/command_line.h"
578 base::CommandLine command_line(kChromeExePath);
579 command_line.AppendSwitch("--show-app-list");
592 command_line,
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 9 #include "base/command_line.h"
42 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
44 command_line->AppendSwitch(chromeos::switches::kNaturalScrollDefault);
46 command_line->AppendSwitch(switches::kOpenAsh);
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor_browsertest.cc 14 #include "base/command_line.h"
76 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
77 command_line->AppendSwitch(switches::kSingleProcess);
80 command_line->AppendSwitch(switches::kDisableGpu);
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 9 #include "base/command_line.h"
121 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
122 std::string lang = command_line->GetSwitchValueASCII(switches::kLang);
126 if (command_line->HasSwitch(switches::kUtilityProcessRunningElevated)) {
  /external/chromium_org/content/browser/media/
webrtc_getusermedia_browsertest.cc 5 #include "base/command_line.h"
84 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
85 WebRtcContentBrowserTest::SetUpCommandLine(command_line);
89 command_line->AppendSwitch(switches::kDisableAudioTrackProcessing);

Completed in 1212 milliseconds

<<21222324252627282930>>