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

  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 313 &pending_modules_,
314 &pending_modules_);
326 pending_modules_.push_back(info);
328 total_modules_ = pending_modules_.size();
332 for (i = pending_modules_.begin(); i != pending_modules_.end(); ++i) {
390 if (pending_modules_.empty())
392 SharedModuleInfo::ImportInfo info = pending_modules_.front();
395 pending_modules_.pop_front();
405 if (pending_modules_.empty())
    [all...]
webstore_installer.h 232 // Downloads next pending module in |pending_modules_|.
279 std::list<SharedModuleInfo::ImportInfo> pending_modules_; member in class:extensions::WebstoreInstaller
  /external/chromium_org/gin/modules/
module_registry.h 99 PendingModuleVector pending_modules_; member in class:gin::ModuleRegistry
module_registry.cc 237 pending_modules_.push_back(pending.release());
257 pending_modules.swap(pending_modules_);

Completed in 2334 milliseconds