Symbol: AuthenticationPanel
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
211
AuthenticationPanel::Cancel()
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
222
AuthenticationPanel::_CalculateFrame(BRect frame)
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
23
AuthenticationPanel::AuthenticationPanel(BRect frame)
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
53
AuthenticationPanel::~AuthenticationPanel()
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
60
AuthenticationPanel::QuitRequested()
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
69
AuthenticationPanel::MessageReceived(BMessage* message)
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.cpp
86
AuthenticationPanel::GetAuthentication(const char* server,
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.h
11
class AuthenticationPanel : public Panel {
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.h
13
AuthenticationPanel(BRect frame = BRect(-1000.0, -1000.0, -900.0, -900.0));
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationPanel.h
14
virtual ~AuthenticationPanel();
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
208
fPanel = new(std::nothrow) AuthenticationPanel();
src/add-ons/kernel/file_systems/netfs/authentication_server/AuthenticationServer.cpp
253
AuthenticationPanel* fPanel;
src/apps/webpositive/AuthenticationPanel.cpp
112
bool AuthenticationPanel::getAuthentication(const BString& text,
src/apps/webpositive/AuthenticationPanel.cpp
31
AuthenticationPanel::AuthenticationPanel(BRect parentFrame)
src/apps/webpositive/AuthenticationPanel.cpp
56
AuthenticationPanel::~AuthenticationPanel()
src/apps/webpositive/AuthenticationPanel.cpp
63
AuthenticationPanel::QuitRequested()
src/apps/webpositive/AuthenticationPanel.cpp
72
AuthenticationPanel::MessageReceived(BMessage* message)
src/apps/webpositive/AuthenticationPanel.h
15
class AuthenticationPanel : public BWindow {
src/apps/webpositive/AuthenticationPanel.h
17
AuthenticationPanel(BRect parentFrame = BRect());
src/apps/webpositive/AuthenticationPanel.h
18
virtual ~AuthenticationPanel();
src/apps/webpositive/BrowserWindow.cpp
1840
AuthenticationPanel* panel = new AuthenticationPanel(Frame());