HomeSort by relevance Sort by last modified time
    Searched refs:UpdateGeometry (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/child/npapi/
webplugin_delegate.h 62 virtual void UpdateGeometry(const gfx::Rect& window_rect,
webplugin_delegate_impl.cc 127 void WebPluginDelegateImpl::UpdateGeometry(
webplugin_delegate_impl.h 86 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/
webplugin_proxy.h 77 void UpdateGeometry(const gfx::Rect& window_rect,
webplugin_proxy.cc 381 void WebPluginProxy::UpdateGeometry(
392 // synchronous calls that lead to nested UpdateGeometry calls.
407 delegate_->UpdateGeometry(window_rect, clip_rect);
webplugin_delegate_stub.cc 294 webplugin_->UpdateGeometry(
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 64 virtual void UpdateGeometry(const gfx::Rect& window_rect,
199 // Helper function that sends the UpdateGeometry message.
webplugin_delegate_proxy.cc 567 void WebPluginDelegateProxy::UpdateGeometry(const gfx::Rect& window_rect,
    [all...]
webplugin_impl.cc 316 void WebPluginImpl::updateGeometry(
340 // Only UpdateGeometry if either the window or clip rects have changed.
345 delegate_->UpdateGeometry(new_geometry.window_rect, new_geometry.clip_rect);
    [all...]

Completed in 66 milliseconds