OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:certificate_type_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/network/
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) {
103
certificate_type_
= CLIENT_CERT_TYPE_NONE;
122
if (
certificate_type_
!= CLIENT_CERT_TYPE_NONE) {
123
std::string type_string = EnumToString(kClientCertTable,
certificate_type_
);
126
if (
certificate_type_
== CLIENT_CERT_TYPE_PATTERN &&
network_ui_data.h
55
certificate_type_
= type;
58
return
certificate_type_
;
104
ClientCertType
certificate_type_
;
member in class:chromeos::NetworkUIData
Completed in 109 milliseconds