Searched refs:DetermineUpdates (Results 1 – 3 of 3) sorted by relevance
299 std::vector<int> DetermineUpdates(const ManifestFetchData& fetch_data,
564 std::vector<int> updateable = updater.DetermineUpdates(fetch_data, in TestDetermineUpdates()583 updateable = updater.DetermineUpdates(fetch_data, updates); in TestDetermineUpdates()614 updater.DetermineUpdates(fetch_data, updates); in TestDetermineUpdatesPending()
750 std::vector<int> updates = DetermineUpdates(fetch_data, *results); in HandleManifestResults()1013 std::vector<int> ExtensionUpdater::DetermineUpdates( in DetermineUpdates() function in ExtensionUpdater