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
183
bool WheelInputEvent::
GetScrollByPage
() const {
187
get_interface<PPB_WheelInputEvent_1_0>()->
GetScrollByPage
(pp_resource()));
/external/chromium_org/ppapi/c/
ppb_input_event.h
678
*
GetScrollByPage
() indicates if the scroll delta x/y indicates pages or
688
PP_Bool (*
GetScrollByPage
)(PP_Resource wheel_event);
[
all
...]
Completed in 49 milliseconds