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 52 wheel_input_event_interface_(NULL),
83 wheel_input_event_interface_ = static_cast<const PPB_WheelInputEvent*>(
97 wheel_input_event_interface_ &&
241 pp::FloatPoint(wheel_input_event_interface_->GetDelta(received)) ==
242 pp::FloatPoint(wheel_input_event_interface_->GetDelta(expected)) &&
243 pp::FloatPoint(wheel_input_event_interface_->GetTicks(received)) ==
244 pp::FloatPoint(wheel_input_event_interface_->GetTicks(expected)) &&
245 wheel_input_event_interface_->GetScrollByPage(received) ==
246 wheel_input_event_interface_->GetScrollByPage(expected);
test_input_event.h 57 const PPB_WheelInputEvent* wheel_input_event_interface_; member in class:TestInputEvent

Completed in 73 milliseconds