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

/external/chromium_org/ui/base/
H A Dlatency_info.h17 enum LatencyComponentType { enum in namespace:ui
52 typedef std::map<std::pair<LatencyComponentType, int64>, LatencyComponent>
67 void AddLatencyNumber(LatencyComponentType component,
73 void AddLatencyNumberWithTimestamp(LatencyComponentType component,
82 bool FindLatency(LatencyComponentType type,
H A Dlatency_info.cc43 void LatencyInfo::AddLatencyNumber(LatencyComponentType component,
50 void LatencyInfo::AddLatencyNumberWithTimestamp(LatencyComponentType component,
75 bool LatencyInfo::FindLatency(LatencyComponentType type,
/external/chromium_org/content/common/
H A Dcontent_param_traits_macros.h22 IPC_ENUM_TRAITS(ui::LatencyComponentType)

Completed in 158 milliseconds