OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitWithCommandLine
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/win/
host_service.h
35
bool
InitWithCommandLine
(const CommandLine* command_line);
host_service.cc
68
bool HostService::
InitWithCommandLine
(const CommandLine* command_line) {
438
if (!service->
InitWithCommandLine
(CommandLine::ForCurrentProcess())) {
/external/chromium_org/remoting/host/
remoting_me2me_host.cc
193
bool
InitWithCommandLine
(const CommandLine* cmd_line);
330
bool HostProcess::
InitWithCommandLine
(const CommandLine* cmd_line) {
591
if (!
InitWithCommandLine
(CommandLine::ForCurrentProcess())) {
[
all
...]
Completed in 513 milliseconds