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

  /external/chromium_org/ppapi/cpp/private/
input_event_private.h 13 class InputEventPrivate : public InputEvent {
15 InputEventPrivate();
16 explicit InputEventPrivate(const InputEvent& event);
input_event_private.cc 19 InputEventPrivate::InputEventPrivate() : InputEvent() {
22 InputEventPrivate::InputEventPrivate(const InputEvent& event) : InputEvent() {
29 bool InputEventPrivate::TraceInputLatency(bool has_damage) {
37 void InputEventPrivate::StartTrackingLatency(const InstanceHandle& instance) {

Completed in 47 milliseconds