Home | History | Annotate | Download | only in http

Lines Matching refs:ActiveEntry

96 HttpCache::ActiveEntry::ActiveEntry(disk_cache::Entry* entry)
103 HttpCache::ActiveEntry::~ActiveEntry() {
139 WorkItem(WorkItemOperation operation, Transaction* trans, ActiveEntry** entry)
149 void NotifyTransaction(int result, ActiveEntry* entry) {
179 ActiveEntry** entry_;
376 ActiveEntry* entry = active_entries_.begin()->second;
584 // Need to abandon the ActiveEntry, but any transaction attached to the entry
593 ActiveEntry* entry = it->second;
631 void HttpCache::FinalizeDoomedEntry(ActiveEntry* entry) {
644 HttpCache::ActiveEntry* HttpCache::FindActiveEntry(const std::string& key) {
649 HttpCache::ActiveEntry* HttpCache::ActivateEntry(
652 ActiveEntry* entry = new ActiveEntry(disk_entry);
657 void HttpCache::DeactivateEntry(ActiveEntry* entry) {
678 void HttpCache::SlowDeactivateEntry(ActiveEntry* entry) {
724 int HttpCache::OpenEntry(const std::string& key, ActiveEntry** entry,
726 ActiveEntry* active_entry = FindActiveEntry(key);
754 int HttpCache::CreateEntry(const std::string& key, ActiveEntry** entry,
781 void HttpCache::DestroyEntry(ActiveEntry* entry) {
789 int HttpCache::AddTransactionToEntry(ActiveEntry* entry, Transaction* trans) {
828 void HttpCache::DoneWithEntry(ActiveEntry* entry, Transaction* trans,
852 void HttpCache::DoneWritingToEntry(ActiveEntry* entry, bool success) {
879 void HttpCache::DoneReadingFromEntry(ActiveEntry* entry, Transaction* trans) {
891 void HttpCache::ConvertWriterToReader(ActiveEntry* entry) {
949 bool HttpCache::RemovePendingTransactionFromEntry(ActiveEntry* entry,
982 void HttpCache::ProcessPendingQueue(ActiveEntry* entry) {
996 void HttpCache::OnProcessPendingQueue(ActiveEntry* entry) {
1030 ActiveEntry* entry = NULL;