Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_updater.cc795 if (current_extension_fetch_.package_hash != hash_in_hex) { in ProcessBlacklist()
797 << "Expected: " << current_extension_fetch_.package_hash in ProcessBlacklist()
809 current_extension_fetch_.version); in ProcessBlacklist()
819 if (current_extension_fetch_.id == kBlacklistAppID) { in OnCRXFetchComplete()
821 in_progress_ids_.erase(current_extension_fetch_.id); in OnCRXFetchComplete()
830 current_extension_fetch_.id, data, url))) { in OnCRXFetchComplete()
842 current_extension_fetch_ = ExtensionFetch(); in OnCRXFetchComplete()
1139 current_extension_fetch_ = ExtensionFetch(id, url, hash, version); in FetchUpdatedExtension()
Dextension_updater.h336 ExtensionFetch current_extension_fetch_; variable