OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:upper_threshold
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc
837
int
upper_threshold
= tabstrip_bounds.bottom() + kVerticalDetachMagnetism;
local
840
screen_point.y() <=
upper_threshold
) {
847
int
upper_threshold
= tabstrip_bounds.right() +
local
851
screen_point.x() <=
upper_threshold
) {
[
all
...]
/external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
328
int
upper_threshold
= tabstrip_bounds.bottom() + kVerticalDetachMagnetism;
local
331
screen_point.y() <=
upper_threshold
) {
/external/chromium_org/chrome/browser/ui/gtk/tabs/
dragged_tab_controller_gtk.cc
396
int
upper_threshold
= tabstrip_bounds.bottom() + kVerticalDetachMagnetism;
local
399
screen_point.y() <=
upper_threshold
) {
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc
225
int
upper_threshold
= bounds.bottom() + vertical_adjustment;
local
227
return y >= lower_threshold && y <=
upper_threshold
;
[
all
...]
Completed in 175 milliseconds