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 102 // Converts latencyinfo into format that can be dumped into trace buffer.
104 const ui::LatencyInfo& latency) {
106 for (ui::LatencyInfo::LatencyMap::const_iterator it =
123 LatencyInfo::LatencyInfo() : trace_id(-1), terminated(false) {
126 LatencyInfo::~LatencyInfo() {
129 bool LatencyInfo::Verify(const std::vector<LatencyInfo>& latency_info,
132 LOG(ERROR) << referring_msg << ", LatencyInfo vector size
    [all...]
latency_info.h 27 // renderer. In Aura, touch event's LatencyInfo is carried over to the gesture
40 // the event associated with this LatencyInfo.
67 // This component indicates that the cached LatencyInfo number exceeds the
76 struct EVENTS_BASE_EXPORT LatencyInfo {
97 LatencyInfo();
99 ~LatencyInfo();
108 static bool Verify(const std::vector<LatencyInfo>& latency_info,
112 void CopyLatencyFrom(const LatencyInfo& other, LatencyComponentType type);
115 void AddNewLatencyFrom(const LatencyInfo& other);

Completed in 460 milliseconds