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

  /external/chromium_org/ui/base/
latency_info_unittest.cc 27 info.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component));
29 info.FindLatency(INPUT_EVENT_LATENCY_RWH_COMPONENT, 1, &component));
31 info.FindLatency(INPUT_EVENT_LATENCY_RWH_COMPONENT, 0, &component));
36 info.FindLatency(INPUT_EVENT_LATENCY_ORIGINAL_COMPONENT, 1, &component));
58 info.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component));
60 info.FindLatency(INPUT_EVENT_LATENCY_RWH_COMPONENT, 1, &component));
62 info.FindLatency(INPUT_EVENT_LATENCY_RWH_COMPONENT, 0, &component));
86 info1.FindLatency(INPUT_EVENT_LATENCY_UI_COMPONENT, 0, &component));
88 info1.FindLatency(INPUT_EVENT_LATENCY_RWH_COMPONENT, 1, &component));
90 info1.FindLatency(INPUT_EVENT_LATENCY_RWH_COMPONENT, 0, &component))
    [all...]
latency_info.h 82 bool FindLatency(LatencyComponentType type,
latency_info.cc 33 if (!FindLatency(it->first.first, it->first.second, NULL)) {
75 bool LatencyInfo::FindLatency(LatencyComponentType type,
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc     [all...]

Completed in 169 milliseconds