HomeSort by relevance Sort by last modified time
    Searched refs:pluginComplexTextInputIdentifier (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKViewInternal.h 67 - (void)_setComplexTextInputEnabled:(BOOL)complexTextInputEnabled pluginComplexTextInputIdentifier:(uint64_t)pluginComplexTextInputIdentifier;
PageClientImpl.h 94 virtual void setComplexTextInputEnabled(uint64_t pluginComplexTextInputIdentifier, bool complexTextInputEnabled);
PageClientImpl.mm 322 void PageClientImpl::setComplexTextInputEnabled(uint64_t pluginComplexTextInputIdentifier, bool complexTextInputEnabled)
324 [m_wkView _setComplexTextInputEnabled:complexTextInputEnabled pluginComplexTextInputIdentifier:pluginComplexTextInputIdentifier];
WKView.mm     [all...]
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 237 void WebPageProxy::sendComplexTextInputToPlugin(uint64_t pluginComplexTextInputIdentifier, const String& textInput)
242 process()->send(Messages::WebPage::SendComplexTextInputToPlugin(pluginComplexTextInputIdentifier, textInput), m_pageID);
288 void WebPageProxy::setComplexTextInputEnabled(uint64_t pluginComplexTextInputIdentifier, bool complexTextInputEnabled)
290 m_pageClient->setComplexTextInputEnabled(pluginComplexTextInputIdentifier, complexTextInputEnabled);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.h 162 virtual uint64_t pluginComplexTextInputIdentifier() const = 0;
PluginProxy.h 96 virtual uint64_t pluginComplexTextInputIdentifier() const;
PluginView.h 67 bool sendComplexTextInput(uint64_t pluginComplexTextInputIdentifier, const String& textInput);
PluginView.cpp 401 bool PluginView::sendComplexTextInput(uint64_t pluginComplexTextInputIdentifier, const String& textInput)
406 if (m_plugin->pluginComplexTextInputIdentifier() != pluginComplexTextInputIdentifier)
    [all...]
PluginProxy.cpp 348 uint64_t PluginProxy::pluginComplexTextInputIdentifier() const
  /external/webkit/Source/WebKit2/UIProcess/
PageClient.h 136 virtual void setComplexTextInputEnabled(uint64_t pluginComplexTextInputIdentifier, bool complexTextInputEnabled) = 0;
WebPageProxy.h 269 void sendComplexTextInputToPlugin(uint64_t pluginComplexTextInputIdentifier, const String& textInput);
683 void setComplexTextInputEnabled(uint64_t pluginComplexTextInputIdentifier, bool complexTextInputEnabled);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 178 virtual uint64_t pluginComplexTextInputIdentifier() const;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 216 void WebPage::sendComplexTextInputToPlugin(uint64_t pluginComplexTextInputIdentifier, const String& textInput)
219 if ((*it)->sendComplexTextInput(pluginComplexTextInputIdentifier, textInput))
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 322 void sendComplexTextInputToPlugin(uint64_t pluginComplexTextInputIdentifier, const String& textInput);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 873 uint64_t NetscapePlugin::pluginComplexTextInputIdentifier() const

Completed in 1439 milliseconds