Home | History | Annotate | Download | only in extensions

Lines Matching refs:ExtensionFetch

457 ExtensionUpdater::ExtensionFetch::ExtensionFetch()
463 ExtensionUpdater::ExtensionFetch::ExtensionFetch(const std::string& i,
469 ExtensionUpdater::ExtensionFetch::~ExtensionFetch() {}
842 current_extension_fetch_ = ExtensionFetch();
846 ExtensionFetch next = extensions_pending_.front();
1118 for (std::deque<ExtensionFetch>::const_iterator iter =
1128 extensions_pending_.push_back(ExtensionFetch(id, url, hash, version));
1139 current_extension_fetch_ = ExtensionFetch(id, url, hash, version);