Searched refs:cookie_counter_delegate_ (Results 1 – 2 of 2) sorted by relevance
70 cookie_counter_delegate_(new DelegateImpl), in EvictedDomainCookieCounter()81 cookie_counter_delegate_(cookie_counter_delegate.Pass()), in EvictedDomainCookieCounter()84 DCHECK(cookie_counter_delegate_); in EvictedDomainCookieCounter()102 Time current_time(cookie_counter_delegate_->CurrentTime()); in OnCookieChanged()201 cookie_counter_delegate_->Report(*it->second, current_time); in ProcessNewCookie()
132 scoped_ptr<Delegate> cookie_counter_delegate_; variable