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

  /external/chromium_org/ui/events/
latency_info_unittest.cc 24 EXPECT_EQ(info.latency_components.size(), 2u);
55 EXPECT_EQ(info.latency_components.size(), 1u);
76 EXPECT_EQ(info.latency_components.size(), 1u);
78 EXPECT_EQ(info.latency_components.size(), 0u);
latency_info.cc 111 latency.latency_components.begin();
112 it != latency.latency_components.end(); ++it) {
170 for (LatencyMap::const_iterator it = other.latency_components.begin();
171 it != other.latency_components.end();
184 for (LatencyMap::const_iterator it = other.latency_components.begin();
185 it != other.latency_components.end();
256 LatencyMap::iterator it = latency_components.find(key);
257 if (it == latency_components.end()) {
259 latency_components[key] = info;
294 LatencyMap::const_iterator it = latency_components.find
    [all...]
latency_info.h 152 // the latency_components and the component is stored to |output| if
165 LatencyMap latency_components; member in struct:ui::LatencyInfo
  /external/chromium_org/ui/events/ipc/
latency_info_param_traits.h 30 IPC_STRUCT_TRAITS_MEMBER(latency_components)
  /external/chromium_org/cc/base/
latency_info_swap_promise_monitor.cc 68 latency_->latency_components.begin();
69 it != latency_->latency_components.end();
  /external/chromium_org/content/common/input/
input_param_traits_unittest.cc 30 EXPECT_EQ(a->latency_info.latency_components.size(),
31 b->latency_info.latency_components.size());
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc     [all...]
  /external/chromium_org/content/renderer/input/
input_handler_proxy.cc 125 latency_info.latency_components.find(std::make_pair(
128 if (it == latency_info.latency_components.end())
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc     [all...]

Completed in 473 milliseconds