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

/external/chromium_org/ui/events/
H A Dlatency_info.cc108 const ui::LatencyInfo& latency) {
110 for (ui::LatencyInfo::LatencyMap::const_iterator it =
137 LatencyInfo::InputCoordinate::InputCoordinate() : x(0), y(0) {
140 LatencyInfo::InputCoordinate::InputCoordinate(float x, float y) : x(x), y(y) {
143 LatencyInfo::LatencyInfo() function in class:ui::LatencyInfo
147 LatencyInfo::~LatencyInfo() {
150 bool LatencyInfo::Verify(const std::vector<LatencyInfo>
[all...]
H A Dlatency_info.h29 // renderer. In Aura, touch event's LatencyInfo is carried over to the gesture
42 // the event associated with this LatencyInfo.
86 struct EVENTS_BASE_EXPORT LatencyInfo { struct in namespace:ui
117 LatencyInfo();
119 ~LatencyInfo();
128 static bool Verify(const std::vector<LatencyInfo>& latency_info,
132 void CopyLatencyFrom(const LatencyInfo& other, LatencyComponentType type);
135 void AddNewLatencyFrom(const LatencyInfo& other);

Completed in 873 milliseconds