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

/external/chromium_org/chrome/browser/extensions/updater/
H A Dmanifest_fetch_data.cc28 ManifestFetchData::ManifestFetchData(const GURL& update_url, int request_id) function in class:extensions::ManifestFetchData
41 ManifestFetchData::~ManifestFetchData() {}
65 bool ManifestFetchData::AddExtension(std::string id, std::string version,
140 bool ManifestFetchData::Includes(const std::string& extension_id) const {
144 bool ManifestFetchData::DidPing(std::string extension_id, PingType type) const {
158 void ManifestFetchData::Merge(const ManifestFetchData& other) {
H A Dmanifest_fetch_data.h21 class ManifestFetchData { class in namespace:extensions
49 ManifestFetchData(const GURL& update_url, int request_id);
50 ~ManifestFetchData();
54 // this ManifestFetchData object remains unchanged.
72 // Assuming that both this ManifestFetchData and |other| have the same
75 // to this ManifestFetchData).
76 void Merge(const ManifestFetchData& other);
79 // The set of extension id's for this ManifestFetchData.
95 // one ManifestFetchData.
98 DISALLOW_COPY_AND_ASSIGN(ManifestFetchData);
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_updater.h40 class ManifestFetchData { class
66 explicit ManifestFetchData(const GURL& update_url);
67 ~ManifestFetchData();
71 // this ManifestFetchData object remains unchanged.
89 // The set of extension id's for this ManifestFetchData.
102 DISALLOW_COPY_AND_ASSIGN(ManifestFetchData);
105 // A class for building a set of ManifestFetchData objects from
121 // Caller takes ownership of the returned ManifestFetchData
123 std::vector<ManifestFetchData*> GetFetches();
152 // ManifestFetchData* object
[all...]
H A Dextension_updater.cc70 ManifestFetchData::ManifestFetchData(const GURL& update_url) function in class:ManifestFetchData
75 ManifestFetchData::~ManifestFetchData() {}
99 bool ManifestFetchData::AddExtension(std::string id, std::string version,
159 bool ManifestFetchData::Includes(const std::string& extension_id) const {
163 bool ManifestFetchData::DidPing(std::string extension_id, PingType type) const {
191 int days = ManifestFetchData::kNeverPinged;
203 return ManifestFetchData::kNeverPinged;
272 std::vector<ManifestFetchData*> ManifestFetchesBuilde
[all...]

Completed in 92 milliseconds