OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:directionInvertedFromDevice
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/events/
WheelEvent.h
70
bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool
directionInvertedFromDevice
)
73
screenLocation, pageLocation, ctrlKey, altKey, shiftKey, metaKey,
directionInvertedFromDevice
));
105
bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool
directionInvertedFromDevice
);
WheelEvent.cpp
66
bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool
directionInvertedFromDevice
)
77
, m_directionInvertedFromDevice(
directionInvertedFromDevice
)
146
event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), event.
directionInvertedFromDevice
()));
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h
124
bool
directionInvertedFromDevice
() const { return m_directionInvertedFromDevice; }
Completed in 25 milliseconds