OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lower_threshold
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
329
int
lower_threshold
= tabstrip_bounds.y() - kVerticalDetachMagnetism;
local
330
if (screen_point.y() >=
lower_threshold
&&
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc
838
int
lower_threshold
= tabstrip_bounds.y() - kVerticalDetachMagnetism;
local
839
if (screen_point.y() >=
lower_threshold
&&
849
int
lower_threshold
= tabstrip_bounds.x() - kHorizontalDetachMagnetism;
local
850
if (screen_point.x() >=
lower_threshold
&&
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
397
int
lower_threshold
= tabstrip_bounds.y() - kVerticalDetachMagnetism;
local
398
if (screen_point.y() >=
lower_threshold
&&
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc
226
int
lower_threshold
= bounds.y() - vertical_adjustment;
local
227
return y >=
lower_threshold
&& y <= upper_threshold;
[
all
...]
Completed in 696 milliseconds