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

  /external/chromium_org/ppapi/tests/
test_input_event.cc 54 touch_input_event_interface_(NULL),
89 touch_input_event_interface_ = static_cast<const PPB_TouchInputEvent*>(
99 touch_input_event_interface_ &&
268 if (!touch_input_event_interface_->IsTouchInputEvent(received) ||
269 !touch_input_event_interface_->IsTouchInputEvent(expected))
272 uint32_t touch_count = touch_input_event_interface_->GetTouchCount(
275 touch_count != touch_input_event_interface_->GetTouchCount(expected,
280 PP_TouchPoint expected_point = touch_input_event_interface_->
282 PP_TouchPoint received_point = touch_input_event_interface_->
test_input_event.h 59 const PPB_TouchInputEvent* touch_input_event_interface_; member in class:TestInputEvent

Completed in 399 milliseconds