HomeSort by relevance Sort by last modified time
    Searched refs:initial_bounds (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/ash/host/
root_window_host_factory.cc 17 const gfx::Rect& initial_bounds) OVERRIDE {
18 return aura::RootWindowHost::Create(initial_bounds);
root_window_host_factory_win.cc 21 const gfx::Rect& initial_bounds) OVERRIDE {
25 return aura::RemoteRootWindowHostWin::Create(initial_bounds);
27 return aura::RootWindowHost::Create(initial_bounds);
root_window_host_factory.h 25 const gfx::Rect& initial_bounds) = 0;
  /external/chromium_org/ash/wm/workspace/
magnetism_matcher_unittest.cc 15 const gfx::Rect initial_bounds(20, 10, 50, 60);
16 MagnetismMatcher matcher(initial_bounds, kAllMagnetismEdges);
20 gfx::Rect(initial_bounds.x() - distance - 10,
21 initial_bounds.y() - distance - 10, 2, 3), &edge));
24 gfx::Rect(initial_bounds.x() - 2, initial_bounds.y(), 1, 1),
30 gfx::Rect(initial_bounds.x() - 2,
31 initial_bounds.y() + distance + 1 , 1, 1),
40 const gfx::Rect initial_bounds(20, 10, 50, 60);
41 MagnetismMatcher matcher(initial_bounds, kAllMagnetismEdges)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_root_window_host_x11.cc 13 const gfx::Rect& initial_bounds,
17 initial_bounds),
71 const gfx::Rect& initial_bounds,
76 initial_bounds,
browser_desktop_root_window_host.h 29 const gfx::Rect& initial_bounds,
browser_desktop_root_window_host_x11.h 26 const gfx::Rect& initial_bounds,
browser_desktop_root_window_host_win.h 26 const gfx::Rect& initial_bounds,
browser_desktop_root_window_host_win.cc 78 const gfx::Rect& initial_bounds,
83 initial_bounds),
290 const gfx::Rect& initial_bounds,
295 initial_bounds,
  /external/chromium_org/chrome/browser/ui/panels/
panel_bounds_animation.h 19 const gfx::Rect& initial_bounds,
panel_bounds_animation.cc 21 const gfx::Rect& initial_bounds,
32 if (initial_bounds.height() > final_bounds.height() &&
36 double distance_y = initial_bounds.height() - final_bounds.height();
detached_panel_browsertest.cc 155 gfx::Rect initial_bounds(50, 50, 700, 500);
156 Panel* panel = CreateDetachedPanel("1", initial_bounds);
157 EXPECT_EQ(initial_bounds, panel->GetBounds());
191 gfx::Rect initial_bounds(450, 50, 350, 400);
192 Panel* panel = CreateDetachedPanel("1", initial_bounds);
193 EXPECT_EQ(initial_bounds, panel->GetBounds());
  /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/chrome/browser/ui/window_sizer/
window_sizer_unittest.cc 165 gfx::Rect initial_bounds(kWindowTilePixels, kWindowTilePixels, 500, 400);
168 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(), initial_bounds,
170 EXPECT_EQ(initial_bounds.ToString(), window_bounds.ToString());
174 gfx::Rect initial_bounds(0, 0, 1024, 768);
177 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(), initial_bounds,
179 EXPECT_EQ(initial_bounds.ToString(), window_bounds.ToString());
183 gfx::Rect initial_bounds(-600, 10, 500, 400);
187 initial_bounds, gfx::Rect(), PERSISTED, NULL, gfx::Rect(),
189 EXPECT_EQ(initial_bounds.ToString(), window_bounds.ToString());
193 gfx::Rect initial_bounds(-1024, 0, 1024, 768)
    [all...]
window_sizer_common_unittest.cc 184 gfx::Rect initial_bounds(-470, 50, 500, 400);
188 initial_bounds, gfx::Rect(), PERSISTED,
190 EXPECT_EQ(initial_bounds.ToString(), window_bounds.ToString());
204 gfx::Rect initial_bounds(50, -370, 500, 400);
215 gfx::Rect initial_bounds(994, 50, 500, 400);
219 initial_bounds, gfx::Rect(), PERSISTED,
221 EXPECT_EQ(initial_bounds.ToString(), window_bounds.ToString());
236 gfx::Rect initial_bounds(50, 738, 500, 400);
240 initial_bounds, gfx::Rect(), PERSISTED,
242 EXPECT_EQ(initial_bounds.ToString(), window_bounds.ToString())
    [all...]
window_sizer_ash_unittest.cc 265 gfx::Rect initial_bounds(WindowSizer::kDesktopBorderSize,
269 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(), initial_bounds,
271 EXPECT_EQ(initial_bounds.ToString(), window_bounds.ToString());
275 gfx::Rect initial_bounds(0, 0, 1024, 768);
278 GetWindowBounds(p1024x768, p1024x768, gfx::Rect(), initial_bounds,
280 EXPECT_EQ(initial_bounds.ToString(), window_bounds.ToString());
284 gfx::Rect initial_bounds(-600, 10, 500, 400);
288 initial_bounds, gfx::Rect(), PERSISTED, NULL, gfx::Rect(),
290 EXPECT_EQ(initial_bounds.ToString(), window_bounds.ToString());
294 gfx::Rect initial_bounds(-1024, 0, 1024, 768)
    [all...]
  /external/chromium/chrome/browser/ui/
window_sizer_unittest.cc 360 gfx::Rect initial_bounds(kWindowTilePixels, kWindowTilePixels, 500, 400);
364 GetWindowBounds(tentwentyfour, tentwentyfour, gfx::Rect(), initial_bounds,
367 EXPECT_EQ(initial_bounds, window_bounds);
371 gfx::Rect initial_bounds(0, 0, 1024, 768);
375 GetWindowBounds(tentwentyfour, tentwentyfour, gfx::Rect(), initial_bounds,
378 EXPECT_EQ(initial_bounds, window_bounds);
382 gfx::Rect initial_bounds(-600, 10, 500, 400);
387 initial_bounds, false, gfx::Rect(), PERSISTED,
390 EXPECT_EQ(initial_bounds, window_bounds);
394 gfx::Rect initial_bounds(-1024, 0, 1024, 768)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_web_auth_flow.cc 37 const gfx::Rect& initial_bounds,
43 initial_bounds_(initial_bounds),
98 browser_params.initial_bounds = initial_bounds_;
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,
experimental_web_auth_flow.h 73 const gfx::Rect& initial_bounds,
  /external/chromium_org/ui/views/animation/
bounds_animator_unittest.cc 114 gfx::Rect initial_bounds(0, 0, 10, 10);
115 child()->SetBoundsRect(initial_bounds);
132 EXPECT_EQ(gfx::UnionRects(target_bounds, initial_bounds),
  /external/chromium_org/ui/gfx/
interpolated_transform_unittest.cc 189 gfx::Rect initial_bounds(30, 1000, 192, 108);
192 target_bounds.height()) / initial_bounds.width();
194 target_bounds.width()) / initial_bounds.height();
203 gfx::Point(target_bounds.x() - initial_bounds.x(),
204 target_bounds.y() - initial_bounds.y())));
211 gfx::Point(initial_bounds.width() * 0.5,
212 initial_bounds.height() * 0.5),
  /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());
  /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/ui/views/widget/desktop_aura/
desktop_root_window_host.h 39 const gfx::Rect& initial_bounds);

Completed in 456 milliseconds

1 2 3