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

/external/chromium_org/ui/events/
H A Dlatency_info.h18 enum LatencyComponentType { enum in namespace:ui
94 std::map<std::pair<LatencyComponentType, int64>, LatencyComponent>,
112 void CopyLatencyFrom(const LatencyInfo& other, LatencyComponentType type);
119 void AddLatencyNumber(LatencyComponentType component,
125 void AddLatencyNumberWithTimestamp(LatencyComponentType component,
134 bool FindLatency(LatencyComponentType type,
138 void RemoveLatency(LatencyComponentType type);

Completed in 156 milliseconds