Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/win/
DAccessibilityControllerWin.cpp46 , m_allEventsHook(0) in AccessibilityController()
55 if (m_allEventsHook) in ~AccessibilityController()
56 UnhookWinEvent(m_allEventsHook); in ~AccessibilityController()
294 if (!m_allEventsHook) in addNotificationListener()
295m_allEventsHook = SetWinEventHook(EVENT_MIN, EVENT_MAX, GetModuleHandle(0), notificationListenerPr… in addNotificationListener()
/external/webkit/Tools/DumpRenderTree/
DAccessibilityController.h68 HWINEVENTHOOK m_allEventsHook; variable