HomeSort by relevance Sort by last modified time
    Searched refs:LatencyComponentType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/base/
latency_info.h 17 enum LatencyComponentType {
52 typedef std::map<std::pair<LatencyComponentType, int64>, LatencyComponent>
67 void AddLatencyNumber(LatencyComponentType component,
73 void AddLatencyNumberWithTimestamp(LatencyComponentType component,
82 bool FindLatency(LatencyComponentType type,
latency_info.cc 43 void LatencyInfo::AddLatencyNumber(LatencyComponentType component,
50 void LatencyInfo::AddLatencyNumberWithTimestamp(LatencyComponentType component,
75 bool LatencyInfo::FindLatency(LatencyComponentType type,
  /external/chromium_org/content/common/
content_param_traits_macros.h 22 IPC_ENUM_TRAITS(ui::LatencyComponentType)

Completed in 2171 milliseconds