HomeSort by relevance Sort by last modified time
    Searched refs:ENFORCE (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/browser/
content_verifier.cc 93 if (!delegate_ || !fetcher_.get() || mode_ < ENFORCE)
116 if (!delegate_ || mode_ < ENFORCE)
191 else if (group == "Enforce")
192 experiment_value = ENFORCE;
216 cmdline_value = ENFORCE;
221 // If no value was provided (or the wrong one), just default to enforce.
222 cmdline_value = ENFORCE;
content_verifier.h 75 // enforce them if they are present.
78 // If content hashes are missing, try to fetch them, but do not enforce.
81 // If hashes are present, enforce them. If they are missing, try to fetch
83 ENFORCE,
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 38 NONE = 0, // Do not request install signatures, and do not enforce them.
39 BOOTSTRAP, // Request install signatures, but do not enforce them.
40 ENFORCE, // Request install signatures, and enforce them.
41 ENFORCE_STRICT, // Same as ENFORCE, but hard fail if we can't fetch
70 else if (group == "Enforce")
71 return ENFORCE;
86 return ENFORCE;
96 return ENFORCE;
111 return GetStatus() >= ENFORCE;
    [all...]

Completed in 425 milliseconds