Searched refs:SetContainerVisibility (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc368 delegate_->SetContainerVisibility(false);
376 delegate_->SetContainerVisibility(true);
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h97 virtual void SetContainerVisibility(bool is_visible);
H A Dwebplugin_delegate_proxy.cc843 void WebPluginDelegateProxy::SetContainerVisibility(bool is_visible) { function in class:content::WebPluginDelegateProxy
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.h179 void SetContainerVisibility(bool is_visible);
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc1160 delegate->SetContainerVisibility(true);
5541 (*plugin_it)->SetContainerVisibility(visible);
5646 (*plugin_it)->SetContainerVisibility(false);
5671 (*plugin_it)->SetContainerVisibility(true);

Completed in 62 milliseconds