Searched defs:CrosDBusService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dcros_dbus_service.h20 // 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 { class in namespace:chromeos
34 // CrosDBusService consists of service providers that implement this
52 virtual ~CrosDBusService();
H A Dcros_dbus_service.cc26 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";
138 VLOG(1) << "CrosDBusService initialize
[all...]

Completed in 223 milliseconds