Searched refs:window_frame (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/
H A Dstatus_bubble_mac.h122 // Sets the frame of the status bubble window to |window_frame|, adjusting
124 void SetFrameAvoidingMouse(NSRect window_frame, const gfx::Point& mouse_pos);
133 // proposed in window_frame) relative to its parent window in determining
139 unsigned long OSDependentCornerFlags(NSRect window_frame);
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.h95 void OnContainerShown(gfx::Rect window_frame, gfx::Rect view_frame,
97 void OnWindowFrameChanged(const gfx::Rect& window_frame,
H A Dwebplugin_delegate_stub.cc369 void WebPluginDelegateStub::OnContainerShown(gfx::Rect window_frame, argument
373 delegate_->WindowFrameChanged(window_frame, view_frame);
379 void WebPluginDelegateStub::OnWindowFrameChanged(const gfx::Rect& window_frame, argument
382 delegate_->WindowFrameChanged(window_frame, view_frame);
/external/chromium_org/content/renderer/npapi/
H A Dwebplugin_delegate_proxy.cc846 gfx::Rect window_frame = render_view_->rootWindowRect(); local
849 msg = new PluginMsg_ContainerShown(instance_id_, window_frame, view_frame,
860 void WebPluginDelegateProxy::WindowFrameChanged(gfx::Rect window_frame, argument
863 window_frame,
H A Dwebplugin_delegate_proxy.h99 virtual void WindowFrameChanged(gfx::Rect window_frame, gfx::Rect view_frame);
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl.h177 void WindowFrameChanged(const gfx::Rect& window_frame,
/external/chromium_org/content/renderer/
H A Drender_view_impl.h741 void OnWindowFrameChanged(const gfx::Rect& window_frame,
H A Drender_view_impl.cc3417 void RenderViewImpl::OnWindowFrameChanged(const gfx::Rect& window_frame, argument
3424 (*plugin_it)->WindowFrameChanged(window_frame, view_frame);

Completed in 1050 milliseconds