Searched defs:authenticationRequired (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/QtTestBrowser/
H A Dwebpage.cpp51 connect(networkAccessManager(), SIGNAL(authenticationRequired(QNetworkReply*, QAuthenticator*)),
52 this, SLOT(authenticationRequired(QNetworkReply*, QAuthenticator*)));
133 void WebPage::authenticationRequired(QNetworkReply* reply, QAuthenticator* authenticator) function in class:WebPage

Completed in 1355 milliseconds