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

  /external/chromium_org/ui/events/
latency_info.cc 106 // Converts latencyinfo into format that can be dumped into trace buffer.
108 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()
147 LatencyInfo::~LatencyInfo() {
150 bool LatencyInfo::Verify(const std::vector<LatencyInfo>& latency_info
    [all...]
latency_info.h 29 // 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 {
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 159 milliseconds