OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitializeFromCommandLine
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/mini_installer/
configuration.cc
44
return
InitializeFromCommandLine
(::GetCommandLine());
51
bool Configuration::
InitializeFromCommandLine
(const wchar_t* command_line) {
/external/chromium_org/base/test/
test_suite.cc
94
InitializeFromCommandLine
(argc, argv);
101
InitializeFromCommandLine
(argc, argv);
108
InitializeFromCommandLine
(argc, argv);
116
void TestSuite::
InitializeFromCommandLine
(int argc, char** argv) {
127
void TestSuite::
InitializeFromCommandLine
(int argc, wchar_t** argv) {
/external/chromium_org/chrome/installer/util/
master_preferences.cc
79
InitializeFromCommandLine
(*CommandLine::ForCurrentProcess());
88
InitializeFromCommandLine
(cmd_line);
121
void MasterPreferences::
InitializeFromCommandLine
(const CommandLine& cmd_line) {
Completed in 938 milliseconds