Searched refs:use_port (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_handler_negotiate.h57 // |use_port()| and |set_use_port()| get/set whether the auth handlers
61 bool use_port() const { return use_port_; } function in class:net::HttpAuthHandlerNegotiate::Factory
62 void set_use_port(bool use_port) { use_port_ = use_port; } argument
100 bool use_port);
H A Dhttp_auth_handler_negotiate.cc96 bool use_port)
103 use_port_(use_port),
88 HttpAuthHandlerNegotiate( AuthLibrary* auth_library, ULONG max_token_length, URLSecurityManager* url_security_manager, HostResolver* resolver, bool disable_cname_lookup, bool use_port) argument
H A Dhttp_auth_handler_negotiate_unittest.cc175 int CreateHandler(bool disable_cname_lookup, bool use_port, argument
180 factory_->set_use_port(use_port);
/external/chromium_org/third_party/webrtc/base/
H A Dnatserver.cc41 : use_ip(nat->FiltersIP()), use_port(nat->FiltersPort()) {
48 if (use_port)
59 if (use_port && (a1.port() < a2.port()))
61 if (use_port && (a2.port() < a1.port()))
H A Dnatserver.h44 bool use_port; member in struct:rtc::AddrCmp

Completed in 215 milliseconds