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

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkReply.cpp66 int applyProxyRules();
79 static int applyProxyRules(RTHTTP pHttp, const QString &strHostName, int iPort);
119 int UINetworkReplyPrivateThread::applyProxyRules() function in class:UINetworkReplyPrivateThread
127 return applyProxyRules(m_pHttp,
184 m_iError = applyProxyRules();
225 int UINetworkReplyPrivateThread::applyProxyRules(RTHTTP pHttp, const QString &strHostName, int iPort) function in class:UINetworkReplyPrivateThread

Completed in 44 milliseconds