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

  /external/chromium_org/third_party/angle/util/
mouse.h 10 enum MouseButton
Event.h 45 MouseButton Button;
81 MouseButtonEvent MouseButton; // Mouse button event parameters
  /external/chromium_org/ui/base/test/
ui_controls.h 67 enum MouseButton {
82 bool SendMouseEvents(MouseButton type, int state);
83 bool SendMouseEventsNotifyWhenDone(MouseButton type,
88 bool SendMouseClick(MouseButton type);
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformMouseEvent.h 35 enum MouseButton { NoButton = -1, LeftButton, MiddleButton, RightButton };
55 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, double timestamp)
66 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized, double timestamp)
77 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, SyntheticEventType synthesized, double timestamp)
92 MouseButton button() const { return m_button; }
102 MouseButton m_button;
  /external/chromium_org/chrome/test/chromedriver/chrome/
ui_events.h 20 enum MouseButton {
29 MouseButton button,
37 MouseButton button;

Completed in 85 milliseconds