Searched defs:isButton (Results 1 – 5 of 5) sorted by relevance
172 bool AXObject::isButton() const in isButton() function in blink::AXObject
282 cvox.AriaUtil.isButton = function(node) { function in cvox.AriaUtil
4918 isButton: function(e, button){ return e.button & button; }, method4929 isButton: function(e, button){ return e.button == button; }, method
3821 isButton = function(event, code) { function in Event.Methods
12200 isButton = function(event, code) { function in Event.Methods