Home
last modified time | relevance | path

Searched refs:touch_input_event_interface_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/tests/
Dtest_input_event.cc54 touch_input_event_interface_(NULL), in TestInputEvent()
89 touch_input_event_interface_ = static_cast<const PPB_TouchInputEvent*>( in Init()
99 touch_input_event_interface_ && in Init()
268 if (!touch_input_event_interface_->IsTouchInputEvent(received) || in AreEquivalentEvents()
269 !touch_input_event_interface_->IsTouchInputEvent(expected)) in AreEquivalentEvents()
272 uint32_t touch_count = touch_input_event_interface_->GetTouchCount( in AreEquivalentEvents()
275 touch_count != touch_input_event_interface_->GetTouchCount(expected, in AreEquivalentEvents()
280 PP_TouchPoint expected_point = touch_input_event_interface_-> in AreEquivalentEvents()
282 PP_TouchPoint received_point = touch_input_event_interface_-> in AreEquivalentEvents()
Dtest_input_event.h59 const PPB_TouchInputEvent* touch_input_event_interface_; variable