Lines Matching refs:ActiveEntry
92 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry)
99 HttpCache::ActiveEntry::~ActiveEntry() {
135 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry)
150 void NotifyTransaction(int result, ActiveEntry* entry) {
180 ActiveEntry** entry_;
305 ActiveEntry* entry = active_entries_.begin()->second;
550 // Need to abandon the ActiveEntry, but any transaction attached to the entry
560 ActiveEntry* entry = it->second;
614 void HttpCache::FinalizeDoomedEntry(ActiveEntry* entry) {
627 HttpCache::ActiveEntry* HttpCache::FindActiveEntry(const std::string& key) {
632 HttpCache::ActiveEntry* HttpCache::ActivateEntry(
635 ActiveEntry* entry = new ActiveEntry(disk_entry);
640 void HttpCache::DeactivateEntry(ActiveEntry* entry) {
661 void HttpCache::SlowDeactivateEntry(ActiveEntry* entry) {
707 int HttpCache::OpenEntry(const std::string& key, ActiveEntry** entry,
709 ActiveEntry* active_entry = FindActiveEntry(key);
738 int HttpCache::CreateEntry(const std::string& key, ActiveEntry** entry,
767 void HttpCache::DestroyEntry(ActiveEntry* entry) {
775 int HttpCache::AddTransactionToEntry(ActiveEntry* entry, Transaction* trans) {
814 void HttpCache::DoneWithEntry(ActiveEntry* entry, Transaction* trans,
841 void HttpCache::DoneWritingToEntry(ActiveEntry* entry, bool success) {
868 void HttpCache::DoneReadingFromEntry(ActiveEntry* entry, Transaction* trans) {
880 void HttpCache::ConvertWriterToReader(ActiveEntry* entry) {
938 bool HttpCache::RemovePendingTransactionFromEntry(ActiveEntry* entry,
971 void HttpCache::ProcessPendingQueue(ActiveEntry* entry) {
984 void HttpCache::OnProcessPendingQueue(ActiveEntry* entry) {
1018 ActiveEntry* entry = NULL;