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

  /external/chromium_org/apps/
shell_window_geometry_cache.h 72 const gfx::Rect& screen_bounds,
76 // |window_id|. If saved data exists, sets |bounds|, |screen_bounds| and
81 gfx::Rect* screen_bounds,
104 gfx::Rect screen_bounds; member in struct:apps::ShellWindowGeometryCache::WindowData
shell_window_geometry_cache_unittest.cc 42 const gfx::Rect& screen_bounds,
64 const gfx::Rect& screen_bounds,
72 value->SetInteger("screen_bounds_x", screen_bounds.x());
73 value->SetInteger("screen_bounds_y", screen_bounds.y());
74 value->SetInteger("screen_bounds_w", screen_bounds.width());
75 value->SetInteger("screen_bounds_h", screen_bounds.height());
125 // Test that loading geometry, screen_bounds and state from the store works
130 gfx::Rect screen_bounds(0, 0, 1600, 900);
133 screen_bounds, state);
140 ASSERT_EQ(screen_bounds, new_screen_bounds)
166 gfx::Rect screen_bounds; local
    [all...]
shell_window_geometry_cache.cc 53 const gfx::Rect& screen_bounds,
61 extension_data[window_id].screen_bounds == screen_bounds &&
68 extension_data[window_id].screen_bounds = screen_bounds;
113 const gfx::Rect& screen_bounds = it->second.screen_bounds; local
118 value->SetInteger("screen_bounds_x", screen_bounds.x());
119 value->SetInteger("screen_bounds_y", screen_bounds.y());
120 value->SetInteger("screen_bounds_w", screen_bounds.width())
    [all...]
shell_window.cc 577 gfx::Rect screen_bounds = local
583 screen_bounds,
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.cc 255 gfx::Rect screen_bounds = views::Screen::GetMonitorAreaNearestWindow( local
257 gfx::Point origin(screen_bounds.x() +
258 (screen_bounds.width() - size.width()) / 2,
259 screen_bounds.y());
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 76 gfx::Rect screen_bounds = local
78 ASSERT_GT(screen_bounds.width(), kBrowserWidth);
79 ASSERT_GT(screen_bounds.height(), kBrowserHeight);
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.cc 438 gfx::Rect screen_bounds = screen->GetDisplayNearestWindow( local
440 int x = screen_bounds.x() + (screen_bounds.width() - size.width()) / 2;
442 int top_container_bottom = screen_bounds.y();
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 71 gfx::Rect screen_bounds = screen->GetPrimaryDisplay().bounds(); local
78 if (work_area.height() < screen_bounds.height()) {
79 if (work_area.y() > screen_bounds.y())
83 if (work_area.width() < screen_bounds.width()) {
84 if (work_area.x() > screen_bounds.x())
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 975 gfx::Rect screen_bounds = ash::Shell::GetScreen()->GetDisplayMatching( local
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc 378 gfx::Rect screen_bounds(star_view_->GetImageBounds());
380 screen_bounds.Inset(1, 1, 1, 2);
381 gfx::Point origin(screen_bounds.origin());
383 screen_bounds.set_origin(origin);
384 browser::ShowBookmarkBubbleView(GetWindow(), screen_bounds, star_view_, local
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 1203 gfx::Rect screen_bounds = views::Screen::GetMonitorWorkAreaNearestWindow( local
    [all...]

Completed in 1087 milliseconds