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

  /external/chromium_org/content/shell/renderer/test_runner/
accessibility_controller.cc 35 void SetNotificationListener(v8::Handle<v8::Function> callback);
86 .SetMethod("setNotificationListener",
87 &AccessibilityControllerBindings::SetNotificationListener)
98 &AccessibilityControllerBindings::SetNotificationListener)
108 void AccessibilityControllerBindings::SetNotificationListener(
111 controller_->SetNotificationListener(callback);
217 void AccessibilityController::SetNotificationListener(
accessibility_controller.h 46 void SetNotificationListener(v8::Handle<v8::Function> callback);
web_ax_object_proxy.h 121 void SetNotificationListener(v8::Handle<v8::Function> callback);
web_ax_object_proxy.cc 540 .SetMethod("setNotificationListener",
541 &WebAXObjectProxy::SetNotificationListener)
553 &WebAXObjectProxy::SetNotificationListener)
    [all...]

Completed in 5698 milliseconds