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

  /external/chromium/net/http/
http_auth_handler_ntlm.h 159 static HostNameProc get_host_name_proc_; member in class:net::HttpAuthHandlerNTLM
http_auth_handler_ntlm_portable.cc 641 HttpAuthHandlerNTLM::get_host_name_proc_ = GetHostName; member in class:net::HttpAuthHandlerNTLM
681 HostNameProc old_proc = get_host_name_proc_;
682 get_host_name_proc_ = proc;
701 std::string hostname = get_host_name_proc_();

Completed in 143 milliseconds