Searched refs:inOutUser (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/webpositive/ |
H A D | BrowserWindow.h | 170 BString& inOutUser, BString& inOutPassword,
|
H A D | BrowserWindow.cpp | 1806 BrowserWindow::AuthenticationChallenge(BString message, BString& inOutUser, in AuthenticationChallenge() argument 1821 inOutUser = credentials.Username(); in AuthenticationChallenge() 1826 inOutUser = credentials.Username(); in AuthenticationChallenge() 1837 bool success = panel->getAuthentication(message, inOutUser, inOutPassword, in AuthenticationChallenge() 1838 inOutRememberCredentials, failureCount > 0, inOutUser, inOutPassword, in AuthenticationChallenge() 1841 Credentials credentials(inOutUser, inOutPassword); in AuthenticationChallenge()
|