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

  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 285 int mid_y = m_bounds.y() + m_bounds.height() / 2; local
292 info.CheckMonitorPoint(screen_point, m_bounds.x(), mid_y,
294 info.CheckMonitorPoint(screen_point, m_bounds.right(), mid_y,
  /external/chromium_org/chrome/browser/ui/views/tabs/
dock_info_win.cc 339 int mid_y = m_bounds.y() + m_bounds.height() / 2; local
346 info.CheckMonitorPoint(screen_point, m_bounds.x(), mid_y,
348 info.CheckMonitorPoint(screen_point, m_bounds.right(), mid_y,
  /external/chromium_org/ppapi/tests/
test_fullscreen.cc 42 static int32_t mid_y = screen_size.height() / 2; local
43 return (position.Contains(mid_x, mid_y));
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 1006 int mid_y = ideal_bounds.y() + ideal_bounds.height() \/ 2; local
    [all...]

Completed in 220 milliseconds