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 36 void SetNotificationListener(v8::Handle<v8::Function> callback);
87 .SetMethod("setNotificationListener",
88 &AccessibilityControllerBindings::SetNotificationListener)
99 &AccessibilityControllerBindings::SetNotificationListener)
109 void AccessibilityControllerBindings::SetNotificationListener(
112 controller_->SetNotificationListener(callback);
219 void AccessibilityController::SetNotificationListener(
accessibility_controller.h 46 void SetNotificationListener(v8::Handle<v8::Function> callback);
web_ax_object_proxy.h 122 void SetNotificationListener(v8::Handle<v8::Function> callback);
web_ax_object_proxy.cc 548 .SetMethod("setNotificationListener",
549 &WebAXObjectProxy::SetNotificationListener)
561 &WebAXObjectProxy::SetNotificationListener)
    [all...]

Completed in 577 milliseconds