OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:commandline
(Results
76 - 100
of
2577
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/installer/util/
chrome_browser_sxs_operations.cc
15
CommandLine
* cmd_line) const {
24
CommandLine
* cmd_line) const {
/external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc
22
CommandLine
::Init(0, NULL);
25
CommandLine
::ForCurrentProcess()->GetSwitchValueASCII(
/external/chromium_org/chrome/service/
service_process_unittest.cc
21
CommandLine
command_line(
CommandLine
::NO_PROGRAM);
/external/chromium_org/chrome/test/perf/
browser_perf_test.h
10
class
CommandLine
;
19
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE;
/external/chromium_org/content/common/
sandbox_win.h
10
class
CommandLine
;
22
void SetJobLevel(const
CommandLine
& cmd_line,
/external/chromium_org/gpu/gles2_conform_support/native/
main.cc
27
CommandLine
::Init(argc, argv);
34
gfx::GtkInitFromCommandLine(*
CommandLine
::ForCurrentProcess());
/external/chromium_org/mojo/shell/
run.cc
18
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
/external/chromium_org/net/test/
python_utils.h
10
class
CommandLine
;
26
bool GetPythonCommand(
CommandLine
* python_cmd) WARN_UNUSED_RESULT;
/external/chromium_org/ui/base/touch/
touch_enabled.cc
15
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
/external/chromium_org/ui/ozone/platform/test/
ozone_platform_test.cc
28
CommandLine
* cmd =
CommandLine
::ForCurrentProcess();
/external/chromium_org/chrome/browser/extensions/
webstore_startup_installer_browsertest.cc
59
CommandLine
::ForCurrentProcess()->AppendSwitchASCII(
74
CommandLine
::ForCurrentProcess()->AppendSwitchASCII(
94
CommandLine
::ForCurrentProcess()->AppendSwitchASCII(
111
CommandLine
::ForCurrentProcess()->AppendSwitchASCII(
121
CommandLine
::ForCurrentProcess()->AppendSwitchASCII(
141
CommandLine
::ForCurrentProcess()->AppendSwitchASCII(
178
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
188
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
192
CommandLine
::ForCurrentProcess()->AppendSwitchASCII(
211
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE
[
all
...]
/external/chromium/base/test/
multiprocess_test.cc
39
CommandLine
MultiProcessTest::MakeCmdLine(const std::string& procname,
41
CommandLine
cl(*
CommandLine
::ForCurrentProcess());
60
// TODO(port): with the
CommandLine
refactoring, this code is very similar
/external/chromium/chrome/browser/
background_mode_manager_unittest.cc
23
command_line_.reset(new
CommandLine
(
CommandLine
::NO_PROGRAM));
25
scoped_ptr<
CommandLine
> command_line_;
30
TestBackgroundModeManager(Profile* profile,
CommandLine
* cl)
browser_main_win.h
11
class
CommandLine
;
22
void PrepareRestartOnCrashEnviroment(const
CommandLine
& parsed_command_line);
26
bool RegisterApplicationRestart(const
CommandLine
& parsed_command_line);
32
int HandleIconsCommands(const
CommandLine
& parsed_command_line);
jankometer_mac.cc
7
void InstallJankometer(const
CommandLine
& parsed_command_line) {
/external/chromium/chrome/browser/extensions/
extension_clipboard_apitest.cc
10
CommandLine
::ForCurrentProcess()->AppendSwitch(
extension_debugger_apitest.cc
10
CommandLine
::ForCurrentProcess()->AppendSwitch(
extension_devtools_browsertest.cc
10
void ExtensionDevToolsBrowserTest::SetUpCommandLine(
CommandLine
* command_line) {
extension_input_apitest.cc
10
CommandLine
::ForCurrentProcess()->AppendSwitch(
extension_sidebar_apitest.cc
11
void SetUpCommandLine(
CommandLine
* command_line) {
/external/chromium/chrome/browser/first_run/
first_run_browser_process.cc
9
FirstRunBrowserProcess::FirstRunBrowserProcess(const
CommandLine
& command_line)
first_run_gtk.cc
26
const
CommandLine
& cmdline = *
CommandLine
::ForCurrentProcess();
27
CommandLine
import_cmd(cmdline.GetProgram());
40
import_cmd.
CommandLine
::AppendSwitchPath(switches::kImportFromFile,
/external/chromium/chrome/common/
switch_utils.h
18
std::map<std::string,
CommandLine
::StringType>* switches);
/external/chromium_org/apps/app_shim/
app_shim_mac.cc
15
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kEnableAppShims);
/external/chromium_org/chrome/browser/chromeos/settings/
owner_flags_storage.cc
55
CommandLine
command_line(
CommandLine
::NO_PROGRAM);
58
CommandLine
::StringVector switches = command_line.argv();
59
for (
CommandLine
::StringVector::const_iterator it = switches.begin() + 1;
Completed in 765 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>