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

  /external/webkit/Tools/DumpRenderTree/
AccessibilityUIElement.h 36 typedef id PlatformUIElement;
38 typedef struct objc_object* PlatformUIElement;
47 typedef COMPtr<IAccessible> PlatformUIElement;
50 typedef AtkObject* PlatformUIElement;
52 typedef void* PlatformUIElement;
65 AccessibilityUIElement(PlatformUIElement);
69 PlatformUIElement platformUIElement() { return m_element; }
216 PlatformUIElement m_element;
AccessibilityUIElement.cpp 524 if (!uiElement->platformUIElement())
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityControllerWin.cpp 58 for (HashMap<PlatformUIElement, JSObjectRef>::iterator it = m_notificationListeners.begin(); it != m_notificationListeners.end(); ++it)
70 COMPtr<IAccessible> rootAccessible = rootElement().platformUIElement();
262 void AccessibilityController::notificationReceived(PlatformUIElement element, const string& eventName)
264 for (HashMap<PlatformUIElement, JSObjectRef>::iterator it = m_notificationListeners.begin(); it != m_notificationListeners.end(); ++it) {
292 void AccessibilityController::addNotificationListener(PlatformUIElement element, JSObjectRef functionCallback)
  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 154 AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
269 NSString* attributes = attributesOfElement(elementVector[i].platformUIElement());
327 return [m_element accessibilityIndexOfChild:element->platformUIElement()];
    [all...]

Completed in 84 milliseconds