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

  /external/chromium_org/content/shell/renderer/test_runner/
accessibility_controller.cc 36 void UnsetNotificationListener();
88 .SetMethod("unsetNotificationListener",
89 &AccessibilityControllerBindings::UnsetNotificationListener)
100 &AccessibilityControllerBindings::UnsetNotificationListener);
114 void AccessibilityControllerBindings::UnsetNotificationListener() {
116 controller_->UnsetNotificationListener();
223 void AccessibilityController::UnsetNotificationListener() {
web_ax_object_proxy.cc 542 .SetMethod("unsetNotificationListener",
543 &WebAXObjectProxy::UnsetNotificationListener)
555 &WebAXObjectProxy::UnsetNotificationListener);
    [all...]

Completed in 42 milliseconds