HomeSort by relevance Sort by last modified time
    Searched defs:ManifestFetchData (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/updater/
manifest_fetch_data.cc 26 ManifestFetchData::ManifestFetchData(const GURL& update_url,
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::DidForceUpdate(const std::string& extension_id) const
    [all...]
manifest_fetch_data.h 21 class ManifestFetchData {
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 61 milliseconds