Home | History | Annotate | Download | only in aura

Lines Matching full:bounds

373     return bounds();
374 gfx::Point origin = bounds().origin();
376 return gfx::Rect(origin, bounds().size());
380 gfx::Rect bounds(GetBoundsInRootWindow());
386 gfx::Point origin = bounds.origin();
388 bounds.set_origin(origin);
391 return bounds;
432 // Ensure we don't go smaller than our minimum bounds.
459 return bounds();
481 gfx::Rect parent_rect(bounds().size());
484 parent_rect.Offset(bounds().origin().OffsetFromOrigin());
534 offset += child->bounds().OffsetFromOrigin();
673 return gfx::Rect(bounds().size()).Contains(local_point);
794 "%s<%d> bounds(%d, %d, %d, %d) %s %s opacity=%.1f",
796 bounds().x(), bounds().y(), bounds().width(), bounds().height(),
864 gfx::Rect local_bounds(bounds().size());
883 // Always need to set the layer's bounds -- even if it is to the same thing.
901 // If we are currently not the layer's delegate, we will not get bounds
934 SchedulePaintInRect(gfx::Rect(0, 0, bounds().width(), bounds().height()));
948 canvas->ClipRect(child->bounds());
950 canvas->Translate(child->bounds().OffsetFromOrigin());
971 gfx::Rect inset_local_bounds(gfx::Point(), bounds().size());
973 // We know we're inside the normal local bounds, so if we're outside the
974 // inset bounds we must be in the special hit test override area.
1036 const gfx::Vector2d new_offset = offset + bounds().OffsetFromOrigin();
1049 gfx::Rect layer_bounds(layer()->bounds());
1064 offset + children_[i]->bounds().OffsetFromOrigin());
1067 const gfx::Rect real_bounds(bounds());
1069 gfx::Rect layer_bounds(layer()->bounds().size());
1081 gfx::Rect layer_bounds(layer()->bounds());
1312 bounds_ = layer()->bounds();
1325 delegate_->OnBoundsChanged(old_bounds, bounds());
1328 OnWindowBoundsChanged(this, old_bounds, bounds()));
1350 bounds());
1434 *offset += window->bounds().OffsetFromOrigin();