HomeSort by relevance Sort by last modified time
    Searched refs:MouseButton (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/
PlatformMouseEvent.h 67 enum MouseButton { NoButton = -1, LeftButton, MiddleButton, RightButton };
85 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, MouseEventType eventType,
106 MouseButton button() const { return m_button; }
127 PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType eventType,
159 MouseButton m_button;
  /external/webkit/WebCore/platform/mac/
PlatformMouseEventMac.mm 33 static MouseButton mouseButtonForEvent(NSEvent *event)
161 PlatformMouseEvent::PlatformMouseEvent(int x, int y, int globalX, int globalY, MouseButton button, MouseEventType eventType,
  /external/webkit/WebKit/qt/Api/
qwebpage_p.h 116 void handleClipboard(QEvent*, Qt::MouseButton);
117 void handleSoftwareInputPanel(Qt::MouseButton);
qwebpage.cpp 747 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton
773 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton
795 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton
812 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton
829 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton
843 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton
849 void QWebPagePrivate::handleClipboard(QEvent* ev, Qt::MouseButton button)
880 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton
889 void QWebPagePrivate::handleSoftwareInputPanel(Qt::MouseButton button)
919 // ignore the event if we can't map Qt's mouse buttons to WebCore::MouseButton
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
EventSenderQt.cpp 75 Qt::MouseButton mouseButton;
78 mouseButton = Qt::LeftButton;
81 mouseButton = Qt::MidButton;
84 mouseButton = Qt::RightButton;
88 mouseButton = Qt::MidButton;
91 mouseButton = Qt::LeftButton;
95 m_mouseButtons |= mouseButton;
98 QMouseEvent* event = new QMouseEvent(QEvent::MouseButtonPress, m_mousePos, m_mousePos, mouseButton, m_mouseButtons, Qt::NoModifier);
104 Qt::MouseButton mouseButton
    [all...]
  /external/webkit/WebKit/chromium/src/
WebInputEventConversion.cpp 57 m_button = static_cast<MouseButton>(e.button);
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 207 Qt::MouseButton button;
  /external/webkit/WebKitTools/DumpRenderTree/mac/
EventSendingController.mm 53 enum MouseButton {
  /external/webkit/WebKit/win/
WebView.cpp     [all...]

Completed in 463 milliseconds