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

  /external/chromium_org/ui/base/
latency_info.cc 11 LatencyInfo::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::AddLatencyNumberWithTimestamp(LatencyComponentType component
    [all...]
latency_info.h 21 // renderer. In Aura, touch event's LatencyInfo is carried over to the gesture
38 struct UI_EXPORT LatencyInfo {
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 302 milliseconds