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

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 329 int lower_threshold = tabstrip_bounds.y() - kVerticalDetachMagnetism; local
330 if (screen_point.y() >= lower_threshold &&
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 838 int lower_threshold = tabstrip_bounds.y() - kVerticalDetachMagnetism; local
839 if (screen_point.y() >= lower_threshold &&
849 int lower_threshold = tabstrip_bounds.x() - kHorizontalDetachMagnetism; local
850 if (screen_point.x() >= lower_threshold &&
    [all...]

Completed in 24 milliseconds