Home
last modified time | relevance | path

Searched refs:previousPass (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationPanel.cpp89 const char* previousPass, in GetAuthentication() argument
101 previousPass = NULL; in GetAuthentication()
111 fPassTC->SetText(previousPass ? previousPass : ""); in GetAuthentication()
150 fPassTC->SetText(previousPass ? previousPass : ""); in GetAuthentication()
H A DAuthenticationPanel.h24 const char* previousPass,
/haiku/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp52 uint32 previousPass = result.pass; in command_checkfs() local
94 if (previousPass != result.pass) { in command_checkfs()
96 previousPass = result.pass; in command_checkfs()
/haiku/src/apps/webpositive/
H A DAuthenticationPanel.h25 const BString& previousPass, bool previousRememberCredentials,
H A DAuthenticationPanel.cpp113 const BString& previousUser, const BString& previousPass, in getAuthentication() argument
132 m_passwordTextControl->SetText(previousPass.String()); in getAuthentication()
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.cpp262 uint32 previousPass = result.pass; in Repair() local
301 if (previousPass != result.pass) { in Repair()
303 previousPass = result.pass; in Repair()