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

  /external/chromium_org/ppapi/tests/
test_input_event.cc 50 wheel_input_event_interface_(NULL),
77 wheel_input_event_interface_ = static_cast<const PPB_WheelInputEvent*>(
90 wheel_input_event_interface_ &&
231 pp::FloatPoint(wheel_input_event_interface_->GetDelta(received)) ==
232 pp::FloatPoint(wheel_input_event_interface_->GetDelta(expected)) &&
233 pp::FloatPoint(wheel_input_event_interface_->GetTicks(received)) ==
234 pp::FloatPoint(wheel_input_event_interface_->GetTicks(expected)) &&
235 wheel_input_event_interface_->GetScrollByPage(received) ==
236 wheel_input_event_interface_->GetScrollByPage(expected);
test_input_event.h 54 const PPB_WheelInputEvent* wheel_input_event_interface_; member in class:TestInputEvent

Completed in 411 milliseconds