HomeSort by relevance Sort by last modified time
    Searched defs:CrosDBusService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/dbus/
cros_dbus_service.h 20 // CrosDBusService is used to run a D-Bus service inside Chrome for Chrome
29 // CrosDBusService exports D-Bus methods through service provider classes
30 // that implement CrosDBusService::ServiceProviderInterface.
32 class CrosDBusService {
34 // CrosDBusService consists of service providers that implement this
52 virtual ~CrosDBusService();
cros_dbus_service.cc 26 CrosDBusService* g_cros_dbus_service = NULL;
30 // The CrosDBusService implementation used in production, and unit tests.
31 class CrosDBusServiceImpl : public CrosDBusService {
78 // |provider| will be owned by CrosDBusService.
100 // Service providers that form CrosDBusService.
104 // The stub CrosDBusService implementation used on Linux desktop,
106 class CrosDBusServiceStubImpl : public CrosDBusService {
116 void CrosDBusService::Initialize() {
118 LOG(WARNING) << "CrosDBusService was already initialized";
134 VLOG(1) << "CrosDBusService initialized"
    [all...]

Completed in 627 milliseconds