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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/win8/test/
test_registrar.cc 22 #include "base/command_line.h"
36 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
38 if (!command_line.HasSwitch(win8::test::kTestAppUserModelId))
39 command_line.AppendSwitchNative(win8::test::kTestAppUserModelId,
42 if (!command_line.HasSwitch(win8::test::kTestExeName))
43 command_line.AppendSwitchNative(win8::test::kTestExeName,
46 if (!command_line.HasSwitch(win8::test::kTestExePath)) {
51 command_line.AppendSwitchNative(win8::test::kTestExePath,
55 if (!command_line.HasSwitch(win8::test::kTestProgId))
56 command_line.AppendSwitchNative(win8::test::kTestProgId
83 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.h 49 unsigned int command_line; /* Index into above. */ member in struct:child
50 char *command_ptr; /* Ptr into command_lines[command_line]. */
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 16 #include "base/command_line.h"
55 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
56 if (command_line.HasSwitch(switches::kHostResolverRules)) {
64 command_line.GetSwitchValueASCII(switches::kHostResolverRules));
72 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
73 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) {
74 base::StringToInt(command_line.GetSwitchValueASCII(
78 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) {
79 base::StringToInt(command_line.GetSwitchValueASCII(
83 if (command_line.HasSwitch(switches::kIgnoreCertificateErrors))
    [all...]
  /external/chromium_org/athena/main/
athena_main.cc 14 #include "base/command_line.h"
85 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); variable
88 command_line->HasSwitch(extensions::switches::kAppShellAppPath)
89 ? command_line->GetSwitchValueNative(
  /external/chromium_org/chrome/browser/android/
dev_tools_server.cc 14 #include "base/command_line.h"
187 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
188 if (command_line.HasSwitch(switches::kRemoteDebuggingSocketName)) {
189 socket_name_ = command_line.GetSwitchValueASCII(
password_ui_view_android.cc 9 #include "base/command_line.h"
110 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
111 if (command_line->HasSwitch(
116 if (command_line->HasSwitch(
  /external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc 9 #include "base/command_line.h"
144 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
145 result = command_line.HasSwitch(switches::kEnableNetBenchmarking);
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_controller.cc 9 #include "base/command_line.h"
27 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
28 if (!command_line->HasSwitch(switch_name))
30 std::string value = command_line->GetSwitchValueASCII(switch_name);
60 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
62 if (!command_line->HasSwitch(switches::kEnterpriseEnableForcedReEnrollment))
65 std::string command_line_mode = command_line->GetSwitchValueASCII(
99 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
100 if (command_line->HasSwitch(chromeos::switches::kDisableGaiaServices) ||
101 (!command_line->HasSwitch
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
screenshot_tester.cc 10 #include "base/command_line.h"
46 CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
47 if (!command_line.HasSwitch(switches::kEnableScreenshotTestingWithMode))
49 if (!command_line.HasSwitch(::switches::kEnablePixelOutputInTests) ||
50 !command_line.HasSwitch(::switches::kUIEnableImplSidePainting)) {
59 std::string mode = command_line.GetSwitchValueASCII(
65 if (!command_line.HasSwitch(chromeos::switches::kGoldenScreenshotsDir)) {
70 command_line.GetSwitchValuePath(switches::kGoldenScreenshotsDir);
74 if (!command_line.HasSwitch(switches::kArtifactsDir)) {
80 artifacts_dir_ = command_line.GetSwitchValuePath(switches::kArtifactsDir)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
user_manager_unittest.cc 8 #include "base/command_line.h"
56 CommandLine& command_line = *CommandLine::ForCurrentProcess(); variable
57 command_line.AppendSwitch(::switches::kTestType);
58 command_line.AppendSwitch(
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_apitest.cc 7 #include "base/command_line.h"
32 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
42 base::CommandLine* command_line() const { return command_line_; } function in class:extensions::DebuggerApiTest
53 void DebuggerApiTest::SetUpCommandLine(base::CommandLine* command_line) {
54 ExtensionApiTest::SetUpCommandLine(command_line);
55 // We need to hold onto |command_line| in order to modify it during the test.
56 command_line_ = command_line;
142 command_line()->AppendSwitch(switches::kExtensionsOnChromeURLs);
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_canary_test.cc 44 CommandLine* command_line = CommandLine::ForCurrentProcess(); variable
46 ASSERT_TRUE(command_line->HasSwitch(kPasswordFileForTest));
48 command_line->GetSwitchValuePath(kPasswordFileForTest);
60 command_line->GetSwitchValuePath(kOverrideUserDataDir);
62 command_line->AppendSwitchPath(switches::kUserDataDir,
  /external/chromium_org/chrome/browser/password_manager/
chrome_password_manager_client_unittest.cc 7 #include "base/command_line.h"
225 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
226 command_line->AppendSwitch(
265 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
266 command_line->AppendSwitch(
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_mobile.cc 10 #include "base/command_line.h"
32 CommandLine* command_line = CommandLine::ForCurrentProcess(); local
33 if (command_line->HasSwitch(switches::kFakeCloudPolicyType))
  /external/chromium_org/chrome/browser/renderer_context_menu/
spelling_menu_observer.cc 8 #include "base/command_line.h"
174 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
175 if (command_line->HasSwitch(switches::kEnableSpellingAutoCorrect)) {
  /external/chromium_org/chrome/browser/ui/startup/
autolaunch_prompt_win.cc 7 #include "base/command_line.h"
155 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
156 if (!command_line.HasSwitch(switches::kAutoLaunchAtStartup) &&
  /external/chromium_org/chrome/common/
profiling.cc 9 #include "base/command_line.h"
50 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
51 if (command_line.HasSwitch(switches::kProfilingFile))
52 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
56 command_line.GetSwitchValueASCII(switches::kProcessType);
73 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
75 command_line.GetSwitchValueASCII(switches::kProfilingFlush);
128 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
130 command_line.GetSwitchValueASCII(switches::kProcessType);
158 if (command_line.HasSwitch(switches::kProfilingAtStart))
168 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
    [all...]
  /external/chromium_org/chrome/installer/mini_installer/
configuration.h 37 const wchar_t* command_line() const { return command_line_; } function in class:mini_installer::Configuration
65 bool InitializeFromCommandLine(const wchar_t* command_line);
  /external/chromium_org/chrome/installer/util/
app_command.h 28 // Constructs a new command that will execute the given |command_line|.
30 explicit AppCommand(const base::string16& command_line);
45 const base::string16& command_line() const { return command_line_; } function in class:installer::AppCommand
46 void set_command_line(const base::string16& command_line) {
47 command_line_ = command_line;
auto_launch_util.cc 7 #include "base/command_line.h"
187 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
188 if (command_line.HasSwitch(switches::kUserDataDir)) {
193 command_line.GetSwitchValuePath(switches::kUserDataDir).value();
  /external/chromium_org/chromecast/metrics/
cast_metrics_service_client.cc 7 #include "base/command_line.h"
93 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
94 if (command_line->HasSwitch(switches::kOverrideMetricsUploadUrl)) {
96 command_line->GetSwitchValueASCII(switches::kOverrideMetricsUploadUrl));
  /external/chromium_org/chromecast/service/
cast_service_simple.cc 7 #include "base/command_line.h"
27 base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); local
28 const base::CommandLine::StringVector& args = command_line->GetArgs();
  /external/chromium_org/components/cloud_devices/common/
cloud_devices_urls.cc 7 #include "base/command_line.h"
43 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
45 command_line->GetSwitchValueASCII(switches::kCloudPrintURL));
105 const CommandLine* command_line = CommandLine::ForCurrentProcess(); local
107 command_line->GetSwitchValueASCII(switches::kCloudDevicesURL));
  /external/chromium_org/components/precache/core/
precache_fetcher.cc 11 #include "base/command_line.h"
30 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
31 if (command_line.HasSwitch(switches::kPrecacheConfigSettingsURL)) {
33 command_line.GetSwitchValueASCII(switches::kPrecacheConfigSettingsURL));
46 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
47 if (command_line.HasSwitch(switches::kPrecacheManifestURLPrefix)) {
48 return command_line.GetSwitchValueASCII(
  /external/chromium_org/components/translate/core/browser/
translate_script.cc 8 #include "base/command_line.h"
68 const CommandLine& command_line = *CommandLine::ForCurrentProcess(); local
69 if (command_line.HasSwitch(translate::switches::kTranslateScriptURL)) {
70 translate_script_url = GURL(command_line.GetSwitchValueASCII(

Completed in 2500 milliseconds

1 2 3 45 6 7 8 91011>>