Searched refs:addNotificationListener (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityController.h57 void addNotificationListener(PlatformUIElement, JSObjectRef functionCallback);
H A DAccessibilityUIElement.h210 bool addNotificationListener(JSObjectRef functionCallback);
H A DAccessibilityUIElement.cpp779 bool succeeded = toAXElement(thisObject)->addNotificationListener(callback);
958 { "addNotificationListener", addNotificationListenerCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityControllerGtk.cpp100 void AccessibilityController::addNotificationListener(PlatformUIElement, JSObjectRef) function in class:AccessibilityController
H A DAccessibilityUIElementGtk.cpp709 bool AccessibilityUIElement::addNotificationListener(JSObjectRef functionCallback) function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/mac/
H A DAccessibilityControllerMac.mm84 void AccessibilityController::addNotificationListener(PlatformUIElement, JSObjectRef)
H A DAccessibilityUIElementMac.mm1166 bool AccessibilityUIElement::addNotificationListener(JSObjectRef functionCallback)
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityUIElementWin.cpp600 bool AccessibilityUIElement::addNotificationListener(JSObjectRef functionCallback) function in class:AccessibilityUIElement
605 sharedFrameLoadDelegate->accessibilityController()->addNotificationListener(m_element, functionCallback);
H A DAccessibilityControllerWin.cpp292 void AccessibilityController::addNotificationListener(PlatformUIElement element, JSObjectRef functionCallback) function in class:AccessibilityController

Completed in 96 milliseconds