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

  /external/chromium_org/ash/host/
ash_window_tree_host_init_params.h 23 gfx::Rect initial_bounds; member in struct:ash::AshWindowTreeHostInitParams
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager_unittest.cc 176 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());
    [all...]
docked_window_resizer_unittest.cc 198 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
    [all...]
  /external/chromium_org/ash/wm/panels/
panel_window_resizer_unittest.cc 101 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.y() - 100, window->GetBoundsInScreen().y())
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/
application_launch.cc 161 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/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 771 gfx::Rect initial_bounds = requested_bounds; local
772 initial_bounds.set_origin(
774 return initial_bounds;
panel_browsertest.cc 428 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());
    [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/views/widget/desktop_aura/
desktop_window_tree_host_x11_unittest.cc 336 gfx::Rect initial_bounds = widget->GetWindowBoundsInScreen(); local
379 EXPECT_EQ(initial_bounds.ToString(),
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 46 explicit MaximizeDelegateView(const gfx::Rect& initial_bounds)
47 : initial_bounds_(initial_bounds) {
958 gfx::Rect initial_bounds = default_container()->children()[0]->bounds(); local
    [all...]
workspace_window_resizer.cc 429 gfx::Rect initial_bounds = ScreenUtil::ConvertRectToScreen( local
433 initial_bounds :
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_unittest.cc 557 gfx::Rect initial_bounds = ToEnclosingRect( local
569 EXPECT_NE(initial_bounds, ToEnclosingRect(
573 EXPECT_EQ(initial_bounds, ToEnclosingRect(
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser.h 176 gfx::Rect initial_bounds; member in struct:Browser::CreateParams
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 228 gfx::Rect initial_bounds; member in struct:views::MenuController::State
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 2018 gfx::Rect initial_bounds = status_window->bounds(); local
    [all...]
  /external/chromium_org/extensions/browser/app_window/
app_window.cc 344 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());
    [all...]

Completed in 2233 milliseconds