Searched refs:UpdateGeometry (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate.h62 virtual void UpdateGeometry(const gfx::Rect& window_rect,
H A Dwebplugin_delegate_impl.cc127 void WebPluginDelegateImpl::UpdateGeometry( function in class:content::WebPluginDelegateImpl
H A Dwebplugin_delegate_impl.h86 virtual void UpdateGeometry(const gfx::Rect& window_rect,
161 // Informs the plugin that the geometry has changed, as with UpdateGeometry,
/external/chromium_org/content/plugin/
H A Dwebplugin_proxy.cc381 void WebPluginProxy::UpdateGeometry( function in class:content::WebPluginProxy
392 // synchronous calls that lead to nested UpdateGeometry calls.
407 delegate_->UpdateGeometry(window_rect, clip_rect);
H A Dwebplugin_proxy.h77 void UpdateGeometry(const gfx::Rect& window_rect,
H A Dwebplugin_delegate_stub.cc294 webplugin_->UpdateGeometry(
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.h64 virtual void UpdateGeometry(const gfx::Rect& window_rect,
199 // Helper function that sends the UpdateGeometry message.
H A Dwebplugin_delegate_proxy.cc570 void WebPluginDelegateProxy::UpdateGeometry(const gfx::Rect& window_rect, function in class:content::WebPluginDelegateProxy
H A Dwebplugin_impl.cc339 // Only UpdateGeometry if either the window or clip rects have changed.
344 delegate_->UpdateGeometry(new_geometry.window_rect, new_geometry.clip_rect);

Completed in 1965 milliseconds