Home
last modified time | relevance | path

Searched refs:g_service_process (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/service/
Dservice_ipc_server.cc22 new IPC::SyncMessageFilter(g_service_process->shutdown_event()); in Init()
33 g_service_process->io_thread()->message_loop_proxy().get(), in CreateChannel()
35 g_service_process->shutdown_event()); in CreateChannel()
62 if (g_service_process->HandleClientDisconnect()) { in OnChannelError()
116 g_service_process->GetCloudPrintProxy()->EnableForUserWithRobot( in OnEnableCloudPrintProxyWithRobot()
122 g_service_process->GetCloudPrintProxy()->GetProxyInfo(&info); in OnGetCloudPrintProxyInfo()
138 g_service_process->GetCloudPrintProxy()->GetPrinters(&printers); in OnGetPrinters()
145 g_service_process->GetCloudPrintProxy()-> in OnDisableCloudPrintProxy()
150 g_service_process->Shutdown(); in OnShutdown()
154 g_service_process->SetUpdateAvailable(); in OnUpdateAvailable()
Dservice_process.cc42 ServiceProcess* g_service_process = NULL; variable
121 DCHECK(!g_service_process); in ServiceProcess()
122 g_service_process = this; in ServiceProcess()
371 g_service_process = NULL; in ~ServiceProcess()
Dservice_process.h151 extern ServiceProcess* g_service_process;
/external/chromium_org/chrome/service/net/
Dservice_url_request_context.cc150 g_service_process->io_thread()->message_loop_proxy()) { in ServiceURLRequestContextGetter()
156 DCHECK(g_service_process); in ServiceURLRequestContextGetter()
158 g_service_process->io_thread()->message_loop_proxy().get(), in ServiceURLRequestContextGetter()
159 g_service_process->file_thread()->message_loop())); in ServiceURLRequestContextGetter()
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_auth.cc94 g_service_process->GetServiceURLRequestContextGetter())); in AuthenticateWithRobotAuthCode()
105 g_service_process->GetServiceURLRequestContextGetter())); in RefreshAccessToken()
191 g_service_process->GetServiceURLRequestContextGetter())); in HandleJSONData()
Dprint_system_win.cc436 g_service_process->io_thread()->message_loop_proxy()->PostTask( in RenderNextPDFPages()
449 DCHECK(g_service_process->io_thread()->message_loop_proxy()-> in RenderPDFPagesInSandbox()
584 g_service_process->io_thread()->message_loop_proxy()->PostTask( in StartGetPrinterCapsAndDefaults()
591 g_service_process->io_thread()->message_loop_proxy()->PostTask( in StartGetPrinterSemanticCapsAndDefaults()
601 DCHECK(g_service_process->io_thread()->message_loop_proxy()-> in GetPrinterCapsAndDefaultsImpl()
618 DCHECK(g_service_process->io_thread()->message_loop_proxy()-> in GetPrinterSemanticCapsAndDefaultsImpl()
Dcloud_print_proxy.cc28 DCHECK(g_service_process->io_thread()->message_loop_proxy()-> in LaunchBrowserProcessWithSwitch()
214 g_service_process->io_thread()->message_loop_proxy()->PostTask( in CheckCloudPrintProxyPolicy()
Dcloud_print_url_fetcher.cc299 g_service_process->GetServiceURLRequestContextGetter(); in GetRequestContextGetter()
Dcloud_print_proxy_backend.cc341 g_service_process->GetServiceURLRequestContextGetter(); in InitNotifications()
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_proxy_process_browsertest.cc87 g_service_process->Shutdown(); in ShutdownTask()
179 Invoke(g_service_process, &ServiceProcess::Shutdown)), in SetServiceEnabledExpectations()
242 EXPECT_EQ(&service_process, g_service_process); in CloudPrintMockService_Main()