Home
last modified time | relevance | path

Searched defs:clickCount (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/qt/
DPlatformMouseEventQt.cpp38 PlatformMouseEvent::PlatformMouseEvent(QGraphicsSceneMouseEvent* event, int clickCount) in PlatformMouseEvent()
75 PlatformMouseEvent::PlatformMouseEvent(QInputEvent* event, int clickCount) in PlatformMouseEvent()
/external/webkit/Tools/DumpRenderTree/mac/
DEventSendingController.h36 int clickCount; variable
/external/webkit/Source/WebCore/platform/wx/
DMouseEventWx.cpp36 …useEvent::PlatformMouseEvent(const wxMouseEvent& event, const wxPoint& globalPoint, int clickCount) in PlatformMouseEvent()
/external/webkit/Source/WebKit2/Shared/
DWebMouseEvent.cpp49 … 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()
DWebEvent.h134 int32_t clickCount() const { return m_clickCount; } in clickCount() function
/external/webkit/Source/WebCore/platform/
DPlatformMouseEvent.h97int 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/
DWebEventFactory.cpp72 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/
DWKBundlePage.cpp265 …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/
DWebEventFactoryQt.cpp105 int clickCount = eventClickCount; in createWebMouseEvent() local
/external/webkit/Source/WebKit/chromium/public/
DWebInputEvent.h262 int clickCount; variable
/external/webkit/Source/WebKit/wx/
DWebView.cpp766 int clickCount = event.ButtonDClick() ? 2 : 1; in OnMouseEvents() local
/external/webkit/Tools/DumpRenderTree/chromium/
DEventSender.cpp101 static int clickCount = 0; variable
/external/webkit/Tools/DumpRenderTree/gtk/
DEventSender.cpp66 static int clickCount; variable
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp2229 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/
Dnpapi.h662 int32_t clickCount; member
/external/webkit/Source/WebCore/page/
DEventHandler.cpp2025 …onst AtomicString& eventType, Node* targetNode, bool /*cancelable*/, int clickCount, const Platfor… in dispatchMouseEvent()