Searched refs:SendCompositionEventToPlugin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc957 bool PepperPluginInstanceImpl::SendCompositionEventToPlugin( function in class:content::PepperPluginInstanceImpl
1058 return SendCompositionEventToPlugin(PP_INPUTEVENT_TYPE_IME_COMPOSITION_START,
1077 return SendCompositionEventToPlugin(PP_INPUTEVENT_TYPE_IME_COMPOSITION_END,
1082 return SendCompositionEventToPlugin(PP_INPUTEVENT_TYPE_IME_TEXT, text);
H A Dpepper_plugin_instance_impl.h672 bool SendCompositionEventToPlugin(PP_InputEvent_Type type,

Completed in 293 milliseconds