HomeSort by relevance Sort by last modified time
    Searched refs:DetermineUpdates (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 171 void DetermineUpdates(const ManifestFetchData& fetch_data,
extension_downloader.cc 551 DetermineUpdates(fetch_data, *results, &updates);
604 void ExtensionDownloader::DetermineUpdates(
extension_updater_unittest.cc 739 // Check passing an empty list of parse results to DetermineUpdates
743 downloader.DetermineUpdates(fetch_data, updates, &updateable);
746 // Create two updates - expect that DetermineUpdates will return the first
766 downloader.DetermineUpdates(fetch_data, updates, &updateable);
805 downloader.DetermineUpdates(fetch_data, updates, &updateable);
    [all...]

Completed in 63 milliseconds