Home
last modified time | relevance | path

Searched refs:rwh_component (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_impl.cc2322 ui::LatencyInfo::LatencyComponent rwh_component; in ComputeTouchLatency() local
2330 &rwh_component)) in ComputeTouchLatency()
2334 DCHECK(rwh_component.event_count == 1); in ComputeTouchLatency()
2337 rwh_component.event_time - ui_component.event_time; in ComputeTouchLatency()
2352 acked_component.event_time - rwh_component.event_time; in ComputeTouchLatency()
2377 ui::LatencyInfo::LatencyComponent rwh_component; in FrameSwapped() local
2381 &rwh_component) || in FrameSwapped()
2388 rendering_stats_.input_event_count += rwh_component.event_count; in FrameSwapped()
2390 rwh_component.event_count * in FrameSwapped()
2391 (swap_component.event_time - rwh_component.event_time); in FrameSwapped()