OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ClearInputEventRequest
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ppapi/cpp/
instance.cc
117
void Instance::
ClearInputEventRequest
(uint32_t event_classes) {
120
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/ppapi/c/
ppb_input_event.h
397
*
ClearInputEventRequest
() requests that input events corresponding to the
419
void (*
ClearInputEventRequest
)(PP_Instance instance, uint32_t event_classes);
[
all
...]
/external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc
460
void PPB_Instance_Proxy::
ClearInputEventRequest
(PP_Instance instance,
[
all
...]
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc
[
all
...]
Completed in 51 milliseconds