/external/webkit/Source/WebCore/platform/qt/ |
D | PlatformMouseEventQt.cpp | 38 PlatformMouseEvent::PlatformMouseEvent(QGraphicsSceneMouseEvent* event, int clickCount) in PlatformMouseEvent() 75 PlatformMouseEvent::PlatformMouseEvent(QInputEvent* event, int clickCount) in PlatformMouseEvent()
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | EventSendingController.h | 36 int clickCount; variable
|
/external/webkit/Source/WebCore/platform/wx/ |
D | MouseEventWx.cpp | 36 …useEvent::PlatformMouseEvent(const wxMouseEvent& event, const wxPoint& globalPoint, int clickCount) in PlatformMouseEvent()
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebMouseEvent.cpp | 49 … IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers mod… in WebMouseEvent() 66 … IntPoint& globalPosition, float deltaX, float deltaY, float deltaZ, int clickCount, Modifiers mod… in WebMouseEvent()
|
D | WebEvent.h | 134 int32_t clickCount() const { return m_clickCount; } in clickCount() function
|
/external/webkit/Source/WebCore/platform/ |
D | PlatformMouseEvent.h | 97 … int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp) in PlatformMouseEvent() 124 int clickCount() const { return m_clickCount; } in clickCount() function
|
/external/webkit/Source/WebKit2/Shared/win/ |
D | WebEventFactory.cpp | 72 static inline int clickCount(WebEvent::Type type, WebMouseEvent::Button button, const POINT& positi… in clickCount() function 392 int clickCount = WebKit::clickCount(type, button, position, timestamp); in createWebMouseEvent() local
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePage.cpp | 265 …imulateMouseDown(WKBundlePageRef page, int button, WKPoint position, int clickCount, WKEventModifi… in WKBundlePageSimulateMouseDown() 270 void WKBundlePageSimulateMouseUp(WKBundlePageRef page, int button, WKPoint position, int clickCount… in WKBundlePageSimulateMouseUp()
|
/external/webkit/Source/WebKit2/Shared/qt/ |
D | WebEventFactoryQt.cpp | 105 int clickCount = eventClickCount; in createWebMouseEvent() local
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebInputEvent.h | 262 int clickCount; variable
|
/external/webkit/Source/WebKit/wx/ |
D | WebView.cpp | 766 int clickCount = event.ButtonDClick() ? 2 : 1; in OnMouseEvents() local
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | EventSender.cpp | 101 static int clickCount = 0; variable
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | EventSender.cpp | 66 static int clickCount; variable
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebPage.cpp | 2229 void WebPage::simulateMouseDown(int button, WebCore::IntPoint position, int clickCount, WKEventModi… in simulateMouseDown() 2234 void WebPage::simulateMouseUp(int button, WebCore::IntPoint position, int clickCount, WKEventModifi… in simulateMouseUp()
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 662 int32_t clickCount; member
|
/external/webkit/Source/WebCore/page/ |
D | EventHandler.cpp | 2025 …onst AtomicString& eventType, Node* targetNode, bool /*cancelable*/, int clickCount, const Platfor… in dispatchMouseEvent()
|