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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformWheelEvent.h 80 PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey)
87 , m_wheelTicksY(wheelTicksY)
120 float wheelTicksY() const { return m_wheelTicksY; }
  /external/chromium_org/third_party/WebKit/public/web/
WebInputEvent.h 367 float wheelTicksY;
385 , wheelTicksY(0.0f)
  /external/chromium_org/third_party/npapi/bindings/
npapi_extensions.h 98 float wheelTicksY;
    [all...]

Completed in 147 milliseconds