OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandLine
(Results
501 - 525
of
1825
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/content/browser/media/
media_source_browsertest.cc
47
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/content/browser/
plugin_data_remover_impl_browsertest.cc
31
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
utility_process_host_impl.cc
158
const
CommandLine
& browser_command_line = *
CommandLine
::ForCurrentProcess();
180
CommandLine
* cmd_line = new
CommandLine
(exe_path);
/external/chromium_org/content/gpu/
gpu_child_thread.cc
66
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess) ||
67
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kInProcessGPU));
171
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
/external/chromium_org/content/plugin/
plugin_main.cc
61
const
CommandLine
& parsed_command_line = parameters.command_line;
/external/chromium_org/content/renderer/
render_thread_impl_browsertest.cc
36
CommandLine
::ForCurrentProcess()->AppendSwitch(
renderer_main_platform_delegate_linux.cc
33
const
CommandLine
& command_line = parameters_.command_line;
/external/chromium_org/content/test/
content_browser_test_test.cc
24
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
/external/chromium_org/content/utility/
utility_main.cc
65
gfx::GtkInitFromCommandLine(*
CommandLine
::ForCurrentProcess());
/external/chromium_org/content/worker/
worker_main.cc
62
const
CommandLine
& parsed_command_line = parameters.command_line;
/external/chromium_org/dbus/
test_server.cc
13
CommandLine
::Init(argc, argv);
/external/chromium_org/gpu/command_buffer/service/
logger.cc
30
CommandLine
::ForCurrentProcess()->HasSwitch(
/external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_main.cc
60
CommandLine
::Init(argc, argv);
/external/chromium_org/sync/tools/
sync_listen_notifications.cc
109
const
CommandLine
& command_line,
142
CommandLine
::Init(argc, argv);
154
const
CommandLine
& command_line = *
CommandLine
::ForCurrentProcess();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
loader.cpp
4
#include <llvm/Support/
CommandLine
.h>
/external/chromium_org/win8/delegate_execute/
delegate_execute_operation.cc
22
bool DelegateExecuteOperation::Init(const
CommandLine
* cmd_line) {
/external/mesa3d/src/gallium/drivers/radeon/
loader.cpp
4
#include <llvm/Support/
CommandLine
.h>
/external/chromium_org/chrome/browser/
unload_browsertest.cc
116
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE {
199
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
212
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
227
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
241
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
332
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
342
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
353
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
365
if (
CommandLine
::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
419
virtual void SetUpCommandLine(
CommandLine
* command_line) OVERRIDE
[
all
...]
/external/chromium_org/content/public/test/
test_launcher.cc
196
!
CommandLine
::ForCurrentProcess()->HasSwitch(kRunManualTestsFlag)) {
331
CommandLine
cmd_line(*
CommandLine
::ForCurrentProcess());
335
CommandLine
new_cmd_line(cmd_line.GetProgram());
336
CommandLine
::SwitchMap switches = cmd_line.GetSwitches();
342
for (
CommandLine
::SwitchMap::const_iterator iter = switches.begin();
444
CommandLine
* command_line =
CommandLine
::ForCurrentProcess();
479
CommandLine
::Init(argc, argv);
480
const
CommandLine
* command_line = CommandLine::ForCurrentProcess()
[
all
...]
/external/chromium/chrome/browser/
background_contents_service.h
23
class
CommandLine
;
48
BackgroundContentsService(Profile* profile, const
CommandLine
* command_line);
shell_integration.h
17
class
CommandLine
;
81
static
CommandLine
CommandLineArgsForLauncher(
/external/chromium/chrome/browser/chromeos/
name_value_pairs_parser.cc
69
CommandLine
command_line(argc, argv);
87
CommandLine
command_line(argc, argv);
/external/chromium/chrome/browser/diagnostics/
diagnostics_model_unittest.cc
15
cmdline_(
CommandLine
::NO_PROGRAM) {
30
CommandLine
cmdline_;
/external/chromium/chrome/browser/extensions/
window_open_apitest.cc
15
CommandLine
::ForCurrentProcess()->AppendSwitch(
104
virtual void SetUpCommandLine(
CommandLine
* command_line) {
/external/chromium/chrome/browser/first_run/
upgrade_util_win.cc
64
bool RelaunchChromeBrowser(const
CommandLine
& command_line) {
113
bool DoUpgradeTasks(const
CommandLine
& command_line) {
Completed in 492 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>