HomeSort by relevance Sort by last modified time
    Searched refs:GetScrollByPage (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ppapi/cpp/
input_event.h 245 /// GetScrollByPage() indicates if the scroll delta x/y indicates pages or
250 bool GetScrollByPage() const;
input_event.cc 183 bool WheelInputEvent::GetScrollByPage() const {
187 get_interface<PPB_WheelInputEvent_1_0>()->GetScrollByPage(pp_resource()));
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 698 * GetScrollByPage() indicates if the scroll delta x/y indicates pages or
708 PP_Bool GetScrollByPage([in] PP_Resource wheel_event);
    [all...]
  /external/chromium_org/ppapi/tests/
test_input_event.cc 245 wheel_input_event_interface_->GetScrollByPage(received) ==
246 wheel_input_event_interface_->GetScrollByPage(expected);
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
input_event.cc 182 << " scroll_by_page: " << wheel_event.GetScrollByPage()
  /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...]
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 145 if (pp_wheel_event.GetScrollByPage())
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 176 milliseconds