HomeSort by relevance Sort by last modified time
    Searched refs:mid_x (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.cc 103 int mid_x = tab_contents_bounds_.x() + local
107 mid_x + size.width() / 2 : mid_x - size.width() / 2;
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 284 int mid_x = m_bounds.x() + m_bounds.width() / 2; local
288 info.CheckMonitorPoint(screen_point, mid_x, m_bounds.y(),
290 info.CheckMonitorPoint(screen_point, mid_x, m_bounds.bottom(),
  /external/chromium_org/chrome/browser/ui/views/tabs/
dock_info_win.cc 338 int mid_x = m_bounds.x() + m_bounds.width() / 2; local
342 info.CheckMonitorPoint(screen_point, mid_x, m_bounds.y(),
344 info.CheckMonitorPoint(screen_point, mid_x, m_bounds.bottom(),
tab_drag_controller.cc 1520 int mid_x = std::min(next_x - kStackedDistance, local
1535 int mid_x = std::max(previous_x + kStackedDistance, local
    [all...]
  /external/chromium_org/ash/wm/workspace/
snap_sizer.cc 182 int mid_x = x + width;
183 return gfx::Rect(x, y, mid_x - x, max_y - y);
  /external/chromium_org/ppapi/tests/
test_fullscreen.cc 41 static int32_t mid_x = screen_size.width() / 2; local
43 return (position.Contains(mid_x, mid_y));

Completed in 95 milliseconds