Home | History | Annotate | Download | only in extensions

Lines Matching refs:id

42   // Remove |id| from the set of pending extensions.
43 void Remove(const std::string& id);
46 // |out_pending_extension_info| if there is a pending extension with id
47 // |id|. Returns false otherwise.
48 bool GetById(const std::string& id,
51 // Is |id| in the set of pending extensions?
52 bool IsIdPending(const std::string& id) const;
68 const std::string& id,
75 // Given an extension id and an update URL, schedule the extension
77 void AddFromExternalUpdateUrl(const std::string& id,
82 void AddFromDefaultAppList(const std::string& id);
86 const std::string& id,
90 // Assumes an extension with id |id| is not already installed.
93 const std::string& id,
105 void AddForTesting(const std::string& id,
114 // A map from extension id to the pending extension info for that extension.