Searched refs:SetNeedsFlush (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dinput_router_client.h48 virtual void SetNeedsFlush() = 0;
H A Dsynthetic_gesture_target.h33 virtual void SetNeedsFlush() = 0;
H A Dsynthetic_gesture_controller.cc47 gesture_target_->SetNeedsFlush();
56 gesture_target_->SetNeedsFlush();
77 gesture_target_->SetNeedsFlush();
H A Dsynthetic_gesture_target_base.cc106 void SyntheticGestureTargetBase::SetNeedsFlush() { function in class:content::SyntheticGestureTargetBase
107 host_->SetNeedsFlush();
H A Dmock_input_router_client.cc53 void MockInputRouterClient::SetNeedsFlush() { function in class:content::MockInputRouterClient
H A Dmock_input_router_client.h29 virtual void SetNeedsFlush() OVERRIDE;
H A Dsynthetic_gesture_target_base.h46 virtual void SetNeedsFlush() OVERRIDE;
H A Dinput_router_impl_perftest.cc81 virtual void SetNeedsFlush() OVERRIDE {}
H A Dsynthetic_gesture_controller_unittest.cc84 virtual void SetNeedsFlush() OVERRIDE {
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_buffer.h22 virtual void SetNeedsFlush() = 0;
49 // to |SetNeedsFlush()| calls on the client. If the buffer is empty, no
H A Dmotion_event_buffer.cc383 client_->SetNeedsFlush();
412 client_->SetNeedsFlush();
419 client_->SetNeedsFlush();
444 client_->SetNeedsFlush();
H A Dmotion_event_buffer_unittest.cc51 virtual void SetNeedsFlush() OVERRIDE { needs_flush_ = true; }
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.h447 virtual void SetNeedsFlush() OVERRIDE;
H A Drender_widget_host_impl.cc396 void RenderWidgetHostImpl::SetNeedsFlush() { function in class:content::RenderWidgetHostImpl

Completed in 265 milliseconds