Searched defs:notifyObservers (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DIdTargetObserverRegistry.h44 void notifyObservers(const AtomicString& id);
58 inline void IdTargetObserverRegistry::notifyObservers(const AtomicString& id) function in class:WebCore::IdTargetObserverRegistry
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
H A DMockSyncContentResolverDelegate.java76 notifyObservers();
107 notifyObservers();
136 notifyObservers();
155 private void notifyObservers() { method in class:MockSyncContentResolverDelegate
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DSyncStatusHelper.java29 * All new public methods MUST call notifyObservers at the end.
412 notifyObservers();
447 notifyObservers();
451 private void notifyObservers() { method in class:SyncStatusHelper
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DImageResource.cpp266 void ImageResource::notifyObservers(const IntRect* changeRect) function in class:WebCore::ImageResource
356 notifyObservers();
374 notifyObservers();
445 notifyObservers();
452 notifyObservers(&rect);

Completed in 333 milliseconds