HomeSort by relevance Sort by last modified time
    Searched refs:m_notificationFunctionCallback (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.h 178 JSObjectRef m_notificationFunctionCallback;
  /external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 66 , m_notificationFunctionCallback(0)
73 , m_notificationFunctionCallback(0)
81 if (m_notificationFunctionCallback)
778 m_notificationFunctionCallback = functionCallback;
779 [platformUIElement() accessibilitySetPostedNotificationCallback:_accessibilityNotificationCallback withContext:reinterpret_cast<void*>(m_notificationFunctionCallback)];

Completed in 319 milliseconds