Home
last modified time | relevance | path

Searched refs:UpdateGeometry (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate.h62 virtual void UpdateGeometry(const gfx::Rect& window_rect,
Dwebplugin_delegate_impl.cc127 void WebPluginDelegateImpl::UpdateGeometry( in UpdateGeometry() function in content::WebPluginDelegateImpl
Dwebplugin_delegate_impl.h92 virtual void UpdateGeometry(const gfx::Rect& window_rect,
Dwebplugin_delegate_impl_mac.mm276 UpdateGeometry(window_rect, clip_rect);
/external/chromium_org/content/plugin/
Dwebplugin_proxy.h81 void UpdateGeometry(const gfx::Rect& window_rect,
Dwebplugin_proxy.cc419 void WebPluginProxy::UpdateGeometry( in UpdateGeometry() function in content::WebPluginProxy
448 delegate_->UpdateGeometry(window_rect, clip_rect); in UpdateGeometry()
Dwebplugin_delegate_stub.cc294 webplugin_->UpdateGeometry( in OnUpdateGeometry()
/external/chromium_org/content/renderer/npapi/
Dwebplugin_delegate_proxy.h64 virtual void UpdateGeometry(const gfx::Rect& window_rect,
Dwebplugin_delegate_proxy.cc573 void WebPluginDelegateProxy::UpdateGeometry(const gfx::Rect& window_rect, in UpdateGeometry() function in content::WebPluginDelegateProxy
Dwebplugin_impl.cc344 delegate_->UpdateGeometry(new_geometry.window_rect, new_geometry.clip_rect); in updateGeometry()