OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServiceProcess
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/service/
service_process.cc
42
ServiceProcess
* g_service_process = NULL;
116
ServiceProcess
::
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
::GetCloudPrintProxy()
[
all
...]
service_process.h
31
// The
ServiceProcess
does not inherit from ChildProcess because this
33
//
ServiceProcess
Design Notes
35
class
ServiceProcess
: public 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;
service_process_unittest.cc
19
ServiceProcess
process;
service_main.cc
37
ServiceProcess
service_process;
/external/chromium_org/chrome/service/net/
service_url_request_context_getter.h
45
friend class
ServiceProcess
;
/external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc
99
class TestServiceProcess : public
ServiceProcess
{
179
Invoke(g_service_process, &
ServiceProcess
::Shutdown)),
Completed in 2167 milliseconds