Searched defs:initial_bounds (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc28 MaximizeDelegateView(const gfx::Rect& initial_bounds) argument
29 : initial_bounds_(initial_bounds) {
H A Dworkspace_window_resizer.cc415 gfx::Rect initial_bounds = ScreenAsh::ConvertRectToScreen( local
418 initial_bounds :
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_desktop_root_window_host_x11.cc13 const gfx::Rect& initial_bounds,
17 initial_bounds),
71 const gfx::Rect& initial_bounds,
76 initial_bounds,
10 BrowserDesktopRootWindowHostX11( views::internal::NativeWidgetDelegate* native_widget_delegate, views::DesktopNativeWidgetAura* desktop_native_widget_aura, const gfx::Rect& initial_bounds, BrowserView* browser_view) argument
68 CreateBrowserDesktopRootWindowHost( views::internal::NativeWidgetDelegate* native_widget_delegate, views::DesktopNativeWidgetAura* desktop_native_widget_aura, const gfx::Rect& initial_bounds, BrowserView* browser_view, BrowserFrame* browser_frame) argument
H A Dbrowser_desktop_root_window_host_win.cc78 const gfx::Rect& initial_bounds,
83 initial_bounds),
290 const gfx::Rect& initial_bounds,
295 initial_bounds,
75 BrowserDesktopRootWindowHostWin( views::internal::NativeWidgetDelegate* native_widget_delegate, views::DesktopNativeWidgetAura* desktop_native_widget_aura, const gfx::Rect& initial_bounds, BrowserView* browser_view, BrowserFrame* browser_frame) argument
287 CreateBrowserDesktopRootWindowHost( views::internal::NativeWidgetDelegate* native_widget_delegate, views::DesktopNativeWidgetAura* desktop_native_widget_aura, const gfx::Rect& initial_bounds, BrowserView* browser_view, BrowserFrame* browser_frame) argument
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_bounds_animation.cc21 const gfx::Rect& initial_bounds,
32 if (initial_bounds.height() > final_bounds.height() &&
36 double distance_y = initial_bounds.height() - final_bounds.height();
19 PanelBoundsAnimation(ui::AnimationDelegate* target, Panel* panel, const gfx::Rect& initial_bounds, const gfx::Rect& final_bounds) argument
H A Ddetached_panel_collection.cc268 gfx::Rect initial_bounds = requested_bounds; local
269 initial_bounds.set_y(
271 return initial_bounds;
H A Ddocked_panel_collection.cc792 gfx::Rect initial_bounds = requested_bounds; local
793 initial_bounds.set_origin(
795 return initial_bounds;
H A Dpanel_browsertest.cc427 gfx::Rect initial_bounds = panel->GetBounds(); local
435 EXPECT_GT(bounds_on_grow.width(), initial_bounds.width());
436 EXPECT_EQ(bounds_on_grow.height(), initial_bounds.height());
445 EXPECT_GT(bounds_on_shrink.width(), initial_bounds.width());
446 EXPECT_EQ(bounds_on_shrink.height(), initial_bounds.height());
H A Dpanel_drag_browsertest.cc62 const gfx::Rect& initial_bounds,
67 initial_bounds.height());
73 const gfx::Rect& initial_bounds,
76 below_bounds.y() - initial_bounds.height(),
77 initial_bounds.width(),
78 initial_bounds.height());
2991 gfx::Rect initial_bounds = gfx::Rect(100, 100, 200, 150); local
2992 Panel* panel = CreateDetachedPanel("1", initial_bounds);
2993 gfx::Rect expected_bounds(initial_bounds);
61 GetStackedAtBottomPanelBounds( const gfx::Rect& initial_bounds, const gfx::Rect& above_bounds) argument
72 GetStackedAtTopPanelBounds( const gfx::Rect& initial_bounds, const gfx::Rect& below_bounds) argument
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dexperimental_web_auth_flow.cc37 const gfx::Rect& initial_bounds,
43 initial_bounds_(initial_bounds),
98 browser_params.initial_bounds = initial_bounds_;
32 ExperimentalWebAuthFlow( Delegate* delegate, Profile* profile, const GURL& provider_url, Mode mode, const gfx::Rect& initial_bounds, chrome::HostDesktopType host_desktop_type) argument
H A Dexperimental_identity_api.cc327 gfx::Rect initial_bounds; local
329 initial_bounds.set_width(*details.width);
331 initial_bounds.set_height(*details.height);
333 initial_bounds.set_x(*details.left);
335 initial_bounds.set_y(*details.top);
343 this, profile(), auth_url, mode, initial_bounds,
/external/chromium_org/ash/wm/
H A Dcustom_frame_view_ash_unittest.cc664 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen(); local
682 EXPECT_EQ(new_bounds.x(), initial_bounds.x());
683 EXPECT_EQ(new_bounds.y(), initial_bounds.x());
684 EXPECT_EQ(new_bounds.width(), initial_bounds.width());
685 EXPECT_EQ(new_bounds.height(), initial_bounds.height());
695 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen(); local
715 EXPECT_EQ(new_bounds.x(), initial_bounds.x());
716 EXPECT_EQ(new_bounds.y(), initial_bounds.x());
717 EXPECT_EQ(new_bounds.width(), initial_bounds.width());
718 EXPECT_EQ(new_bounds.height(), initial_bounds
728 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen(); local
757 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen(); local
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager_unittest.cc169 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
170 DragVerticallyAndRelativeToEdge(edge, window, dx, y - initial_bounds.y());
180 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
190 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
191 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
207 dx += window->GetRootWindow()->bounds().x() - initial_bounds.x();
209 dx += window->GetRootWindow()->bounds().right() - initial_bounds.right();
218 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
H A Ddocked_window_resizer_unittest.cc181 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
182 DragVerticallyAndRelativeToEdge(edge, window, dx, y - initial_bounds.y());
192 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
202 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
203 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
219 dx += window->GetRootWindow()->bounds().x() - initial_bounds.x();
221 dx += window->GetRootWindow()->bounds().right() - initial_bounds.right();
230 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
535 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc105 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
110 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
111 EXPECT_EQ(initial_bounds.y(), window->GetBoundsInScreen().y());
115 EXPECT_EQ(initial_bounds.x() + dx * 100, window->GetBoundsInScreen().x());
116 EXPECT_EQ(initial_bounds.y() + dy * 100, window->GetBoundsInScreen().y());
134 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
135 EXPECT_EQ(initial_bounds.y(), window->GetBoundsInScreen().y());
285 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
291 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
292 EXPECT_EQ(initial_bounds
316 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
337 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
370 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
[all...]
/external/chromium_org/ui/aura/
H A Droot_window.h68 // CreateParams with initial_bounds and default host in pixel.
69 explicit CreateParams(const gfx::Rect& initial_bounds);
72 gfx::Rect initial_bounds; member in struct:aura::RootWindow::CreateParams
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h192 gfx::Rect initial_bounds; member in struct:views::MenuController::State
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.h188 gfx::Rect initial_bounds; member in struct:Browser::CreateParams
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_tab_container_win.cc276 const gfx::Rect& initial_bounds)
279 initial_bounds) {}
273 ExternalTabRootWindowHost( views::internal::NativeWidgetDelegate* native_widget_delegate, views::DesktopNativeWidgetAura* desktop_native_widget_aura, const gfx::Rect& initial_bounds) argument
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc813 const gfx::Rect& initial_bounds,
823 base::Value::CreateIntegerValue(initial_bounds.height()));
825 base::Value::CreateIntegerValue(initial_bounds.width()));
810 RequestNewWindowPermission( WebContentsImpl* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_bounds, bool user_gesture) argument
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_root_window_host_win.cc58 const gfx::Rect& initial_bounds)
887 const gfx::Rect& initial_bounds) {
890 initial_bounds);
55 DesktopRootWindowHostWin( internal::NativeWidgetDelegate* native_widget_delegate, DesktopNativeWidgetAura* desktop_native_widget_aura, const gfx::Rect& initial_bounds) argument
884 Create( internal::NativeWidgetDelegate* native_widget_delegate, DesktopNativeWidgetAura* desktop_native_widget_aura, const gfx::Rect& initial_bounds) argument
H A Ddesktop_root_window_host_x11.cc117 const gfx::Rect& initial_bounds)
1341 const gfx::Rect& initial_bounds) {
1344 initial_bounds);
114 DesktopRootWindowHostX11( internal::NativeWidgetDelegate* native_widget_delegate, DesktopNativeWidgetAura* desktop_native_widget_aura, const gfx::Rect& initial_bounds) argument
1338 Create( internal::NativeWidgetDelegate* native_widget_delegate, DesktopNativeWidgetAura* desktop_native_widget_aura, const gfx::Rect& initial_bounds) argument
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc351 const gfx::Rect& initial_bounds) {
354 browser->set_override_bounds(initial_bounds);
348 CreateForPopup(Type type, Profile* profile, TabContents* new_contents, const gfx::Rect& initial_bounds) argument

Completed in 496 milliseconds