OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_port
(Results
1 - 8
of
8
) sorted by null
/external/chromium/net/http/
http_auth_handler_negotiate.h
58
// |
use_port
()| and |set_use_port()| get/set whether the auth handlers
62
bool
use_port
() const { return use_port_; }
function in class:net::HttpAuthHandlerNegotiate::Factory
63
void set_use_port(bool
use_port
) { use_port_ =
use_port
; }
100
bool
use_port
);
http_auth_handler_negotiate.cc
89
bool
use_port
)
96
use_port_(
use_port
),
http_auth_handler_negotiate_unittest.cc
177
int CreateHandler(bool disable_cname_lookup, bool
use_port
,
182
factory_->set_use_port(
use_port
);
/external/chromium_org/net/http/
http_auth_handler_negotiate.h
57
// |
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
; }
100
bool
use_port
);
http_auth_handler_negotiate.cc
96
bool
use_port
)
103
use_port_(
use_port
),
http_auth_handler_negotiate_unittest.cc
175
int CreateHandler(bool disable_cname_lookup, bool
use_port
,
180
factory_->set_use_port(
use_port
);
/external/chromium_org/third_party/libjingle/source/talk/base/
natserver.cc
58
: use_ip(nat->FiltersIP()),
use_port
(nat->FiltersPort()) {
65
if (
use_port
)
76
if (
use_port
&& (a1.port() < a2.port()))
78
if (
use_port
&& (a2.port() < a1.port()))
natserver.h
61
bool
use_port
;
member in struct:talk_base::AddrCmp
Completed in 72 milliseconds