Searched refs:acceptsInputEvents (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFakeWebPlugin.h60 virtual bool acceptsInputEvents() OVERRIDE { return true; }
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.h57 virtual bool acceptsInputEvents();
H A Dpepper_webplugin_impl.cc191 bool PepperWebPluginImpl::acceptsInputEvents() { function in class:content::PepperWebPluginImpl
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPlugin.h94 virtual bool acceptsInputEvents() = 0;
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h92 virtual bool acceptsInputEvents();
H A Dwebview_plugin.cc147 bool WebViewPlugin::acceptsInputEvents() { return true; } function in class:WebViewPlugin
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestPlugin.h70 virtual bool acceptsInputEvents() { return true; } function in class:WebTestRunner::TestPlugin
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h168 virtual bool acceptsInputEvents() OVERRIDE;
H A Dbrowser_plugin.cc1236 bool BrowserPlugin::acceptsInputEvents() { function in class:content::BrowserPlugin
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h87 virtual bool acceptsInputEvents();
H A Dwebplugin_impl.cc401 bool WebPluginImpl::acceptsInputEvents() { function in class:content::WebPluginImpl
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp179 if (!m_webPlugin->acceptsInputEvents())

Completed in 268 milliseconds