HomeSort by relevance Sort by last modified time
    Searched defs:mid_x (Results 1 - 5 of 5) 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/ppapi/tests/
test_fullscreen.cc 41 static int32_t mid_x = screen_size.width() / 2; local
43 return (position.Contains(mid_x, mid_y));
  /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...]

Completed in 758 milliseconds