Searched defs:is_beneath (Results 1 - 2 of 2) 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
/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

Completed in 87 milliseconds