Home | History | Annotate | Download | only in crypto

Lines Matching refs:has_type

22                   bool has_type,
34 bool has_type,
38 if (has_type)
59 void Report(bool has_type, bool is_supported);
79 void KeySystemsSupportUMA::Reporter::Report(bool has_type, bool is_supported) {
81 if (has_type)
88 if (has_type)
102 bool has_type) {
106 reporter->Report(has_type, false);
110 bool has_type) {
114 reporter->Report(has_type, true);