OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:command_line_
(Results
26 - 35
of
35
) sorted by null
1
2
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h
149
const base::CommandLine&
command_line_
;
member in class:StartupBrowserCreatorImpl
/external/chromium_org/content/public/test/
render_view_test.h
159
scoped_ptr<base::CommandLine>
command_line_
;
member in class:content::RenderViewTest
render_view_test.cc
161
command_line_
.reset(new CommandLine(CommandLine::NO_PROGRAM));
162
params_.reset(new MainFunctionParams(*
command_line_
));
244
command_line_
.reset();
/external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl_unittest.cc
331
:
command_line_
(CommandLine::NO_PROGRAM) {}
338
command_line_
.AppendSwitchASCII(name, value);
340
command_line_
.AppendSwitch(name);
344
factory.SetCommandLine(&
command_line_
);
350
CommandLine
command_line_
;
member in class:__anon8969::PrefProxyConfigTrackerImplCommandLineTest
/external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc
222
CommandLine
command_line_
;
member in class:gcm::__anon13013::MCSProbe
261
:
command_line_
(command_line),
359
if (
command_line_
.HasSwitch(kLogFileSwitch)) {
360
base::FilePath log_path =
command_line_
.GetSwitchValuePath(kLogFileSwitch);
375
if (
command_line_
.HasSwitch(kIgnoreCertSwitch)) {
/external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.h
104
base::CommandLine*
command_line_
;
member in class:ProfileSyncComponentsFactoryImpl
profile_sync_components_factory_impl.cc
160
command_line_
(command_line),
177
GetDisabledTypesFromCommandLine(*
command_line_
);
179
GetEnabledTypesFromCommandLine(*
command_line_
);
/external/chromium_org/ppapi/proxy/
plugin_globals.cc
138
return
command_line_
;
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks_unittest.cc
353
:
command_line_
(CommandLine::NO_PROGRAM),
359
&
command_line_
,
369
CommandLine
command_line_
;
member in class:file_manager::file_tasks::FileManagerFileTasksComplexTest
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_message_bubble_controller_unittest.cc
408
command_line_
.reset(new CommandLine(CommandLine::NO_PROGRAM));
429
scoped_ptr<CommandLine>
command_line_
;
member in class:extensions::ExtensionMessageBubbleTest
[
all
...]
Completed in 4673 milliseconds
1
2