Home | History | Annotate | Download | only in extensions

Lines Matching full:pending

32   // |service| is a reference to the ExtensionService whose pending
42 // Remove |id| from the set of pending extensions.
45 // Get the information for a pending extension. Returns true and sets
46 // |out_pending_extension_info| if there is a pending extension with id
51 // Is |id| in the set of pending extensions?
54 // Iterate over the pending extensions.
58 // Adds an extension in a pending state; the extension with the
61 // if the extension is pending from another source which overrides
84 // Add a pending extension record for an external CRX file.
102 // Add a pending extension record directly. Used for unit tests that need
108 // Reference to the extension service whose pending extensions this class is
114 // A map from extension id to the pending extension info for that extension.