OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_process_commandline_
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
command_line.h
157
static CommandLine*
current_process_commandline_
;
member in class:CommandLine
command_line.cc
23
CommandLine* CommandLine::
current_process_commandline_
= NULL;
member in class:CommandLine
164
delete
current_process_commandline_
;
165
current_process_commandline_
= new CommandLine;
167
current_process_commandline_
->ParseFromString(::GetCommandLineW());
169
current_process_commandline_
->InitFromArgv(argc, argv);
175
DCHECK(
current_process_commandline_
);
176
delete
current_process_commandline_
;
177
current_process_commandline_
= NULL;
182
DCHECK(
current_process_commandline_
);
183
return
current_process_commandline_
;
[
all
...]
/external/chromium_org/base/
command_line.h
177
static CommandLine*
current_process_commandline_
;
member in class:CommandLine
Completed in 28 milliseconds