OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetScrollByPage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/cpp/
input_event.cc
179
bool WheelInputEvent::
GetScrollByPage
() const {
183
get_interface<PPB_WheelInputEvent_1_0>()->
GetScrollByPage
(pp_resource()));
/external/chromium_org/ppapi/c/
ppb_input_event.h
679
*
GetScrollByPage
() indicates if the scroll delta x/y indicates pages or
689
PP_Bool (*
GetScrollByPage
)(PP_Resource wheel_event);
[
all
...]
Completed in 95 milliseconds