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

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 328 int upper_threshold = tabstrip_bounds.bottom() + kVerticalDetachMagnetism; local
331 screen_point.y() <= upper_threshold) {
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 837 int upper_threshold = tabstrip_bounds.bottom() + kVerticalDetachMagnetism; local
840 screen_point.y() <= upper_threshold) {
847 int upper_threshold = tabstrip_bounds.right() + local
851 screen_point.x() <= upper_threshold) {
    [all...]

Completed in 34 milliseconds