HomeSort by relevance Sort by last modified time
    Searched defs:ObserverList (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
observer_list.h 61 // base::ObserverList<Observer> observer_list_;
122 // has not reached the end of the ObserverList.
325 class ObserverList : public ObserverListBase<ObserverType> {
330 ObserverList() {}
331 explicit ObserverList(NotificationType type)
334 ~ObserverList() {
  /external/libmojo/base/android/java/src/org/chromium/base/
ObserverList.java 21 * The implementation (and the interface) is heavily influenced by the C++ ObserverList.
32 public class ObserverList<E> implements Iterable<E> {
51 public ObserverList() {}
129 * It's the same as {@link ObserverList#iterator()} but the return type is
138 * Returns the number of observers currently registered in the ObserverList.
146 * Returns true if the ObserverList contains no observers.
180 * Returns the size of the underlying storage of the ObserverList.
197 ObserverList.this.incrementIterationDepth();
198 mListEndMarker = ObserverList.this.capacity();
204 ObserverList.this.incrementIterationDepth()
    [all...]

Completed in 72 milliseconds