Home
last modified time | relevance | path

Searched refs:possible_updates (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/updater/
Dextension_downloader.h216 const UpdateManifest::Results& possible_updates,
Dextension_downloader.cc624 const UpdateManifest::Results& possible_updates, in DetermineUpdates() argument
630 for (size_t i = 0; i < possible_updates.list.size(); i++) { in DetermineUpdates()
631 const UpdateManifest::Result* update = &possible_updates.list[i]; in DetermineUpdates()