HomeSort by relevance Sort by last modified time
    Searched refs:RequestInputEvents (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/ppapi/cpp/
instance.h 166 /// <code>RequestInputEvents()<code> (which implicitly marks all input events
177 /// RequestInputEvents() or RequestFilteringInputEvents(). By
203 /// <code>RequestInputEvents</code> or
209 /// Refer to <code>RequestInputEvents</code> and
342 /// RequestInputEvents() requests that input events corresponding to the
368 /// RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
384 int32_t RequestInputEvents(uint32_t event_classes);
390 /// register to receive events by calling RequestInputEvents(). In some cases,
393 /// this function instead of RequestInputEvents(). Keyboard events must always
407 /// RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE)
    [all...]
instance.cc 146 int32_t Instance::RequestInputEvents(uint32_t event_classes) {
149 return get_interface<PPB_InputEvent_1_0>()->RequestInputEvents(pp_instance(),
  /external/chromium_org/ppapi/tests/
test_input_event.cc 336 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
358 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
412 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
423 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
436 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
448 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
452 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
test_ime_input_event.cc 204 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
316 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
345 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
375 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
405 input_event_interface_->RequestInputEvents(instance_->pp_instance(),
test_fullscreen.cc 111 instance_->RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
  /external/chromium_org/ppapi/examples/file_chooser/
file_chooser.cc 21 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
  /external/chromium_org/ppapi/examples/mouse_cursor/
mouse_cursor.cc 31 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
gles2_spinning_cube.cc 70 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
  /external/chromium_org/tools/perf/page_sets/tough_pepper_cases/extra_data/
touch_drawing_plugin.cc 58 RequestInputEvents(PP_INPUTEVENT_CLASS_TOUCH);
  /external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc 21 int32_t RequestInputEvents(PP_Instance instance, uint32_t event_classes) {
22 VLOG(4) << "PPB_InputEvent::RequestInputEvents()";
26 return enter.functions()->RequestInputEvents(instance, event_classes);
78 &RequestInputEvents,
ppb_instance_api.h 108 virtual int32_t RequestInputEvents(PP_Instance instance,
  /external/chromium_org/ppapi/examples/2d/
paint_manager_example.cc 48 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
  /external/chromium_org/ppapi/examples/gles2/
gles2.cc 94 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 48 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE | PP_INPUTEVENT_CLASS_TOUCH);
  /external/chromium_org/ppapi/examples/scaling/
scaling.cc 37 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE |
  /external/chromium_org/ppapi/api/
ppb_input_event.idl 223 * Normally you will request mouse events by calling RequestInputEvents().
323 * RequestInputEvents(instance, PP_INPUTEVENT_CLASS_MOUSE);
344 int32_t RequestInputEvents([in] PP_Instance instance,
352 * register to receive events by calling RequestInputEvents(). In some cases,
355 * events using this function instead of RequestInputEvents().
366 * RequestInputEvents(instance, PP_INPUTEVENT_CLASS_MOUSE);
385 * requested input events via RequestInputEvents() or
    [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_instance.h 78 virtual int32_t RequestInputEvents(PP_Instance instance,
plugin_instance.cc 204 int32_t PluginInstance::RequestInputEvents(PP_Instance instance,
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_2d/
graphics_2d.cc 57 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
  /external/chromium_org/native_client_sdk/src/examples/api/input_event/
input_event.cc 105 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE | PP_INPUTEVENT_CLASS_WHEEL |
  /external/chromium_org/ppapi/c/
ppb_input_event.h 238 * Normally you will request mouse events by calling RequestInputEvents().
341 * RequestInputEvents(instance, PP_INPUTEVENT_CLASS_MOUSE);
362 int32_t (*RequestInputEvents)(PP_Instance instance, uint32_t event_classes);
368 * register to receive events by calling RequestInputEvents(). In some cases,
371 * events using this function instead of RequestInputEvents().
382 * RequestInputEvents(instance, PP_INPUTEVENT_CLASS_MOUSE);
400 * requested input events via RequestInputEvents() or
    [all...]
  /external/chromium_org/ppapi/examples/mouse_lock/
mouse_lock.cc 45 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE |
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc 46 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE | PP_INPUTEVENT_CLASS_KEYBOARD);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 298 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);
299 RequestInputEvents(PP_INPUTEVENT_CLASS_WHEEL);
300 RequestInputEvents(PP_INPUTEVENT_CLASS_KEYBOARD);
  /external/chromium_org/ppapi/examples/compositor/
compositor.cc 113 RequestInputEvents(PP_INPUTEVENT_CLASS_MOUSE);

Completed in 1388 milliseconds

1 2