OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_y
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/panels/
panel_drag_gtk.cc
263
gint
old_y
= static_cast<gint>(old_y_double);
local
265
if (gtk_drag_check_threshold(drag_widget_, old_x,
old_y
,
268
drag_delegate_->DragStarted(gfx::Point(old_x,
old_y
));
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_gtk.cc
280
gint
old_y
= static_cast<gint>(last_mouse_down_->button.y_root);
local
285
if (gtk_drag_check_threshold(widget(), old_x,
old_y
,
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_gtk.cc
232
gint
old_y
= static_cast<gint>(last_mouse_down_->button.y_root);
local
237
if (gtk_drag_check_threshold(widget(), old_x,
old_y
,
Completed in 60 milliseconds