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

/external/chromium_org/ash/host/
H A Dash_window_tree_host_init_params.h23 gfx::Rect initial_bounds; member in struct:ash::AshWindowTreeHostInitParams
H A Dash_window_tree_host_ozone.cc21 explicit AshWindowTreeHostOzone(const gfx::Rect& initial_bounds);
43 AshWindowTreeHostOzone::AshWindowTreeHostOzone(const gfx::Rect& initial_bounds) argument
44 : aura::WindowTreeHostOzone(initial_bounds),
94 return new AshWindowTreeHostOzone(init_params.initial_bounds);
H A Dash_window_tree_host_win.cc25 explicit AshWindowTreeHostWin(const gfx::Rect& initial_bounds) argument
26 : aura::WindowTreeHostWin(initial_bounds),
121 return new AshWindowTreeHostWin(init_params.initial_bounds);
H A Dash_window_tree_host_x11.cc35 AshWindowTreeHostX11::AshWindowTreeHostX11(const gfx::Rect& initial_bounds) argument
36 : WindowTreeHostX11(initial_bounds),
300 return new AshWindowTreeHostX11(init_params.initial_bounds);
/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(gfx::AnimationDelegate* target, Panel* panel, const gfx::Rect& initial_bounds, const gfx::Rect& final_bounds) argument
H A Ddetached_panel_collection.cc267 gfx::Rect initial_bounds = requested_bounds; local
268 initial_bounds.set_y(
270 return initial_bounds;
H A Ddocked_panel_collection.cc771 gfx::Rect initial_bounds = requested_bounds; local
772 initial_bounds.set_origin(
774 return initial_bounds;
H A Dpanel_browsertest.cc428 gfx::Rect initial_bounds = panel->GetBounds(); local
436 EXPECT_GT(bounds_on_grow.width(), initial_bounds.width());
437 EXPECT_EQ(bounds_on_grow.height(), initial_bounds.height());
446 EXPECT_GT(bounds_on_shrink.width(), initial_bounds.width());
447 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/ash/wm/dock/
H A Ddocked_window_layout_manager_unittest.cc176 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
177 DragVerticallyAndRelativeToEdge(edge, window, dx, y - initial_bounds.y());
185 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
207 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
H A Ddocked_window_resizer_unittest.cc198 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
201 dx, y - initial_bounds.y(),
211 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
234 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
351 gfx::Rect initial_bounds(window->bounds());
355 int expected_x = initial_bounds.x() - initial_location_in_parent().x() + 1;
630 gfx::Rect initial_bounds(w2->bounds());
641 (initial_bounds.x() - initial_location_in_parent().x()) : 0;
726 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer_unittest.cc101 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
106 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
107 EXPECT_EQ(initial_bounds.y(), window->GetBoundsInScreen().y());
111 EXPECT_EQ(initial_bounds.x() + dx * 100, window->GetBoundsInScreen().x());
112 EXPECT_EQ(initial_bounds.y() + dy * 100, window->GetBoundsInScreen().y());
129 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
130 EXPECT_EQ(initial_bounds.y(), window->GetBoundsInScreen().y());
328 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
334 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
335 EXPECT_EQ(initial_bounds
357 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
377 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
410 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
443 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
[all...]
/external/chromium_org/chrome/browser/ui/extensions/
H A Dapplication_launch.cc161 gfx::Rect initial_bounds; local
163 initial_bounds = params.override_bounds;
165 initial_bounds.set_width(
167 initial_bounds.set_height(
174 initial_bounds,
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_unittest.cc336 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen(); local
379 EXPECT_EQ(initial_bounds.ToString(),
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc46 explicit MaximizeDelegateView(const gfx::Rect& initial_bounds) argument
47 : initial_bounds_(initial_bounds) {
958 gfx::Rect initial_bounds = default_container()->children()[0]->bounds(); local
967 EXPECT_LT(reduced_bounds.height(), initial_bounds.height());
H A Dworkspace_window_resizer.cc429 gfx::Rect initial_bounds = ScreenUtil::ConvertRectToScreen( local
433 initial_bounds :
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_unittest.cc557 gfx::Rect initial_bounds = ToEnclosingRect( local
569 EXPECT_NE(initial_bounds, ToEnclosingRect(
573 EXPECT_EQ(initial_bounds, ToEnclosingRect(
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h228 gfx::Rect initial_bounds; member in struct:views::MenuController::State
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc2018 gfx::Rect initial_bounds = status_window->bounds(); local
2024 EXPECT_GT(hide_target_bounds.y(), initial_bounds.y());
2028 EXPECT_EQ(initial_bounds, reshow_target_bounds);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.h176 gfx::Rect initial_bounds; member in struct:Browser::CreateParams
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc344 gfx::Rect initial_bounds = new_params.GetInitialWindowBounds(frame_insets); local
345 initial_bounds.Inset(frame_insets);
346 app_delegate_->ResizeWebContents(web_contents, initial_bounds.size());
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_guest.cc1080 const gfx::Rect& initial_bounds,
1096 request_info.SetInteger(webview::kInitialHeight, initial_bounds.height());
1097 request_info.SetInteger(webview::kInitialWidth, initial_bounds.width());
1078 RequestNewWindowPermission( WindowOpenDisposition disposition, const gfx::Rect& initial_bounds, bool user_gesture, content::WebContents* new_contents) argument

Completed in 430 milliseconds