Searched refs:clickCount (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10/WebKit2-7600.1.25/Shared/gtk/
H A DNativeWebMouseEventGtk.cpp41 : WebMouseEvent(WebEventFactory::createWebMouseEvent(event.nativeEvent(), event.clickCount()))
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebMouseEvent.cpp46 WebMouseEvent::WebMouseEvent(Type type, Button button, const IntPoint& position, const IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers modifiers, double timestamp) argument
54 , m_clickCount(clickCount)
H A DWebEvent.h126 WebMouseEvent(Type, Button, const WebCore::IntPoint& position, const WebCore::IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers, double timestamp);
134 int32_t clickCount() const { return m_clickCount; } function in class:WebKit::WebMouseEvent
H A DWebEventConversion.cpp84 m_clickCount = webEvent.clickCount();
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformMouseEvent.h65 int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp)
70 , m_clickCount(clickCount)
87 int clickCount() const { return m_clickCount; } function in class:WebCore::PlatformMouseEvent
64 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) argument
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginEventHandlerCocoa.mm105 int clickCount;
107 clickCount = 0;
109 clickCount = [nsEvent clickCount];
114 event.data.mouse.clickCount = clickCount;
/macosx-10.10/WebCore-7600.1.25/page/
H A DPointerLockController.cpp132 m_element->dispatchMouseEvent(event, eventType, event.clickCount());
136 m_element->dispatchMouseEvent(event, eventNames().clickEvent, event.clickCount());
H A DEventHandler.cpp545 (result.event().clickCount() == 2 && m_frame.editor().isSelectTrailingWhitespaceEnabled()) ? ShouldAppendTrailingWhitespace : DontAppendTrailingWhitespace);
703 bool singleClick = event.event().clickCount() <= 1;
744 if (event.event().clickCount() == 2)
746 else if (event.event().clickCount() >= 3)
812 if (event.button() != LeftButton || event.clickCount() != 1)
1603 m_clickCount = mouseEvent.clickCount();
1693 m_clickCount = mouseEvent.clickCount();
2431 bool EventHandler::dispatchMouseEvent(const AtomicString& eventType, Node* targetNode, bool /*cancelable*/, int clickCount, const PlatformMouseEvent& mouseEvent, bool setUnder) argument
2441 swallowEvent = !(m_elementUnderMouse->dispatchMouseEvent(mouseEvent, eventType, clickCount));
H A DEventHandler.h365 bool dispatchMouseEvent(const AtomicString& eventType, Node* target, bool cancelable, int clickCount, const PlatformMouseEvent&, bool setUnder);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePagePrivate.h55 WK_EXPORT void WKBundlePageSimulateMouseDown(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifiers modifiers, double time);
56 WK_EXPORT void WKBundlePageSimulateMouseUp(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifiers modifiers, double time);
H A DWKBundlePage.cpp473 void WKBundlePageSimulateMouseDown(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifiers modifiers, double time) argument
475 toImpl(page)->simulateMouseDown(button, toIntPoint(position), clickCount, modifiers, time);
478 void WKBundlePageSimulateMouseUp(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifiers modifiers, double time) argument
480 toImpl(page)->simulateMouseUp(button, toIntPoint(position), clickCount, modifiers, time);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebPopupMenuProxyMac.mm175 clickCount:[initiatingNSEvent clickCount]
188 clickCount:0
/macosx-10.10/WebCore-7600.1.25/page/mac/
H A DEventHandlerMac.mm213 if ([currentNSEvent() clickCount] <= 1 && [view acceptsFirstResponder] && [view needsPanelToBecomeKey])
515 int clickCount = [event clickCount];
516 if (clickCount > 0 && clickCount % 2 == 0)
555 clickCount:[initiatingEvent clickCount]
584 clickCount:0
/macosx-10.10/WebCore-7600.1.25/plugins/mac/
H A DPluginViewMac.mm435 int32_t clickCount = 0;
445 clickCount = [currentEvent clickCount];
457 clickCount = [currentEvent clickCount];
488 cocoaEvent.data.mouse.clickCount = clickCount;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXMouseEvent.c48 NSInteger eventNumber, clickCount, buttonNumber;
74 clickCount = [theEvent clickCount];
/macosx-10.10/WebCore-7600.1.25/replay/
H A DSerializationMethods.cpp316 ENCODE_TYPE_WITH_KEY(encodedValue, int, clickCount, input.clickCount());
334 DECODE_TYPE_WITH_KEY(encodedValue, int, clickCount);
343 button, type, clickCount,
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DWebEventFactory.mm121 return [event clickCount];
353 int clickCount = clickCountForEvent(event);
357 return WebMouseEvent(type, button, IntPoint(position), IntPoint(globalPosition), deltaX, deltaY, deltaZ, clickCount, modifiers, timestamp);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DWebKitPluginHost.defs85 clickCount :int32_t;
H A DNetscapePluginInstanceProxy.mm434 int clickCount;
436 clickCount = 0;
438 clickCount = [event clickCount];
447 [event buttonNumber], clickCount,
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm522 event.data.mouse.clickCount = mouseEvent.clickCount();
643 event.data.mouse.clickCount = 0;
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DPlatformEventFactoryMac.mm153 return [event clickCount];
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventData.h181 uint8_t clickCount; member in struct:_IOHIDButtonEventData
496 value = button->clickCount; \
1110 button->clickCount = value; \
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebContextMenuClient.mm504 NSEvent* event = [NSEvent mouseEventWithType:NSRightMouseDown location:point modifierFlags:0 timestamp:0 windowNumber:[[view window] windowNumber] context:0 eventNumber:0 clickCount:1 pressure:1];
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginView.cpp847 unsigned clickCount = 1; local
854 clickCount = 0;
886 return std::make_unique<WebMouseEvent>(type, button, m_plugin->convertToRootView(IntPoint(event->offsetX(), event->offsetY())), event->screenLocation(), 0, 0, 0, clickCount, static_cast<WebEvent::Modifiers>(modifiers), 0);
/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.h621 int32_t clickCount; member in struct:_NPCocoaEvent::__anon5832::__anon5833

Completed in 232 milliseconds

12