OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandLine
(Results
301 - 325
of
1825
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/content/shell/browser/
shell_net_log.cc
27
CommandLine
::ForCurrentProcess()->GetCommandLineString());
37
const
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
shell_browser_main.cc
94
bool GetNextTest(const
CommandLine
::StringVector& args,
116
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
122
CommandLine
::ForCurrentProcess()->AppendSwitchASCII(
138
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
158
CommandLine
::StringVector args =
159
CommandLine
::ForCurrentProcess()->GetArgs();
/external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc
44
if (!
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
66
if (!
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
73
if (!
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/gpu/command_buffer/service/
feature_info.h
18
class
CommandLine
;
81
// Constructor with workarounds taken from the current process's
CommandLine
85
FeatureInfo(const
CommandLine
& command_line);
122
void InitializeBasicState(const
CommandLine
& command_line);
/external/chromium_org/net/tools/quic/
quic_client_bin.cc
27
CommandLine
::Init(argc, argv);
28
CommandLine
* line =
CommandLine
::ForCurrentProcess();
/external/chromium_org/third_party/libjingle/overrides/
initialize_module.cc
47
bool InitializeModule(const
CommandLine
& command_line,
68
if (
CommandLine
::Init(0, NULL)) {
70
// This is not needed on Windows since
CommandLine
::Init has already
72
CommandLine
::ForCurrentProcess()->AppendArguments(command_line, true);
/external/chromium_org/tools/set_default_handler/
set_default_handler_main.cc
30
// Initialize the
commandline
singleton from the environment.
31
CommandLine
::Init(0, NULL);
43
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
/external/chromium/chrome/browser/extensions/
extension_content_settings_apitest.cc
13
CommandLine
::ForCurrentProcess()->AppendSwitch(
31
CommandLine
::ForCurrentProcess()->AppendSwitch(
58
CommandLine
::ForCurrentProcess()->AppendSwitch(
65
CommandLine
::ForCurrentProcess()->AppendSwitch(
81
CommandLine
::ForCurrentProcess()->AppendSwitch(
/external/chromium/chrome/browser/
shell_integration.cc
27
CommandLine
ShellIntegration::CommandLineArgsForLauncher(
30
const
CommandLine
& cmd_line = *
CommandLine
::ForCurrentProcess();
31
CommandLine
new_cmd_line(
CommandLine
::NO_PROGRAM);
upgrade_detector.cc
50
const
CommandLine
& cmd_line = *
CommandLine
::ForCurrentProcess();
107
CommandLine
command_line(*
CommandLine
::ForCurrentProcess());
162
CommandLine
command_line(*
CommandLine
::ForCurrentProcess());
process_singleton.h
29
class
CommandLine
;
73
NotifyResult NotifyOtherProcessWithTimeout(const
CommandLine
& command_line,
77
const
CommandLine
& command_line,
/external/chromium_org/chrome/browser/extensions/
chrome_extensions_browser_client.cc
36
const
CommandLine
& command_line,
92
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kShowAppList);
102
const
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
121
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kTestType))
/external/chromium_org/chrome/installer/util/
chrome_app_host_operations.cc
32
void ChromeAppHostOperations::ReadOptions(const
CommandLine
& uninstall_command,
52
CommandLine
* cmd_line) const {
69
CommandLine
* cmd_line) const {
105
CommandLine
app_host_args(
CommandLine
::NO_PROGRAM);
product.cc
61
const
CommandLine
& uninstall_command) {
72
CommandLine
cmd(application_path.Append(installer::kChromeExe));
79
const
CommandLine
& options,
84
CommandLine
cmd(application_path.Append(installer::kChromeExe));
147
void Product::AppendProductFlags(
CommandLine
* command_line) const {
151
void Product::AppendRenameFlags(
CommandLine
* command_line) const {
/external/chromium_org/chrome/test/ppapi/
ppapi_test.h
43
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE;
104
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE;
118
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE;
124
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE;
150
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE;
/external/chromium_org/chrome/browser/
chrome_main_browsertest.cc
34
void Relaunch(const
CommandLine
& new_command_line) {
43
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
57
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
63
CommandLine
new_command_line(GetCommandLineForRelaunch());
93
CommandLine
new_command_line(GetCommandLineForRelaunch());
112
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
143
CommandLine
new_command_line(GetCommandLineForRelaunch());
/external/chromium_org/chrome/installer/test/
alternate_version_generator_main.cc
61
void DumpUsage(const
CommandLine
& cmd_line,
96
bool GetMiniInstallerPath(const
CommandLine
& cmd_line,
109
void GetOutPath(const
CommandLine
& cmd_line, base::FilePath* out) {
119
upgrade_test::Direction GetDirection(const
CommandLine
& cmd_line) {
129
CommandLine
::Init(0, NULL);
130
CommandLine
* cmd_line =
CommandLine
::ForCurrentProcess();
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_enabled_unittest.cc
70
CommandLine
command_line(
CommandLine
::NO_PROGRAM);
71
CommandLine
saved_cmdline_ = *
CommandLine
::ForCurrentProcess();
72
CommandLine
::ForCurrentProcess()->AppendSwitch(
75
*
CommandLine
::ForCurrentProcess() = saved_cmdline_;
124
CommandLine
command_line(
CommandLine
::NO_PROGRAM);
225
CommandLine
command_line(
CommandLine
::NO_PROGRAM)
[
all
...]
/external/chromium/chrome/browser/ui/
browser_init_browsertest.cc
94
CommandLine
dummy(
CommandLine
::NO_PROGRAM);
112
CommandLine
command_line(
CommandLine
::NO_PROGRAM);
141
CommandLine
command_line(
CommandLine
::NO_PROGRAM);
171
CommandLine
command_line(
CommandLine
::NO_PROGRAM);
200
CommandLine
command_line(
CommandLine
::NO_PROGRAM)
[
all
...]
/external/chromium_org/base/test/
test_suite.cc
68
: old_command_line_(
CommandLine
::NO_PROGRAM) {
72
old_command_line_ = *
CommandLine
::ForCurrentProcess();
76
*
CommandLine
::ForCurrentProcess() = old_command_line_;
80
CommandLine
old_command_line_;
108
CommandLine
::Reset();
118
initialized_command_line_ =
CommandLine
::Init(argc, argv);
166
if (!
CommandLine
::ForCurrentProcess()->HasSwitch(
171
FilePath output_path(
CommandLine
::ForCurrentProcess()->GetSwitchValuePath(
204
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(
289
!
CommandLine
::ForCurrentProcess()->HasSwitch("show-error-dialogs"))
[
all
...]
/external/chromium_org/content/common/sandbox_linux/
sandbox_seccomp_bpf_linux.cc
163
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
179
bool StartBPFSandbox(const
CommandLine
& command_line,
204
bool StartBPFSandbox(const
CommandLine
& command_line,
221
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
233
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
261
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess()
[
all
...]
/external/chromium/chrome/common/
chrome_content_client.cc
81
nacl.enabled =
CommandLine
::ForCurrentProcess()->HasSwitch(
95
if (
CommandLine
::ForCurrentProcess()->HasSwitch(
117
bool flash_out_of_process = !
CommandLine
::ForCurrentProcess()->HasSwitch(
121
const
CommandLine
::StringType flash_path =
122
CommandLine
::ForCurrentProcess()->GetSwitchValueNative(
133
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(
/external/chromium/net/tools/dump_cache/
dump_cache.cc
74
int LaunchSlave(const
CommandLine
& command_line,
93
CommandLine
new_command_line =
CommandLine
::FromString(hacked_command_line);
115
CommandLine
::Init(argc, argv);
117
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
/external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/
ContentLinkerTestActivity.java
16
import org.chromium.base.
CommandLine
;
49
if (!
CommandLine
.isInitialized()) {
50
CommandLine
.initFromFile(COMMAND_LINE_FILE);
53
CommandLine
.getInstance().appendSwitchesAndArguments(commandLineParams);
58
//
CommandLine
.getInstance().hasSwitch() doesn't work here for some funky
61
String[] cmdline =
CommandLine
.getJavaSwitchesOrNull();
139
if (
CommandLine
.getInstance().hasSwitch(BaseSwitches.WAIT_FOR_JAVA_DEBUGGER)) {
/external/clang/lib/Tooling/
CompilationDatabase.cpp
110
std::vector<std::string>
CommandLine
(DoubleDash + 1, Argv + Argc);
112
return new FixedCompilationDatabase(Directory,
CommandLine
);
116
FixedCompilationDatabase(Twine Directory, ArrayRef<std::string>
CommandLine
) {
119
CommandLine
.begin(),
CommandLine
.end());
126
Result[0].
CommandLine
.push_back(FilePath);
Completed in 383 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>