OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDomainForHost
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/ssl/
server_bound_cert_service.h
86
static std::string
GetDomainForHost
(const std::string& host);
server_bound_cert_service_unittest.cc
134
TEST_F(ServerBoundCertServiceTest,
GetDomainForHost
) {
136
ServerBoundCertService::
GetDomainForHost
("google.com"));
138
ServerBoundCertService::
GetDomainForHost
("www.google.com"));
140
ServerBoundCertService::
GetDomainForHost
("foo.appspot.com"));
142
ServerBoundCertService::
GetDomainForHost
("foo.bar.appspot.com"));
144
ServerBoundCertService::
GetDomainForHost
("appspot.com"));
146
ServerBoundCertService::
GetDomainForHost
("www.mail.google.com"));
148
ServerBoundCertService::
GetDomainForHost
("goto"));
150
ServerBoundCertService::
GetDomainForHost
("127.0.0.1"));
server_bound_cert_service.cc
388
std::string ServerBoundCertService::
GetDomainForHost
(const std::string& host) {
412
std::string domain =
GetDomainForHost
(host);
476
std::string domain =
GetDomainForHost
(host);
/external/chromium_org/net/spdy/
spdy_session.cc
556
(ServerBoundCertService::
GetDomainForHost
(domain) ==
557
ServerBoundCertService::
GetDomainForHost
(host_port_pair().host()))) &&
[
all
...]
Completed in 163 milliseconds