OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WheelInputEvent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/cpp/
input_event.h
167
class
WheelInputEvent
: public InputEvent {
170
WheelInputEvent
();
178
explicit
WheelInputEvent
(const InputEvent& event);
198
WheelInputEvent
(const InstanceHandle& instance,
input_event.cc
136
//
WheelInputEvent
-------------------------------------------------------------
138
WheelInputEvent
::
WheelInputEvent
() : InputEvent() {
141
WheelInputEvent
::
WheelInputEvent
(const InputEvent& event) : InputEvent() {
152
WheelInputEvent
::
WheelInputEvent
(const InstanceHandle& instance,
167
FloatPoint
WheelInputEvent
::GetDelta() const {
173
FloatPoint
WheelInputEvent
::GetTicks() const {
179
bool
WheelInputEvent
::GetScrollByPage() const
[
all
...]
Completed in 173 milliseconds