Searched refs:input_router (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dmock_input_ack_handler.h33 void set_input_router(InputRouter* input_router) { argument
34 input_router_ = input_router;
H A Dmock_input_router_client.h37 void set_input_router(InputRouter* input_router) { argument
38 input_router_ = input_router;
H A Dinput_router_impl_unittest.cc161 client_->set_input_router(input_router());
162 ack_handler_->set_input_router(input_router());
278 InputRouterImpl* input_router() const { function in class:content::InputRouterImplTest
283 return input_router()->touch_event_queue_.empty();
287 return input_router()->touch_event_queue_.IsAckTimeoutEnabled();
1053 input_router()->OnViewUpdated(InputRouter::FIXED_PAGE_SCALE);
1056 input_router()->OnViewUpdated(InputRouter::VIEW_FLAGS_NONE);
1059 input_router()->OnViewUpdated(InputRouter::MOBILE_VIEWPORT);
1062 input_router()->OnViewUpdated(InputRouter::MOBILE_VIEWPORT |
1066 input_router()
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc313 rwh_->input_router()->SendMouseEvent(
1506 ASSERT_FALSE(host_->input_router()->HasPendingEvents());
1520 ASSERT_FALSE(host_->input_router()->HasPendingEvents());
H A Drender_widget_host_impl.h488 InputRouter* input_router() { return input_router_.get(); } function in class:content::RenderWidgetHostImpl
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc27 #include "content/browser/renderer_host/input/input_router.h"
302 return render_view_host_->input_router()->SendInput(

Completed in 176 milliseconds