OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:certificate_type_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/network/
network_ui_data.h
55
certificate_type_
= type;
58
return
certificate_type_
;
102
ClientCertType
certificate_type_
;
member in class:chromeos::NetworkUIData
network_ui_data.cc
69
certificate_type_
(CLIENT_CERT_TYPE_NONE) {
79
certificate_type_
= other.
certificate_type_
;
93
certificate_type_
=
96
if (
certificate_type_
== CLIENT_CERT_TYPE_PATTERN) {
104
certificate_type_
= CLIENT_CERT_TYPE_NONE;
127
if (
certificate_type_
!= CLIENT_CERT_TYPE_NONE) {
128
std::string type_string = EnumToString(kClientCertTable,
certificate_type_
);
131
if (
certificate_type_
== CLIENT_CERT_TYPE_PATTERN &&
Completed in 41 milliseconds