Lines Matching refs:Delegate
45 // The Delegate services events that occur during the session requiring an
48 class Delegate {
55 // delegate is the only thing that can give an authoritative answer for
57 // as the delegate ensures no session is started if syncing is silenced.
80 virtual ~Delegate() {}
84 Delegate* delegate,
109 Delegate* delegate() const { return delegate_; }
147 // The delegate for this session, must never be NULL.
148 Delegate* delegate_;