OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutOfProcessDynamicServiceRunner
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/shell/
out_of_process_dynamic_service_runner.h
20
class
OutOfProcessDynamicServiceRunner
24
explicit
OutOfProcessDynamicServiceRunner
(Context* context);
25
virtual ~
OutOfProcessDynamicServiceRunner
();
44
DISALLOW_COPY_AND_ASSIGN(
OutOfProcessDynamicServiceRunner
);
47
typedef DynamicServiceRunnerFactoryImpl<
OutOfProcessDynamicServiceRunner
>
out_of_process_dynamic_service_runner.cc
16
OutOfProcessDynamicServiceRunner
::
OutOfProcessDynamicServiceRunner
(
21
OutOfProcessDynamicServiceRunner
::~
OutOfProcessDynamicServiceRunner
() {
31
void
OutOfProcessDynamicServiceRunner
::Start(
53
void
OutOfProcessDynamicServiceRunner
::AppCompleted(int32_t result) {
54
DVLOG(2) << "
OutOfProcessDynamicServiceRunner
::AppCompleted(" << result
Completed in 318 milliseconds