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.cc1672 bool* is_beneath) {
1700 *is_beneath = true;
1701 if (*is_beneath)
1734 bool is_beneath; local
1735 gfx::Rect drop_bounds = GetDropBounds(index, drop_before, &is_beneath);
1745 drop_info_.reset(new DropInfo(index, drop_before, !is_beneath));
1756 if (is_beneath == drop_info_->point_down) {
1757 drop_info_->point_down = !is_beneath;
1670 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.cc2286 bool* is_beneath) {
2313 *is_beneath = (monitor_bounds.IsEmpty() ||
2316 *is_beneath = false;
2319 if (*is_beneath)
2365 bool is_beneath; local
2367 &is_beneath);
2371 new DropInfo(tab_data_index, drop_before, !is_beneath, GetWidget()));
2375 if (is_beneath == drop_info_->point_down) {
2376 drop_info_->point_down = !is_beneath;
2284 GetDropBounds(int drop_index, bool drop_before, bool* is_beneath) argument
H A Dtab_strip.h445 // |is_beneath| to indicate whether the arrow is beneath the tab, or above
447 gfx::Rect GetDropBounds(int drop_index, bool drop_before, bool* is_beneath);

Completed in 117 milliseconds