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

  /external/chromium/chrome/browser/extensions/
extension_updater.h 285 void FetchUpdatedExtension(const std::string& id, const GURL& url,
extension_updater_unittest.cc 719 updater.FetchUpdatedExtension(id, test_url, hash, version->GetString());
789 updater.FetchUpdatedExtension(id, test_url, hash, version);
840 updater.FetchUpdatedExtension(id1, url1, hash1, version1);
841 updater.FetchUpdatedExtension(id2, url2, hash2, version2);
    [all...]
extension_updater.cc 757 FetchUpdatedExtension(update->extension_id, update->crx_url,
848 FetchUpdatedExtension(next.id, next.url, next.package_hash, next.version);
    [all...]

Completed in 95 milliseconds