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

/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.cc581 const UpdateManifest::Results& possible_updates,
583 // This will only be valid if one of possible_updates specifies
587 for (size_t i = 0; i < possible_updates.list.size(); i++) {
588 const UpdateManifest::Result* update = &possible_updates.list[i];
579 DetermineUpdates( const ManifestFetchData& fetch_data, const UpdateManifest::Results& possible_updates, std::vector<int>* result) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_updater.cc1015 const UpdateManifest::Results& possible_updates) {
1019 // This will only get set if one of possible_updates specifies
1025 for (size_t i = 0; i < possible_updates.list.size(); i++) {
1026 const UpdateManifest::Result* update = &possible_updates.list[i];
1013 DetermineUpdates( const ManifestFetchData& fetch_data, const UpdateManifest::Results& possible_updates) argument

Completed in 87 milliseconds