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, argument
1821 inOutUser = credentials.Username();
1826 inOutUser = credentials.Username();
1837 bool success = panel->getAuthentication(message, inOutUser, inOutPassword,
1838 inOutRememberCredentials, failureCount > 0, inOutUser, inOutPassword,
1841 Credentials credentials(inOutUser, inOutPassword);

Completed in 71 milliseconds