Home
last modified time | relevance | path

Searched refs:HandleInputEvent (Results 1 – 25 of 79) sorted by relevance

1234

/external/chromium_org/content/renderer/input/
Dinput_handler_proxy_unittest.cc237 input_handler_->HandleInputEvent(gesture_)); in StartFling()
248 input_handler_->HandleInputEvent(gesture_)); in StartFling()
257 input_handler_->HandleInputEvent(gesture_)); in CancelFling()
277 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel)); in TEST_F()
287 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(wheel)); in TEST_F()
300 EXPECT_EQ(expected_disposition_,input_handler_->HandleInputEvent(gesture_)); in TEST_F()
313 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(gesture_)); in TEST_F()
326 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(gesture_)); in TEST_F()
333 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(gesture_)); in TEST_F()
345 EXPECT_EQ(expected_disposition_, input_handler_->HandleInputEvent(gesture_)); in TEST_F()
[all …]
Dinput_handler_manager.cc43 client_->SetBoundHandler(base::Bind(&InputHandlerManager::HandleInputEvent, in InputHandlerManager()
106 InputEventAckState InputHandlerManager::HandleInputEvent( in HandleInputEvent() function in content::InputHandlerManager
Dinput_handler_manager.h53 InputEventAckState HandleInputEvent(int routing_id,
Dinput_handler_proxy.h42 EventDisposition HandleInputEvent(const blink::WebInputEvent& event);
Dinput_handler_proxy.cc188 InputHandlerProxy::EventDisposition disposition = HandleInputEvent(event); in HandleInputEventWithLatencyInfo()
192 InputHandlerProxy::EventDisposition InputHandlerProxy::HandleInputEvent( in HandleInputEvent() function in content::InputHandlerProxy
719 HandleInputEvent(ObtainGestureScrollBegin(last_fling_boost_event)); in CancelCurrentFlingWithoutNotifyingClient()
740 HandleInputEvent(synthetic_wheel); in TouchpadFlingScroll()
/external/chromium_org/ppapi/proxy/
Dppp_input_event_proxy.cc24 PP_Bool HandleInputEvent(PP_Instance instance, PP_Resource input_event) { in HandleInputEvent() function
50 &HandleInputEvent
95 CallWhileUnlocked(ppp_input_event_impl_->HandleInputEvent, in OnMsgHandleInputEvent()
106 *result = CallWhileUnlocked(ppp_input_event_impl_->HandleInputEvent, in OnMsgHandleFilteredInputEvent()
/external/chromium_org/content/renderer/
Drender_widget_fullscreen_pepper.cc198 result |= widget_->plugin()->HandleInputEvent(mouse, &cursor); in handleInputEvent()
203 result |= widget_->plugin()->HandleInputEvent(mouse, &cursor); in handleInputEvent()
206 result |= widget_->plugin()->HandleInputEvent(mouse, &cursor); in handleInputEvent()
213 result |= widget_->plugin()->HandleInputEvent(mouse, &cursor); in handleInputEvent()
220 bool result = widget_->plugin()->HandleInputEvent(event, &cursor); in handleInputEvent()
249 widget_->plugin()->HandleInputEvent(context_menu_event, &cursor); in handleInputEvent()
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Dview-focus-input-events.rst80 |``HandleInputEvent`` |An implementation of this function |
208 In a typical implementation, the ``HandleInputEvent()`` function determines the
210 class. The ``HandleInputEvent()`` function then uses a switch statement to
219 virtual bool HandleInputEvent(const pp::InputEvent& event) {
290 Notice that the generic ``InputEvent`` received by ``HandleInputEvent()`` is
311 ``HandleInputEvent()`` in this example runs on the main module thread.
313 ``ProcessEventOnWorkerThread``). ``HandleInputEvent()`` puts events in
/external/chromium_org/ppapi/c/
Dppp_input_event.h75 PP_Bool (*HandleInputEvent)(PP_Instance instance, PP_Resource input_event); member
/external/chromium_org/mojo/examples/sample_app/
Dgles2_client_impl.h21 void HandleInputEvent(const mojo::Event& event);
Dsample_app.cc69 gles2_client_->HandleInputEvent(*event); in OnEvent()
/external/chromium_org/content/browser/android/in_process/
Dsynchronous_input_event_filter.h31 InputEventAckState HandleInputEvent(int routing_id,
Dsynchronous_input_event_filter.cc23 InputEventAckState SynchronousInputEventFilter::HandleInputEvent( in HandleInputEvent() function in content::SynchronousInputEventFilter
Dsynchronous_compositor_impl.cc236 InputEventAckState SynchronousCompositorImpl::HandleInputEvent( in HandleInputEvent() function in content::SynchronousCompositorImpl
239 return g_factory.Get().synchronous_input_event_filter()->HandleInputEvent( in HandleInputEvent()
/external/chromium_org/ppapi/tests/manual/
Ddelete_plugin.cc27 virtual bool HandleInputEvent(const PP_InputEvent& event) { in HandleInputEvent() function in MyInstance
/external/chromium_org/ppapi/tests/
Dtest_fullscreen.h30 virtual bool HandleInputEvent(const pp::InputEvent& event);
Dtest_ime_input_event.h24 virtual bool HandleInputEvent(const pp::InputEvent& input_event);
Dtest_input_event.h25 virtual bool HandleInputEvent(const pp::InputEvent& input_event);
Dtesting_instance.cc109 bool TestingInstance::HandleInputEvent(const pp::InputEvent& event) { in HandleInputEvent() function in TestingInstance
111 return current_case_->HandleInputEvent(event); in HandleInputEvent()
/external/chromium_org/remoting/client/plugin/
Dpepper_input_handler.h37 bool HandleInputEvent(const pp::InputEvent& event);
/external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
Dmouse_lock.h45 virtual bool HandleInputEvent(const pp::InputEvent& event);
/external/chromium_org/ppapi/cpp/
Dinstance.h220 virtual bool HandleInputEvent(const pp::InputEvent& event);
/external/chromium_org/ppapi/examples/file_chooser/
Dfile_chooser.cc24 virtual bool HandleInputEvent(const pp::InputEvent& event) { in HandleInputEvent() function in MyInstance
/external/chromium_org/content/child/npapi/
Dwebplugin_delegate.h76 virtual bool HandleInputEvent(const blink::WebInputEvent& event,
/external/chromium_org/ppapi/examples/mouse_cursor/
Dmouse_cursor.cc42 virtual bool HandleInputEvent(const pp::InputEvent& event) { in HandleInputEvent() function in MyInstance

1234