Home | History | Annotate | Download | only in tabs

Lines Matching defs:is_beneath

1672                                      bool* is_beneath) {
1700 *is_beneath = true;
1701 if (*is_beneath)
1734 bool is_beneath;
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;