Home | History | Annotate | Download | only in common

Lines Matching defs:reason

78   // Used to record the reason an extension was disabled.
528 enum Reason {
538 Reason reason;
543 UnloadedExtensionInfo(const Extension* extension, Reason reason);
548 enum Reason {
553 Reason reason;
558 // The permissions that have changed. For Reason::ADDED, this would contain
559 // only the permissions that have added, and for Reason::REMOVED, this would
566 Reason reason);