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

/external/chromium_org/mojo/shell/
H A Ddbus_service_loader_linux.h45 class DBusServiceLoader : public ServiceLoader { class in namespace:mojo::shell
47 DBusServiceLoader(Context* context);
48 virtual ~DBusServiceLoader();
60 // This will tell DBusServiceLoader to reach out to a service with
83 DISALLOW_COPY_AND_ASSIGN(DBusServiceLoader);
H A Ddbus_service_loader_linux.cc30 class DBusServiceLoader::LoadContext {
36 LoadContext(DBusServiceLoader* loader,
125 base::Bind(&DBusServiceLoader::ForgetService,
130 DBusServiceLoader* const loader_;
142 DBusServiceLoader::DBusServiceLoader(Context* context) : context_(context) { function in class:mojo::shell::DBusServiceLoader
149 DBusServiceLoader::~DBusServiceLoader() {
153 void DBusServiceLoader::LoadService(ServiceManager* manager,
162 void DBusServiceLoader
[all...]

Completed in 112 milliseconds