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

  /external/chromium_org/ui/events/
latency_info.h 18 enum LatencyComponentType {
94 std::map<std::pair<LatencyComponentType, int64>, LatencyComponent>,
112 void CopyLatencyFrom(const LatencyInfo& other, LatencyComponentType type);
119 void AddLatencyNumber(LatencyComponentType component,
125 void AddLatencyNumberWithTimestamp(LatencyComponentType component,
134 bool FindLatency(LatencyComponentType type,
138 void RemoveLatency(LatencyComponentType type);
latency_info.cc 17 const char* GetComponentName(ui::LatencyComponentType type) {
38 DLOG(WARNING) << "Unhandled LatencyComponentType.\n";
45 bool IsTerminalComponent(ui::LatencyComponentType type) {
61 bool IsBeginComponent(ui::LatencyComponentType type) {
140 LatencyComponentType type) {
168 void LatencyInfo::AddLatencyNumber(LatencyComponentType component,
175 void LatencyInfo::AddLatencyNumberWithTimestamp(LatencyComponentType component,
223 bool LatencyInfo::FindLatency(LatencyComponentType type,
235 void LatencyInfo::RemoveLatency(LatencyComponentType type) {
  /external/chromium_org/ui/events/ipc/
latency_info_param_traits.h 15 IPC_ENUM_TRAITS_MAX_VALUE(ui::LatencyComponentType,
  /external/chromium_org/cc/base/
latency_info_swap_promise.cc 10 ui::LatencyComponentType DidNotSwapReasonToLatencyComponentType(
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc     [all...]

Completed in 597 milliseconds