OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ServiceProcessControl
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/service/
service_process_control.h
30
// A
ServiceProcessControl
works as a portal between the service process and
40
class
ServiceProcessControl
: public IPC::Channel::Sender,
44
typedef IDMap<
ServiceProcessControl
>::iterator iterator;
59
// Construct a
ServiceProcessControl
with |profile|..
60
explicit
ServiceProcessControl
(Profile* profile);
61
virtual ~
ServiceProcessControl
();
136
: public base::RefCountedThreadSafe<
ServiceProcessControl
::Launcher> {
138
Launcher(
ServiceProcessControl
* process, CommandLine* cmd_line);
147
friend class base::RefCountedThreadSafe<
ServiceProcessControl
::Launcher>;
156
ServiceProcessControl
* process_
[
all
...]
service_process_control.cc
25
//
ServiceProcessControl
implementation.
26
ServiceProcessControl
::
ServiceProcessControl
(Profile* profile)
30
ServiceProcessControl
::~
ServiceProcessControl
() {
36
void
ServiceProcessControl
::ConnectInternal() {
57
void
ServiceProcessControl
::RunConnectDoneTasks() {
86
void
ServiceProcessControl
::RunAllTasksHelper(TaskList* task_list) {
95
void
ServiceProcessControl
::Launch(Task* success_task, Task* failure_task) {
169
NewRunnableMethod(this, &
ServiceProcessControl
::OnProcessLaunched))
[
all
...]
/external/chromium_org/chrome/browser/service_process/
service_process_control.cc
33
//
ServiceProcessControl
implementation.
34
ServiceProcessControl
::
ServiceProcessControl
() {
37
ServiceProcessControl
::~
ServiceProcessControl
() {
40
void
ServiceProcessControl
::ConnectInternal() {
60
void
ServiceProcessControl
::SetChannel(IPC::ChannelProxy* channel) {
64
void
ServiceProcessControl
::RunConnectDoneTasks() {
84
void
ServiceProcessControl
::RunAllTasksHelper(TaskList* task_list) {
92
bool
ServiceProcessControl
::IsConnected() const
[
all
...]
service_process_control.h
32
// A
ServiceProcessControl
works as a portal between the service process and
42
class
ServiceProcessControl
: public IPC::Sender,
64
typedef IDMap<
ServiceProcessControl
>::iterator iterator;
70
static
ServiceProcessControl
* GetInstance();
133
: public base::RefCountedThreadSafe<
ServiceProcessControl
::Launcher> {
135
Launcher(
ServiceProcessControl
* process, CommandLine* cmd_line);
144
friend class base::RefCountedThreadSafe<
ServiceProcessControl
::Launcher>;
154
ServiceProcessControl
* process_;
165
ServiceProcessControl
();
166
virtual ~
ServiceProcessControl
();
[
all
...]
Completed in 227 milliseconds