HomeSort by relevance Sort by last modified time
    Searched defs:AutoDetectProxy (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
autodetectproxy.cc 28 #include "talk/base/autodetectproxy.h"
41 AutoDetectProxy::AutoDetectProxy(const std::string& user_agent)
45 AutoDetectProxy::~AutoDetectProxy() {
48 void AutoDetectProxy::DoWork() {
57 LOG(LS_WARNING) << "AutoDetectProxy removing http prefix on proxy host";
60 LOG(LS_INFO) << "AutoDetectProxy found proxy at " << proxy_.address;
62 LOG(LS_INFO) << "AutoDetectProxy initiating proxy classification";
74 void AutoDetectProxy::OnMessage(Message *msg)
    [all...]
autodetectproxy.h 40 // AutoDetectProxy
45 class AutoDetectProxy : public SignalThread {
47 explicit AutoDetectProxy(const std::string& user_agent);
67 virtual ~AutoDetectProxy();

Completed in 554 milliseconds