Home | History | Annotate | Download | only in http

Lines Matching defs:entry_

138         entry_(entry),
144 entry_(NULL),
152 if (entry_)
153 *entry_ = entry;
172 void ClearEntry() { entry_ = NULL; }
175 bool IsValid() const { return trans_ || entry_ || !callback_.is_null(); }
180 ActiveEntry** entry_;