Searched refs:SetPassword (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/screen_blanker/
H A DPasswordWindow.h25 void SetPassword(const char* text);
H A DPasswordWindow.cpp78 PasswordWindow::SetPassword(const char* text) function in class:PasswordWindow
H A DScreenBlanker.cpp219 fPasswordWindow->SetPassword("");
233 fPasswordWindow->SetPassword("");
/haiku-fatelf/headers/os/net/
H A DHttpAuthentication.h47 void SetPassword(const BString& password);
H A DUrl.h26 BUrl& SetPassword(const BString& password);
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPInterface.h35 bool SetPassword(const char *password) const;
/haiku-fatelf/headers/private/screen_saver/
H A DScreenSaverSettings.h85 void SetPassword(const char* password) function in class:ScreenSaverSettings
/haiku-fatelf/src/preferences/screensaver/
H A DPasswordWindow.cpp192 fSettings.SetPassword(crypt(fPasswordControl->Text(), salt));
195 fSettings.SetPassword("");
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPInterface.cpp156 PPPInterface::SetPassword(const char *password) const function in class:PPPInterface
/haiku-fatelf/src/kits/network/libnetapi/
H A DHttpAuthentication.cpp50 BHttpAuthentication::SetPassword(const BString& password) function in class:BHttpAuthentication
H A DUrl.cpp126 BUrl::SetPassword(const BString& password) function in class:BUrl
H A DUrlProtocolHttp.cpp293 fAuthentication.SetPassword(fOptPassword);
/haiku-fatelf/src/bin/network/ppp_up/
H A DConnectionView.cpp198 interface.SetPassword(Password());
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DDialUpView.cpp305 interface.SetPassword(fSettings.SessionPassword());

Completed in 135 milliseconds