HomeSort by relevance Sort by last modified time
    Searched full:drag_min_distance (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.cc 120 int drag_min_distance; local
121 g_object_get(settings, "gtk-dnd-drag-threshold", &drag_min_distance, NULL);
122 if (event->y - y_position_of_last_press_ < drag_min_distance)
  /external/chromium_org/chrome/browser/ui/gtk/
back_forward_button_gtk.cc 126 int drag_min_distance; local
127 g_object_get(settings, "gtk-dnd-drag-threshold", &drag_min_distance, NULL);
128 if (event->y - y_position_of_last_press_ < drag_min_distance)
reload_button_gtk.cc 332 int drag_min_distance; local
333 g_object_get(settings, "gtk-dnd-drag-threshold", &drag_min_distance, NULL);
334 if (event->y - y_position_of_last_press_ < drag_min_distance)

Completed in 254 milliseconds