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 215 void DetermineUpdates(const ManifestFetchData& fetch_data,
extension_downloader.cc 569 DetermineUpdates(fetch_data, *results, &updates);
622 void ExtensionDownloader::DetermineUpdates(
    [all...]
extension_updater_unittest.cc 803 // Check passing an empty list of parse results to DetermineUpdates
808 downloader.DetermineUpdates(*fetch_data, updates, &updateable);
811 // Create two updates - expect that DetermineUpdates will return the first
833 downloader.DetermineUpdates(*fetch_data, updates, &updateable);
874 downloader.DetermineUpdates(*fetch_data, updates, &updateable);
    [all...]

Completed in 81 milliseconds