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

  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 32 const int kVerticalDetachMagnetism = 15; // pixels
328 int upper_threshold = tabstrip_bounds.bottom() + kVerticalDetachMagnetism;
329 int lower_threshold = tabstrip_bounds.y() - kVerticalDetachMagnetism;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.h 85 static const int kVerticalDetachMagnetism;
tab_drag_controller.cc 377 const int TabDragController::kVerticalDetachMagnetism = 15;
    [all...]
tab_drag_controller_interactive_uitest.cc 209 TabDragController::kVerticalDetachMagnetism) +
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc 42 const int kVerticalDetachMagnetism = 15; // pixels
396 int upper_threshold = tabstrip_bounds.bottom() + kVerticalDetachMagnetism;
397 int lower_threshold = tabstrip_bounds.y() - kVerticalDetachMagnetism;
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 827 static const int kVerticalDetachMagnetism = 15;
837 int upper_threshold = tabstrip_bounds.bottom() + kVerticalDetachMagnetism;
838 int lower_threshold = tabstrip_bounds.y() - kVerticalDetachMagnetism;
    [all...]

Completed in 568 milliseconds