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

  /external/chromium_org/mojo/shell/
dbus_service_loader_linux.h 45 class DBusServiceLoader : public ServiceLoader {
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);
dbus_service_loader_linux.cc 30 class DBusServiceLoader::LoadContext {
36 LoadContext(DBusServiceLoader* loader,
125 base::Bind(&DBusServiceLoader::ForgetService,
130 DBusServiceLoader* const loader_;
142 DBusServiceLoader::DBusServiceLoader(Context* context) : context_(context) {
149 DBusServiceLoader::~DBusServiceLoader() {
153 void DBusServiceLoader::LoadService(ServiceManager* manager,
162 void DBusServiceLoader::OnServiceError(ServiceManager* manager
    [all...]

Completed in 156 milliseconds