/external/webkit/WebCore/platform/ |
D | PlatformMouseEvent.h | 88 … int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp) in PlatformMouseEvent() argument 91 , m_clickCount(clickCount) in PlatformMouseEvent() 108 int clickCount() const { return m_clickCount; } in clickCount() function 132 PlatformMouseEvent(QInputEvent*, int clickCount);
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginEventHandlerCocoa.mm | 97 int clickCount; 99 clickCount = 0; 101 clickCount = [nsEvent clickCount]; 106 event.data.mouse.clickCount = clickCount;
|
/external/webkit/WebCore/platform/qt/ |
D | PlatformMouseEventQt.cpp | 37 PlatformMouseEvent::PlatformMouseEvent(QInputEvent* event, int clickCount) in PlatformMouseEvent() argument 85 m_clickCount = clickCount; in PlatformMouseEvent()
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | EventSendingController.mm | 245 clickCount = 1; 248 clickCount++; 264 clickCount:clickCount 318 clickCount:clickCount 370 clickCount:(leftMouseButtonDown ? clickCount : 0) 398 clickCount:clickCount
|
D | EventSendingController.h | 36 int clickCount; variable
|
/external/webkit/WebCore/page/mac/ |
D | EventHandlerMac.mm | 264 …if ([currentEvent().get() clickCount] <= 1 && [view acceptsFirstResponder] && [view needsPanelToBe… 533 int clickCount = [event clickCount]; 534 if (clickCount > 0 && clickCount % 2 == 0) 576 clickCount:[initiatingEvent clickCount] 603 clickCount:0
|
D | AccessibilityObjectWrapper.mm | 1625 …stamp:0 windowNumber:[[view window] windowNumber] context:0 eventNumber:0 clickCount:1 pressure:1];
|
/external/webkit/WebCore/dom/ |
D | EventTargetNode.h | 70 int clickCount = 0, Node* relatedTarget = 0); 71 bool dispatchMouseEvent(const AtomicString& eventType, int button, int clickCount,
|
/external/webkit/WebCore/page/ |
D | EventHandler.cpp | 207 … if (result.event().clickCount() == 2 && m_frame->editor()->isSelectTrailingWhitespaceEnabled()) in selectClosestWordFromMouseEvent() 342 bool singleClick = event.event().clickCount() <= 1; in handleMousePressEvent() 383 if (event.event().clickCount() == 2) in handleMousePressEvent() 385 else if (event.event().clickCount() >= 3) in handleMousePressEvent() 445 || event.button() != LeftButton || event.clickCount() != 1) in eventMayStartDrag() 1071 m_clickCount = mouseEvent.clickCount(); in handleMousePressEvent() 1139 m_clickCount = mouseEvent.clickCount(); in handleMouseDoubleClickEvent() 1535 …st AtomicString& eventType, Node* targetNode, bool /*cancelable*/, int clickCount, const PlatformM… in dispatchMouseEvent() argument 1542 …EventTargetNodeCast(m_nodeUnderMouse.get())->dispatchMouseEvent(mouseEvent, eventType, clickCount); in dispatchMouseEvent()
|
D | EventHandler.h | 248 …vent(const AtomicString& eventType, Node* target, bool cancelable, int clickCount, const PlatformM…
|
/external/webkit/WebCore/platform/mac/ |
D | PlatformMouseEventMac.mm | 65 return [event clickCount];
|
D | ClipboardMac.mm | 299 … modifierFlags:0 timestamp:0 windowNumber:0 context:nil eventNumber:0 clickCount:0 pressure:0];
|
/external/webkit/WebCore/bridge/ |
D | npapi.h | 476 int32 clickCount; member
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
D | main.m | 278 event->data.mouse.clickCount,
|
/external/webkit/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 1018 eventNumber:0 clickCount:0 pressure:0]; 1044 eventNumber:0 clickCount:0 pressure:0]; 1460 eventNumber:0 clickCount:0 pressure:0]; 1676 eventNumber:0 clickCount:0 pressure:0]; 3233 eventNumber:0 clickCount:0 pressure:0];
|
D | WebPDFView.mm | 945 …event = MouseEvent::create(eventNames().clickEvent, true, true, 0, [nsEvent clickCount], 0, 0, 0, …
|
/external/webkit/WebKit/mac/Carbon/ |
D | HIWebView.m | 560 clickCount:1
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-12-19 | 19826 …onclick and ondblclick events are mutually exclusive, with click representing an odd clickCount and 19827 dblclick representing an even clickCount). 19829 …(4) ondblclick has been changed to fire only when clickCount is exactly 2. This matches Firefox. … 19830 …remains a separate synthetic event that fires independently of click with a clickCount of 2. This… 19879 (QMouseEvent::clickCount):
|
D | ChangeLog-2003-10-25 | 16877 (KWQKHTMLPart::khtmlMousePressEvent): Check clickCount here the way NSWindow does. 16882 do check that too. And while I was in here, did the same clickCount check that NSWindow
|
D | ChangeLog-2005-08-23 | 29137 (clickCountForEvent): Same, for clickCount. 44232 * khtml/khtmlview.cpp: (KHTMLView::invalidateClick): Added. Sets clickCount to 0.
|