Searched defs:sendComplexTextInput (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp353 void PluginProxy::sendComplexTextInput(const String& textInput) function in class:WebKit::PluginProxy
H A DPluginView.cpp401 bool PluginView::sendComplexTextInput(uint64_t pluginComplexTextInputIdentifier, const String& textInput) function in class:WebKit::PluginView
409 m_plugin->sendComplexTextInput(textInput);

Completed in 165 milliseconds