Lines Matching defs:updater
370 // Ignore tagged object ids stored as object pointer keys (the updater
450 // FastLoad service can try selecting the file updater.
513 // FastLoad service can try to end a select on its file updater.
997 // which primes the updater's tables so that after the update completes, the
1765 // Ignore tagged object ids stored as object pointer keys (the updater
2346 nsFastLoadFileUpdater* updater =
2356 PL_DHashTableOperate(&updater->mDocumentMap, spec,
2385 // nsID in updater.
2396 // object offset and refcnt information in updater.
2401 // singleton object that might otherwise get written by this updater.
2410 "fastload updater: mCIDOffset cannot be zero!");
2453 // the system principal's serialized data, because the updater for
2493 // nsDocumentMapReadEntry in reader to nsDocumentMapWriteEntry in updater.
2501 // Copy source filename dependencies from reader to updater.
2537 // this updater, and save aReader's input stream so it can be returned by
2566 nsFastLoadFileUpdater* updater = new nsFastLoadFileUpdater(aOutputStream);
2567 if (!updater)
2570 // Stabilize updater's refcnt.
2571 nsCOMPtr<nsIObjectOutputStream> stream(updater);
2573 nsresult rv = updater->Open(NS_STATIC_CAST(nsFastLoadFileReader*,