Home | History | Annotate | Download | only in extensions

Lines Matching defs:outcome

355 void MustRemainDisabledHistogram(MustRemainDisabledOutcome outcome) {
357 outcome, MUST_REMAIN_DISABLED_OUTCOME_MAX);
384 MustRemainDisabledOutcome outcome = VERIFIED;
387 outcome = FORCED_NOT_VERIFIED;
390 outcome = NOT_FROM_STORE;
397 outcome = NO_SIGNATURE;
401 outcome = NOT_VERIFIED_BUT_UNKNOWN_ID;
404 outcome = NOT_VERIFIED;
409 outcome = NOT_VERIFIED_BUT_NOT_ENFORCING;
411 MustRemainDisabledHistogram(outcome);