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

  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 105 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.y() - 100, window->GetBoundsInScreen().y())
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/ash/wm/
custom_frame_view_ash_unittest.cc 664 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.height())
728 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen(); local
757 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen(); local
    [all...]
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager_unittest.cc 169 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());
docked_window_resizer_unittest.cc 181 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
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_identity_api.cc 327 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/chrome/browser/ui/panels/
detached_panel_collection.cc 268 gfx::Rect initial_bounds = requested_bounds; local
269 initial_bounds.set_y(
271 return initial_bounds;
docked_panel_collection.cc 792 gfx::Rect initial_bounds = requested_bounds; local
793 initial_bounds.set_origin(
795 return initial_bounds;
panel_browsertest.cc 427 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());
    [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 68 // 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/
menu_controller.h 192 gfx::Rect initial_bounds; member in struct:views::MenuController::State
  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 415 gfx::Rect initial_bounds = ScreenAsh::ConvertRectToScreen( local
418 initial_bounds :
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser.h 188 gfx::Rect initial_bounds; member in struct:Browser::CreateParams
    [all...]

Completed in 2316 milliseconds