Home | History | Annotate | Download | only in web_resource

Lines Matching refs:Observer

11 // This class informs an interested observer when resource requests over the
19 // Interested services should add themselves as an observer of
32 : public EulaAcceptedNotifier::Observer,
36 class Observer {
52 // Sets |observer| as the service to be notified by this instance, and
53 // performs initial checks on the criteria. |observer| may not be NULL.
56 void Init(Observer* observer);
59 // If not, this call will set some flags so it knows to notify the observer
60 // if the criteria change. Note that the observer will not be notified unless
74 // Notifies the observer if all criteria needed for resource requests are met.
83 // EulaAcceptedNotifier::Observer overrides:
90 // Tracks whether or not the observer/service depending on this class actually
105 Observer* observer_;