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

  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityController.h 55 void addNotificationListener(PlatformUIElement, JSObjectRef functionCallback);
56 void notificationReceived(PlatformUIElement, const std::string& eventName);
67 HashMap<PlatformUIElement, JSObjectRef> m_notificationListeners;
AccessibilityUIElement.h 35 typedef id PlatformUIElement;
37 typedef struct objc_object* PlatformUIElement;
46 typedef COMPtr<IAccessible> PlatformUIElement;
49 typedef AtkObject* PlatformUIElement;
51 typedef void* PlatformUIElement;
56 AccessibilityUIElement(PlatformUIElement);
60 PlatformUIElement platformUIElement() { return m_element; }
64 bool isEqual(AccessibilityUIElement* otherElement) { return platformUIElement() == otherElement->platformUIElement(); }
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityControllerMac.mm 69 void AccessibilityController::addNotificationListener(PlatformUIElement, JSObjectRef)
73 void AccessibilityController::notificationReceived(PlatformUIElement, const std::string&)
AccessibilityUIElementMac.mm 64 AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
202 NSString* attributes = attributesOfElement(elementVector[i].platformUIElement());
252 return [m_element accessibilityIndexOfChild:element->platformUIElement()];
779 [platformUIElement() accessibilitySetPostedNotificationCallback:_accessibilityNotificationCallback withContext:reinterpret_cast<void*>(m_notificationFunctionCallback)];
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
AccessibilityControllerGtk.cpp 81 void AccessibilityController::addNotificationListener(PlatformUIElement, JSObjectRef)
85 void AccessibilityController::notificationReceived(PlatformUIElement, const std::string&)
AccessibilityUIElementGtk.cpp 37 AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 58 for (HashMap<PlatformUIElement, JSObjectRef>::iterator it = m_notificationListeners.begin(); it != m_notificationListeners.end(); ++it)
64 COMPtr<IAccessible> rootAccessible = rootElement().platformUIElement();
251 void AccessibilityController::notificationReceived(PlatformUIElement element, const string& eventName)
253 for (HashMap<PlatformUIElement, JSObjectRef>::iterator it = m_notificationListeners.begin(); it != m_notificationListeners.end(); ++it) {
281 void AccessibilityController::addNotificationListener(PlatformUIElement element, JSObjectRef functionCallback)
AccessibilityUIElementWin.cpp 38 AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)

Completed in 270 milliseconds