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

  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.h 122 // 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/
webplugin_delegate_stub.h 95 void OnContainerShown(gfx::Rect window_frame, gfx::Rect view_frame,
97 void OnWindowFrameChanged(const gfx::Rect& window_frame,
webplugin_delegate_stub.cc 369 void WebPluginDelegateStub::OnContainerShown(gfx::Rect window_frame,
373 delegate_->WindowFrameChanged(window_frame, view_frame);
379 void WebPluginDelegateStub::OnWindowFrameChanged(const gfx::Rect& window_frame,
382 delegate_->WindowFrameChanged(window_frame, view_frame);
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 846 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,
863 window_frame,
    [all...]
webplugin_delegate_proxy.h 99 virtual void WindowFrameChanged(gfx::Rect window_frame, gfx::Rect view_frame);
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl.h 177 void WindowFrameChanged(const gfx::Rect& window_frame,
  /external/chromium_org/content/renderer/
render_view_impl.h 741 void OnWindowFrameChanged(const gfx::Rect& window_frame,
    [all...]
render_view_impl.cc     [all...]

Completed in 137 milliseconds