Home | History | Annotate | Download | only in extensions

Lines Matching refs:ENFORCE

39   NONE = 0,   // Do not request install signatures, and do not enforce them.
40 BOOTSTRAP, // Request install signatures, but do not enforce them.
41 ENFORCE, // Request install signatures, and enforce them.
42 ENFORCE_STRICT, // Same as ENFORCE, but hard fail if we can't fetch
71 else if (group == "Enforce")
72 return ENFORCE;
87 return ENFORCE;
97 return ENFORCE;
112 return GetStatus() >= ENFORCE;