OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_routine_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/win/
host_service.h
112
int (HostService::*
run_routine_
)();
member in class:remoting::HostService
host_service.cc
76
if (
run_routine_
== &HostService::RunAsService &&
78
run_routine_
= &HostService::RunInConsole;
85
return (this->*
run_routine_
)();
139
run_routine_
(&HostService::RunAsService),
Completed in 87 milliseconds