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

/external/chromium_org/ui/base/
H A Dlatency_info.cc11 LatencyInfo::LatencyInfo() { function in class:ui::LatencyInfo
14 LatencyInfo::~LatencyInfo() {
17 void LatencyInfo::MergeWith(const LatencyInfo& other) {
29 void LatencyInfo::AddNewLatencyFrom(const LatencyInfo& other) {
43 void LatencyInfo::AddLatencyNumber(LatencyComponentType component,
50 void LatencyInfo
[all...]
H A Dlatency_info.h21 // renderer. In Aura, touch event's LatencyInfo is carried over to the gesture
38 struct UI_EXPORT LatencyInfo { struct in namespace:ui
55 LatencyInfo();
57 ~LatencyInfo();
59 // Merges the contents of another LatencyInfo into this one.
60 void MergeWith(const LatencyInfo& other);
63 void AddNewLatencyFrom(const LatencyInfo& other);

Completed in 85 milliseconds