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

  /external/chromium_org/content/browser/renderer_host/input/
input_router_client.h 48 virtual void SetNeedsFlush() = 0;
synthetic_gesture_target.h 33 virtual void SetNeedsFlush() = 0;
synthetic_gesture_controller.cc 47 gesture_target_->SetNeedsFlush();
56 gesture_target_->SetNeedsFlush();
77 gesture_target_->SetNeedsFlush();
mock_input_router_client.h 29 virtual void SetNeedsFlush() OVERRIDE;
synthetic_gesture_target_base.h 46 virtual void SetNeedsFlush() OVERRIDE;
synthetic_gesture_target_base.cc 106 void SyntheticGestureTargetBase::SetNeedsFlush() {
107 host_->SetNeedsFlush();
mock_input_router_client.cc 53 void MockInputRouterClient::SetNeedsFlush() {
input_router_impl_perftest.cc 81 virtual void SetNeedsFlush() OVERRIDE {}
synthetic_gesture_controller_unittest.cc 84 virtual void SetNeedsFlush() OVERRIDE {
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
motion_event_buffer.h 22 virtual void SetNeedsFlush() = 0;
49 // to |SetNeedsFlush()| calls on the client. If the buffer is empty, no
motion_event_buffer.cc 383 client_->SetNeedsFlush();
412 client_->SetNeedsFlush();
419 client_->SetNeedsFlush();
444 client_->SetNeedsFlush();
motion_event_buffer_unittest.cc 51 virtual void SetNeedsFlush() OVERRIDE { needs_flush_ = true; }
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 447 virtual void SetNeedsFlush() OVERRIDE;
    [all...]
render_widget_host_impl.cc 396 void RenderWidgetHostImpl::SetNeedsFlush() {
    [all...]

Completed in 85 milliseconds