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

  /external/chromium_org/ppapi/tests/
test_input_event.h 56 const PPB_MouseInputEvent* mouse_input_event_interface_; member in class:TestInputEvent
test_input_event.cc 51 mouse_input_event_interface_(NULL),
80 mouse_input_event_interface_ = static_cast<const PPB_MouseInputEvent*>(
96 mouse_input_event_interface_ &&
234 mouse_input_event_interface_->GetButton(received) ==
235 mouse_input_event_interface_->GetButton(expected) &&
236 mouse_input_event_interface_->GetClickCount(received) ==
237 mouse_input_event_interface_->GetClickCount(expected);

Completed in 112 milliseconds