HomeSort by relevance Sort by last modified time
    Searched defs:initial_bounds (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button_unittest.cc 666 gfx::Rect initial_bounds = widget()->GetWindowBoundsInScreen(); local
684 EXPECT_EQ(new_bounds.x(), initial_bounds.x());
685 EXPECT_EQ(new_bounds.y(), initial_bounds.x());
686 EXPECT_EQ(new_bounds.width(), initial_bounds.width());
687 EXPECT_EQ(new_bounds.height(), initial_bounds.height());
695 gfx::Rect initial_bounds = widget()->GetWindowBoundsInScreen(); local
716 EXPECT_EQ(new_bounds.x(), initial_bounds.x());
717 EXPECT_EQ(new_bounds.y(), initial_bounds.x());
718 EXPECT_EQ(new_bounds.width(), initial_bounds.width());
719 EXPECT_EQ(new_bounds.height(), initial_bounds.height())
727 gfx::Rect initial_bounds = widget()->GetWindowBoundsInScreen(); local
810 gfx::Rect initial_bounds = widget()->GetWindowBoundsInScreen(); local
843 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager_unittest.cc 181 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
182 DragVerticallyAndRelativeToEdge(edge, window, dx, y - initial_bounds.y());
190 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
212 EXPECT_EQ(initial_bounds.y() + dy, window->GetBoundsInScreen().y());
    [all...]
docked_window_resizer_unittest.cc 199 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
202 dx, y - initial_bounds.y(),
212 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
235 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;
580 gfx::Rect initial_bounds(w2->bounds());
591 (initial_bounds.x() - initial_location_in_parent().x()) : 0;
646 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
    [all...]
  /external/chromium_org/ash/wm/
drag_window_resizer_unittest.cc 610 gfx::Rect initial_bounds = gfx::Rect(0, 0, 50, 60); local
615 window->SetBoundsInScreen(initial_bounds,
628 EXPECT_EQ(initial_bounds.ToString(), window->bounds().ToString());
635 window->SetBoundsInScreen(initial_bounds,
647 EXPECT_EQ(initial_bounds.ToString(), window->bounds().ToString());
654 window->SetBoundsInScreen(initial_bounds,
667 EXPECT_NE(initial_bounds.ToString(), window->bounds().ToString());
  /external/chromium_org/ash/wm/overview/
window_selector_unittest.cc 645 gfx::Rect initial_bounds = ToEnclosingRect( local
657 EXPECT_NE(initial_bounds, ToEnclosingRect(
661 EXPECT_EQ(initial_bounds, ToEnclosingRect(
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 109 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
114 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
115 EXPECT_EQ(initial_bounds.y(), window->GetBoundsInScreen().y());
119 EXPECT_EQ(initial_bounds.x() + dx * 100, window->GetBoundsInScreen().x());
120 EXPECT_EQ(initial_bounds.y() + dy * 100, window->GetBoundsInScreen().y());
138 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
139 EXPECT_EQ(initial_bounds.y(), window->GetBoundsInScreen().y());
305 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
311 EXPECT_EQ(initial_bounds.x(), window->GetBoundsInScreen().x());
312 EXPECT_EQ(initial_bounds.y() - 100, window->GetBoundsInScreen().y())
334 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
354 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
387 gfx::Rect initial_bounds = window->GetBoundsInScreen(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc 267 gfx::Rect initial_bounds = requested_bounds; local
268 initial_bounds.set_y(
270 return initial_bounds;
docked_panel_collection.cc 791 gfx::Rect initial_bounds = requested_bounds; local
792 initial_bounds.set_origin(
794 return initial_bounds;
panel_browsertest.cc 426 gfx::Rect initial_bounds = panel->GetBounds(); local
434 EXPECT_GT(bounds_on_grow.width(), initial_bounds.width());
435 EXPECT_EQ(bounds_on_grow.height(), initial_bounds.height());
444 EXPECT_GT(bounds_on_shrink.width(), initial_bounds.width());
445 EXPECT_EQ(bounds_on_shrink.height(), initial_bounds.height());
    [all...]
panel_drag_browsertest.cc 62 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
    [all...]
  /external/chromium_org/ui/aura/
root_window.h 64 // CreateParams with initial_bounds and default host in pixel.
65 explicit CreateParams(const gfx::Rect& initial_bounds);
68 gfx::Rect initial_bounds; member in struct:aura::RootWindow::CreateParams
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 194 gfx::Rect initial_bounds; member in struct:views::MenuController::State
  /external/chromium_org/chrome/browser/ui/
browser.h 188 gfx::Rect initial_bounds; member in struct:Browser::CreateParams
    [all...]
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 451 gfx::Rect initial_bounds = ScreenAsh::ConvertRectToScreen( local
455 initial_bounds :
    [all...]

Completed in 1333 milliseconds