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

  /external/chromium_org/chrome/browser/ui/gtk/
gtk_window_util.cc 24 static int last_click_x; member in namespace:gtk_window_util
159 int click_move_x = abs(event->x - last_click_x);
163 last_click_x = static_cast<int>(event->x);
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_builders_gtk.cc 27 static gint last_click_x = 0; member in namespace:__anon7826
46 std::abs(x - last_click_x) > double_click_distance ||
54 last_click_x = 0;
465 last_click_x = event->x;

Completed in 46 milliseconds