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

  /external/webkit/Source/WebCore/platform/
PlatformMouseEvent.h 72 // These button numbers match the ones used in the DOM API, 0 through 2, except for NoButton which isn't specified.
73 enum MouseButton { NoButton = -1, LeftButton, MiddleButton, RightButton };
79 : m_button(NoButton)
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.h 63 NoButton,
  /external/webkit/Source/WebKit2/Shared/
WebEvent.h 115 NoButton = -1,

Completed in 30 milliseconds