Searched refs:notifyObservers (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DIdTargetObserverRegistry.h47 void notifyObservers(const AtomicString& id);
48 void notifyObservers(const AtomicStringImpl& id);
61 inline void IdTargetObserverRegistry::notifyObservers(const AtomicString& id) function in class:WebCore::IdTargetObserverRegistry
64 return notifyObservers(*id.impl());
67 inline void IdTargetObserverRegistry::notifyObservers(const AtomicStringImpl& id) function in class:WebCore::IdTargetObserverRegistry
H A DTreeScope.cpp137 m_idTargetObserverRegistry->notifyObservers(elementId);
145 m_idTargetObserverRegistry->notifyObservers(elementId);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLDataListElement.cpp58 treeScope().idTargetObserverRegistry().notifyObservers(getIdAttribute());
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedImage.cpp326 void CachedImage::notifyObservers(const IntRect* changeRect) function in class:WebCore::CachedImage
412 notifyObservers();
446 notifyObservers();
457 notifyObservers();
514 notifyObservers(&rect);
H A DCachedImage.h103 void notifyObservers(const IntRect* changeRect = 0);

Completed in 76 milliseconds