click 407 Source/core/accessibility/AXNodeObject.cpp if (element->getAttributeEventListener(EventTypeNames::click) || element->getAttributeEventListener(EventTypeNames::mousedown) || element->getAttributeEventListener(EventTypeNames::mouseup)) click 647 Source/core/accessibility/AXNodeObject.cpp if (node()->hasEventListeners(EventTypeNames::mouseup) || node()->hasEventListeners(EventTypeNames::mousedown) || node()->hasEventListeners(EventTypeNames::click) || node()->hasEventListeners(EventTypeNames::DOMActivate)) click 46 Source/core/dom/GlobalEventHandlers.h DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(click); click 2252 Source/core/dom/Node.cpp } else if (eventType == EventTypeNames::click) { click 2314 Source/core/dom/Node.cpp return isContentEditable(UserSelectAllIsAlwaysNonEditable) || hasEventListeners(EventTypeNames::mouseup) || hasEventListeners(EventTypeNames::mousedown) || hasEventListeners(EventTypeNames::click) || hasEventListeners(EventTypeNames::DOMActivate); click 96 Source/core/events/EventDispatcher.cpp EventDispatcher(node, SimulatedMouseEvent::create(EventTypeNames::click, node->document().domWindow(), underlyingEvent)).dispatch(); click 269 Source/core/events/MouseEvent.cpp if (event()->type() != EventTypeNames::click || event()->detail() != 2) click 492 Source/core/html/HTMLAnchorElement.cpp return event->type() == EventTypeNames::click && (!event->isMouseEvent() || toMouseEvent(event)->button() != RightButton); click 661 Source/core/html/HTMLAnchorElement.cpp if (m_anchorElement->hasEventListeners(EventTypeNames::click)) click 225 Source/core/html/HTMLElement.cpp attributeNameToEventNameMap.set(onclickAttr.localName(), EventTypeNames::click); click 504 Source/core/html/HTMLElement.cpp return hasEventListeners(EventTypeNames::click) click 68 Source/core/html/HTMLElement.h void click(); click 1098 Source/core/html/HTMLInputElement.cpp if (event->type() != EventTypeNames::click) click 1116 Source/core/html/HTMLInputElement.cpp if (evt->isMouseEvent() && evt->type() == EventTypeNames::click && toMouseEvent(evt)->button() == LeftButton) { click 138 Source/core/html/HTMLLabelElement.cpp if (evt->type() == EventTypeNames::click && !processingClick) { click 3415 Source/core/html/HTMLMediaElement.cpp if (event->type() == EventTypeNames::click && willRespondToMouseClickEvents()) { click 380 Source/core/html/ImageDocument.cpp else if (event->type() == EventTypeNames::click && event->isMouseEvent()) { click 86 Source/core/html/forms/TextFieldInputType.cpp if (event->type() != EventTypeNames::click) click 84 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::click) { click 204 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::click) { click 240 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::click) { click 314 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::click) { click 483 Source/core/html/shadow/MediaControlElements.cpp if (event->type() == EventTypeNames::click) { click 135 Source/core/html/shadow/PasswordGeneratorButtonElement.cpp if (event->type() == EventTypeNames::click) { click 79 Source/core/html/shadow/PickerIndicatorElement.cpp if (event->type() == EventTypeNames::click) { click 234 Source/core/html/shadow/TextControlInnerElements.cpp if (event->type() == EventTypeNames::click && event->isMouseEvent() && toMouseEvent(event)->button() == LeftButton) { click 325 Source/core/html/shadow/TextControlInnerElements.cpp if (event->type() == EventTypeNames::click && m_listenerId) { click 1695 Source/core/page/EventHandler.cpp swallowClickEvent = !dispatchMouseEvent(EventTypeNames::click, clickTargetNode, true, m_clickCount, mouseEvent, true); click 140 Source/core/page/PointerLockController.cpp m_element->dispatchMouseEvent(event, EventTypeNames::click, event.clickCount()); click 43 Source/core/svg/SVGElementInstance.cpp DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(SVGElementInstance, correspondingElement(), click); click 105 Source/core/svg/SVGElementInstance.h DECLARE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), click); click 122 Source/modules/notifications/Notification.cpp dispatchEvent(Event::create(EventTypeNames::click)); click 62 Source/modules/notifications/Notification.h DEFINE_ATTRIBUTE_EVENT_LISTENER(click); click 141 Source/web/PopupListBox.cpp m_focusedElement->dispatchMouseEvent(event, EventTypeNames::click); click 4762 Source/web/tests/WebFrameTest.cpp RefPtrWillBeRawPtr<WebCore::Event> event = WebCore::MouseEvent::create(WebCore::EventTypeNames::click, false, false, click 4812 Source/web/tests/WebFrameTest.cpp RefPtrWillBeRawPtr<WebCore::Event> event = WebCore::MouseEvent::create(WebCore::EventTypeNames::click, false, false,