OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandLine
(Results
426 - 450
of
1825
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/testing/android/
native_test_launcher.cc
126
CommandLine
::Init(arraysize(kInitialArgv), kInitialArgv);
141
CommandLine
::ForCurrentProcess()->AppendArguments(
142
CommandLine
(argc, &argv[0]), false);
143
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
/external/chromium_org/win8/test/
test_registrar.cc
36
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
83
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
132
CommandLine
::Init(0, NULL);
/external/chromium_org/chrome/browser/
chrome_browser_main_win.cc
157
bool user_enabled =
CommandLine
::ForCurrentProcess()->HasSwitch(
163
CommandLine
::ForCurrentProcess()->AppendSwitch(
183
CommandLine
extra_switches(
CommandLine
::NO_PROGRAM);
185
CommandLine
::ForCurrentProcess()->AppendArguments(extra_switches,
221
CommandLine
::ForCurrentProcess()->AppendSwitch(
223
CommandLine
::ForCurrentProcess()->AppendSwitchASCII(
258
const
CommandLine
& parsed_command_line) {
292
const
CommandLine
& parsed_command_line) {
305
CommandLine
command_line(CommandLine::NO_PROGRAM)
[
all
...]
browser_shutdown.cc
215
CommandLine
old_cl(*
CommandLine
::ForCurrentProcess());
216
scoped_ptr<
CommandLine
> new_cl(new
CommandLine
(old_cl.GetProgram()));
217
std::map<std::string,
CommandLine
::StringType> switches =
223
for (std::map<std::string,
CommandLine
::StringType>::const_iterator i =
225
CommandLine
::StringType switch_value = i->second;
upgrade_detector_impl.cc
59
const
CommandLine
& cmd_line = *
CommandLine
::ForCurrentProcess();
64
const
CommandLine
& cmd_line = *
CommandLine
::ForCurrentProcess();
134
CommandLine
command_line(*
CommandLine
::ForCurrentProcess());
244
CommandLine
command_line(*
CommandLine
::ForCurrentProcess());
317
static bool simulate_outdated =
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/chrome/browser/extensions/
component_loader.cc
277
const
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
298
const
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
327
const
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
334
const
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
405
const
CommandLine
* command_line =
CommandLine
::ForCurrentProcess()
[
all
...]
extension_system.cc
162
const
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
181
CommandLine
::ForCurrentProcess(),
216
CommandLine
::StringType path_list = command_line->GetSwitchValueNative(
218
base::StringTokenizerT<
CommandLine
::StringType,
219
CommandLine
::StringType::const_iterator> t(path_list,
247
CommandLine
::StringType path_list = command_line->GetSwitchValueNative(
249
base::StringTokenizerT<
CommandLine
::StringType,
250
CommandLine
::StringType::const_iterator> t(path_list,
/external/chromium/chrome/browser/
browser_shutdown.cc
209
CommandLine
old_cl(*
CommandLine
::ForCurrentProcess());
210
scoped_ptr<
CommandLine
> new_cl(new
CommandLine
(old_cl.GetProgram()));
211
std::map<std::string,
CommandLine
::StringType> switches =
217
for (std::map<std::string,
CommandLine
::StringType>::const_iterator i =
219
CommandLine
::StringType switch_value = i->second;
unload_uitest.cc
175
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
189
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
218
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
249
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
263
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
360
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
376
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
386
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
404
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
/external/chromium_org/chrome/browser/translate/
translate_browsertest.cc
55
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
125
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
194
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
229
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
263
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
297
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
331
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
/external/chromium_org/tools/gn/
ninja_build_writer.cc
44
CommandLine
* cmdline =
CommandLine
::ForCurrentProcess();
48
CommandLine
cmdline(executable);
61
const
CommandLine
& our_cmdline = *
CommandLine
::ForCurrentProcess();
62
const
CommandLine
::SwitchMap& switches = our_cmdline.GetSwitches();
63
for (
CommandLine
::SwitchMap::const_iterator i = switches.begin();
149
const
CommandLine
& our_cmdline = *
CommandLine
::ForCurrentProcess();
/external/lzma/Java/SevenZip/
LzmaAlone.java
5
static public class
CommandLine
174
CommandLine
params = new
CommandLine
();
181
if (params.Command ==
CommandLine
.kBenchmak)
190
else if (params.Command ==
CommandLine
.kEncode || params.Command ==
CommandLine
.kDecode)
201
if (params.Command ==
CommandLine
.kEncode)
/external/chromium/chrome/browser/first_run/
first_run_win.cc
138
CommandLine
cl(exe_path);
141
CommandLine
* browser_command_line =
CommandLine
::ForCurrentProcess();
314
const
CommandLine
& cmdline = *
CommandLine
::ForCurrentProcess();
315
CommandLine
import_cmd(cmdline.GetProgram());
331
import_cmd.
CommandLine
::AppendSwitchASCII(switches::kImport,
337
import_cmd.
CommandLine
::AppendSwitchPath(
374
const
CommandLine
& cmdline) {
/external/chromium_org/chrome/browser/notifications/
message_center_notifications_browsertest.cc
62
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
176
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
197
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
223
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
247
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
276
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
315
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
357
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
398
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
/external/chromium/chrome/browser/chromeos/login/
login_utils.cc
158
const
CommandLine
& base_command_line,
159
CommandLine
*command_line);
227
logging::RedirectChromeLogging(*(
CommandLine
::ForCurrentProcess()));
403
const
CommandLine
& browser_command_line = *
CommandLine
::ForCurrentProcess();
404
CommandLine
command_line(browser_command_line.GetProgram());
416
const
CommandLine
& base_command_line,
417
CommandLine
* command_line) {
519
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kParallelAuth))
584
CommandLine
::ForCurrentProcess()->InitFromArgv
[
all
...]
/external/chromium/chrome/browser/service/
service_process_control.h
24
class
CommandLine
;
138
Launcher(ServiceProcessControl* process,
CommandLine
* cmd_line);
157
scoped_ptr<
CommandLine
> cmd_line_;
/external/chromium_org/apps/shell/
shell_browser_main_parts.cc
61
app_dir, *
CommandLine
::ForCurrentProcess(), current_dir)) {
116
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
/external/chromium_org/base/test/launcher/
unit_test_launcher.cc
91
CommandLine
GetCommandLineForChildGTestProcess(
94
CommandLine
new_cmd_line(*
CommandLine
::ForCurrentProcess());
189
CommandLine
cmd_line(
221
CommandLine
cmd_line(
454
if (!
CommandLine
::ForCurrentProcess()->HasSwitch(switch_name))
458
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(switch_name);
471
CommandLine
::Init(argc, argv);
478
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
502
if (
CommandLine
::ForCurrentProcess()->HasSwitch(kGTestHelpFlag) |
[
all
...]
/external/chromium_org/chrome/browser/apps/
ad_view_browsertest.cc
13
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
105
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
155
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/component_updater/
component_patcher_win.cc
78
CommandLine
cl(
CommandLine
::NO_PROGRAM);
98
CommandLine
setup_path(exe_path);
/external/chromium_org/chrome/browser/service_process/
service_process_control.h
26
class
CommandLine
;
135
Launcher(ServiceProcessControl* process,
CommandLine
* cmd_line);
155
scoped_ptr<
CommandLine
> cmd_line_;
/external/chromium_org/chrome/browser/ui/app_list/
app_list_service.cc
24
base::Time GetOriginalProcessStartTime(const
CommandLine
& command_line) {
41
StartupType GetStartupType(const
CommandLine
& command_line) {
106
void AppListService::RecordShowTimings(const
CommandLine
& command_line) {
/external/chromium_org/chrome/browser/ui/views/
new_avatar_menu_button_browsertest.cc
33
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE;
49
DCHECK(
CommandLine
::ForCurrentProcess()->HasSwitch(
53
void NewAvatarMenuButtonTest::SetUpCommandLine(
CommandLine
* command_line) {
/external/chromium_org/chrome/installer/util/
install_util.h
43
static bool ExecuteExeAsAdmin(const
CommandLine
& cmd, DWORD* exit_code);
48
static
CommandLine
GetChromeUninstallCmd(
176
CommandLine
* command_line);
/external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_frontend.cc
63
CommandLine
::Init(argc, argv);
64
CommandLine
* cmd_line =
CommandLine
::ForCurrentProcess();
Completed in 475 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>