Home | History | Annotate | Download | only in url_request

Lines Matching refs:entry_

78       entry_(NULL),
93 if (entry_)
94 entry_->Close();
243 return disk_cache_->OpenNextEntry(&iter_, &entry_, &cache_callback_);
253 data_->append(FormatEntryInfo(entry_, url_prefix_));
254 entry_->Close();
255 entry_ = NULL;
263 return disk_cache_->OpenEntry(key_, &entry_, &cache_callback_);
273 data_->append(EscapeForHTML(entry_->GetKey()));
280 buf_len_ = entry_->GetDataSize(0);
286 return entry_->ReadData(0, 0, buf_, buf_len_, entry_callback_);
325 buf_len_ = entry_->GetDataSize(index_);
331 return entry_->ReadData(index_, 0, buf_, buf_len_, entry_callback_);
345 entry_->Close();
346 entry_ = NULL;