Home
last modified time | relevance | path

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

/haiku/src/apps/webpositive/
H A DBrowserWindow.h170 BString& inOutUser, BString& inOutPassword,
H A DBrowserWindow.cpp1806 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()