OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_authorities
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/test/
test_server.h
95
std::vector<FilePath>
client_authorities
;
member in struct:net::TestServer::HTTPSOptions
test_server.cc
372
https_options_.
client_authorities
.begin();
373
it != https_options_.
client_authorities
.end(); ++it) {
Completed in 45 milliseconds