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

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DFakeWebPlugin.h56 virtual void updateFocus(bool) OVERRIDE { }
/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.h53 virtual void updateFocus(bool focused);
H A Dpepper_webplugin_impl.cc175 void PepperWebPluginImpl::updateFocus(bool focused) { function in class:content::PepperWebPluginImpl
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPlugin.h98 virtual void updateFocus(bool) = 0;
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.cc93 plugin->updateFocus(true);
160 void WebViewPlugin::updateFocus(bool focused) { function in class:WebViewPlugin
H A Dwebview_plugin.h89 virtual void updateFocus(bool);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dtest_plugin.h66 virtual void updateFocus(bool focus) {} function in class:content::TestPlugin
/external/chromium_org/content/renderer/browser_plugin/
H A Dbrowser_plugin.h95 virtual void updateFocus(bool focused) OVERRIDE;
H A Dbrowser_plugin.cc472 void BrowserPlugin::updateFocus(bool focused) { function in class:content::BrowserPlugin
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_impl.h80 virtual void updateFocus(bool focused);
H A Dwebplugin_impl.cc382 void WebPluginImpl::updateFocus(bool focused) { function in class:content::WebPluginImpl
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp154 m_webPlugin->updateFocus(focused);

Completed in 1375 milliseconds