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

  /external/chromium_org/ui/events/
latency_info_unittest.cc 13 info.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT,
31 info.FindLatency(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 1, &component));
33 info.FindLatency(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 0, &component));
75 info1.AddLatencyNumberWithTimestamp(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT,
94 INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 1, &component));
96 INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 0, &component));
latency_info.h 21 INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT,
latency_info.cc 17 CASE_TYPE(INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT);
56 return (type == ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT);
  /external/chromium_org/content/common/input/
input_param_traits_unittest.cc 155 latency.AddLatencyNumber(ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT, 1, 1);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc     [all...]
  /external/chromium_org/ui/events/gestures/
gesture_sequence.cc 456 // event's trace_id, remove its ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT,
458 // assigned and new ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT will be added.
472 ui::INPUT_EVENT_LATENCY_BEGIN_RWH_COMPONENT);
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc     [all...]

Completed in 3436 milliseconds