HomeSort by relevance Sort by last modified time
    Searched defs:ClearInputEventRequest (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ppapi/cpp/
instance.cc 160 void Instance::ClearInputEventRequest(uint32_t event_classes) {
163 get_interface<PPB_InputEvent_1_0>()->ClearInputEventRequest(pp_instance(),
  /external/chromium_org/ppapi/thunk/
ppb_input_event_thunk.cc 39 void ClearInputEventRequest(PP_Instance instance,
41 VLOG(4) << "PPB_InputEvent::ClearInputEventRequest()";
44 enter.functions()->ClearInputEventRequest(instance, event_classes);
80 &ClearInputEventRequest,
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_instance.cc 216 void PluginInstance::ClearInputEventRequest(PP_Instance instance,
  /external/chromium_org/ppapi/c/
ppb_input_event.h 396 * ClearInputEventRequest() requests that input events corresponding to the
418 void (*ClearInputEventRequest)(PP_Instance instance, uint32_t event_classes);
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 483 void PPB_Instance_Proxy::ClearInputEventRequest(PP_Instance instance,
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 563 milliseconds