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

/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp348 uint64_t PluginProxy::pluginComplexTextInputIdentifier() const function in class:WebKit::PluginProxy
H A DPluginView.cpp401 bool PluginView::sendComplexTextInput(uint64_t pluginComplexTextInputIdentifier, const String& textInput) argument
406 if (m_plugin->pluginComplexTextInputIdentifier() != pluginComplexTextInputIdentifier)
1001 m_webPage->send(Messages::WebPageProxy::SetComplexTextInputEnabled(m_plugin->pluginComplexTextInputIdentifier(), complexTextInputEnabled));

Completed in 8541 milliseconds