Searched refs:is_beneath (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc732 bool* is_beneath) {
759 *is_beneath = (monitor_bounds.IsEmpty() ||
762 *is_beneath = false;
765 if (*is_beneath)
808 bool is_beneath; local
810 &is_beneath);
813 drop_info_.reset(new DropInfo(tab_data_index, drop_before, !is_beneath));
817 if (is_beneath == drop_info_->point_down) {
818 drop_info_->point_down = !is_beneath;
730 GetDropBounds(int drop_index, bool drop_before, bool* is_beneath) argument
H A Dtab_strip.h192 // |is_beneath| to indicate whether the arrow is beneath the tab, or above
194 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc1534 bool* is_beneath) {
1562 *is_beneath = true;
1563 if (*is_beneath)
1596 bool is_beneath; local
1597 gfx::Rect drop_bounds = GetDropBounds(index, drop_before, &is_beneath);
1600 drop_info_.reset(new DropInfo(index, drop_before, !is_beneath));
1611 if (is_beneath == drop_info_->point_down) {
1612 drop_info_->point_down = !is_beneath;
1532 GetDropBounds(int drop_index, bool drop_before, bool* is_beneath) argument
H A Dtab_strip_gtk.h357 // |is_beneath| to indicate whether the arrow is beneath the tab, or above
359 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc1665 bool* is_beneath) {
1693 *is_beneath = true;
1694 if (*is_beneath)
1727 bool is_beneath; local
1728 gfx::Rect drop_bounds = GetDropBounds(index, drop_before, &is_beneath);
1738 drop_info_.reset(new DropInfo(index, drop_before, !is_beneath));
1749 if (is_beneath == drop_info_->point_down) {
1750 drop_info_->point_down = !is_beneath;
1663 GetDropBounds(int drop_index, bool drop_before, bool* is_beneath) argument
H A Dtab_strip_gtk.h385 // |is_beneath| to indicate whether the arrow is beneath the tab, or above
387 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc2346 bool* is_beneath) {
2373 *is_beneath = !display.bounds().Contains(drop_bounds);
2374 if (*is_beneath)
2420 bool is_beneath; local
2422 &is_beneath);
2426 new DropInfo(tab_data_index, drop_before, !is_beneath, GetWidget()));
2430 if (is_beneath == drop_info_->point_down) {
2431 drop_info_->point_down = !is_beneath;
2344 GetDropBounds(int drop_index, bool drop_before, bool* is_beneath) argument
H A Dtab_strip.h461 // |is_beneath| to indicate whether the arrow is beneath the tab, or above
463 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);

Completed in 1749 milliseconds