Home
last modified time | relevance | path

Searched refs:UserDialogTask (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.h38 class UserDialogTask; variable
39 friend class UserDialogTask; variable
H A DAuthenticationServer.cpp184 class AuthenticationServer::UserDialogTask : public Task { class in AuthenticationServer
186 UserDialogTask(AuthenticationServer* authenticationServer, in UserDialogTask() function in AuthenticationServer::UserDialogTask
349 UserDialogTask* task = new(std::nothrow) UserDialogTask(this, in _RequestThread()