Searched defs:ObserverList (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_device_tracker.h82 // The |ObserverList| has to be thread safe as the changes happen
84 typedef ObserverListThreadSafe<Observer> ObserverList; typedef in class:browser_sync::SyncedDeviceTracker
85 scoped_refptr<ObserverList> observers_;
/external/chromium_org/base/
H A Dobserver_list.h54 // ObserverList<Observer> observer_list_;
184 class ObserverList : public ObserverListBase<ObserverType> { class in inherits:ObserverListBase
189 ObserverList() {} function in class:ObserverList
190 explicit ObserverList(NotificationType type) function in class:ObserverList
193 ~ObserverList() {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DNetworkStateNotifier.h88 struct ObserverList { struct in class:WebCore::NetworkStateNotifier
89 ObserverList() function in struct:WebCore::NetworkStateNotifier::ObserverList
100 typedef HashMap<ExecutionContext*, OwnPtr<ObserverList> > ObserverListMap;
104 ObserverList* lockAndFindObserverList(ExecutionContext*);
109 void collectZeroedObservers(ObserverList*, ExecutionContext*);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log.h167 typedef ObserverListThreadSafe<Observer> ObserverList; typedef in class:extensions::ActivityLog
168 scoped_refptr<ObserverList> observers_;
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DObserverList.java21 * The implementation (and the interface) is heavily influenced by the C++ ObserverList.
32 public class ObserverList<E> implements Iterable<E> { class in inherits:Iterable
50 public ObserverList() {} method in class:ObserverList
126 * It's the same as {@link ObserverList#iterator()} but the return type is
135 * Returns the number of observers currently registered in the ObserverList.
143 * Returns true if the ObserverList contains no observers.
174 * Returns the size of the underlying storage of the ObserverList.
191 ObserverList.this.incrementIterationDepth();
192 mListEndMarker = ObserverList.this.capacity();
198 ObserverList
[all...]
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.h216 typedef ObserverListThreadSafe<LocalFileSyncStatus::Observer> ObserverList; typedef in class:sync_file_system::CannedSyncableFileSystem
246 scoped_refptr<ObserverList> sync_status_observers_;

Completed in 324 milliseconds