Searched defs:InputEventPrivate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/cpp/private/
H A Dinput_event_private.h13 class InputEventPrivate : public InputEvent { class in namespace:pp
15 InputEventPrivate();
16 explicit InputEventPrivate(const InputEvent& event);
H A Dinput_event_private.cc19 InputEventPrivate::InputEventPrivate() : InputEvent() { function in class:pp::InputEventPrivate
22 InputEventPrivate::InputEventPrivate(const InputEvent& event) : InputEvent() { function in class:pp::InputEventPrivate
29 bool InputEventPrivate::TraceInputLatency(bool has_damage) {
37 void InputEventPrivate::StartTrackingLatency(const InstanceHandle& instance) {

Completed in 298 milliseconds