Home | History | Annotate | Download | only in tabs

Lines Matching refs:is_beneath

732                                   bool* is_beneath) {
759 *is_beneath = (monitor_bounds.IsEmpty() ||
762 *is_beneath = false;
765 if (*is_beneath)
808 bool is_beneath;
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;