Home | History | Annotate | Download | only in extensions

Lines Matching defs:BOOTSTRAP

40   BOOTSTRAP,  // Request install signatures, but do not enforce them.
73 else if (group == "Bootstrap")
74 return BOOTSTRAP;
92 if (value == "bootstrap")
93 return BOOTSTRAP;
108 return GetStatus() >= BOOTSTRAP;
149 void LogVerifyAllSuccessHistogram(bool bootstrap, bool success) {
151 if (bootstrap && success)
153 else if (bootstrap && !success)
155 else if (!bootstrap && success)
396 // will bootstrap itself once the ExtensionsSystem is ready.