Home | History | Annotate | Download | only in http

Lines Matching refs:entry_

22       entry_(NULL) {
50 entry_(NULL),
91 if (entry_)
92 entry_->Close();
159 entry_ = callback_->entry();
185 entry_ = callback_->entry();
202 const int32 size = entry_->GetDataSize(0 /* index */);
210 return entry_->ReadData(0 /* index */, 0 /* offset */, read_buffer_,
219 return entry_->WriteData(0 /* index */, 0 /* offset */, write_buffer_,
224 DCHECK(entry_ == NULL);
239 if (entry_)
240 entry_->Close();
241 entry_ = NULL;
251 if (entry_)
252 entry_->Close();
253 entry_ = NULL;