Searched defs:ManifestFetchData (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/updater/
H A Dmanifest_fetch_data.cc26 ManifestFetchData::ManifestFetchData(const GURL& update_url, function in class:extensions::ManifestFetchData
45 ManifestFetchData::~ManifestFetchData() {
70 bool ManifestFetchData::AddExtension(const std::string& id,
149 bool ManifestFetchData::Includes(const std::string& extension_id) const {
153 bool ManifestFetchData::DidPing(const std::string& extension_id,
168 void ManifestFetchData::Merge(const ManifestFetchData& other) {
173 bool ManifestFetchData
[all...]
H A Dmanifest_fetch_data.h21 class ManifestFetchData { class in namespace:extensions
61 ManifestFetchData(const GURL& update_url,
66 ~ManifestFetchData();
70 // this ManifestFetchData object remains unchanged.
90 // Assuming that both this ManifestFetchData and |other| have the same
93 // to this ManifestFetchData).
94 void Merge(const ManifestFetchData& other);
100 // The set of extension id's for this ManifestFetchData.
116 // one ManifestFetchData.
130 DISALLOW_COPY_AND_ASSIGN(ManifestFetchData);
[all...]

Completed in 72 milliseconds