Searched refs:ServiceProcess (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/service/
H A Dservice_process.cc42 ServiceProcess* g_service_process = NULL;
116 ServiceProcess::ServiceProcess() function in class:ServiceProcess
125 bool ServiceProcess::Initialize(base::MessageLoopForUI* message_loop,
201 base::Bind(&ServiceProcess::Terminate, base::Unretained(this)))) {
214 bool ServiceProcess::Teardown() {
245 void ServiceProcess::Shutdown() {
262 void ServiceProcess::Terminate() {
266 bool ServiceProcess::HandleClientDisconnect() {
277 cloud_print::CloudPrintProxy* ServiceProcess
[all...]
H A Dservice_process.h31 // The ServiceProcess does not inherit from ChildProcess because this
33 // ServiceProcess Design Notes
35 class ServiceProcess : public cloud_print::CloudPrintProxy::Client { class in inherits:cloud_print::CloudPrintProxy::Client
37 ServiceProcess();
38 virtual ~ServiceProcess();
40 // Initialize the ServiceProcess with the message loop that it should run on.
41 // ServiceProcess takes ownership of |state|.
148 DISALLOW_COPY_AND_ASSIGN(ServiceProcess);
151 extern ServiceProcess* g_service_process;
H A Dservice_process_unittest.cc19 ServiceProcess process;
H A Dservice_main.cc37 ServiceProcess service_process;
/external/chromium_org/chrome/service/net/
H A Dservice_url_request_context_getter.h45 friend class ServiceProcess;
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_proxy_process_browsertest.cc99 class TestServiceProcess : public ServiceProcess {
179 Invoke(g_service_process, &ServiceProcess::Shutdown)),

Completed in 856 milliseconds