Searched refs:supportsInputMethod (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DPluginView.h54 virtual bool supportsInputMethod() const { return false; } function in class:blink::PluginView
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPlugin.h87 virtual bool supportsInputMethod() const { return false; } function in class:blink::WebPlugin
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h85 virtual bool supportsInputMethod() const OVERRIDE;
H A Dbrowser_plugin.cc379 bool BrowserPlugin::supportsInputMethod() const { function in class:content::BrowserPlugin
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.h84 virtual bool supportsInputMethod() const OVERRIDE;
H A DWebPluginContainerImpl.cpp622 bool WebPluginContainerImpl::supportsInputMethod() const function in class:blink::WebPluginContainerImpl
624 return m_webPlugin->supportsInputMethod();
H A DWebLocalFrameImpl.cpp1245 if (container && container->supportsInputMethod())
H A DWebViewImpl.cpp2503 if (container && container->supportsInputMethod())

Completed in 305 milliseconds