Home
last modified time | relevance | path

Searched refs:m_notificationListeners (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Tools/DumpRenderTree/win/
DAccessibilityControllerWin.cpp58 …atformUIElement, JSObjectRef>::iterator it = m_notificationListeners.begin(); it != m_notification… in ~AccessibilityController()
264 …atformUIElement, JSObjectRef>::iterator it = m_notificationListeners.begin(); it != m_notification… in notificationReceived()
298 m_notificationListeners.add(element, functionCallback); in addNotificationListener()
/external/webkit/Tools/DumpRenderTree/
DAccessibilityController.h69 HashMap<PlatformUIElement, JSObjectRef> m_notificationListeners; variable