OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
92
virtual void
UpdateGeometry
(const gfx::Rect& window_rect,
166
// Informs the plugin that the geometry has changed, as with
UpdateGeometry
,
/external/chromium_org/content/plugin/
webplugin_proxy.h
81
void
UpdateGeometry
(const gfx::Rect& window_rect,
webplugin_proxy.cc
419
void WebPluginProxy::
UpdateGeometry
(
430
// synchronous calls that lead to nested
UpdateGeometry
calls.
448
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,
198
// Helper function that sends the
UpdateGeometry
message.
webplugin_delegate_proxy.cc
573
void WebPluginDelegateProxy::
UpdateGeometry
(const gfx::Rect& window_rect,
[
all
...]
webplugin_impl.cc
314
void WebPluginImpl::
updateGeometry
(
339
// Only
UpdateGeometry
if either the window or clip rects have changed.
344
delegate_->
UpdateGeometry
(new_geometry.window_rect, new_geometry.clip_rect);
[
all
...]
Completed in 47 milliseconds