Home | History | Annotate | Download | only in wm

Lines Matching refs:details_

34   gfx::Rect bounds(CalculateBoundsForDrag(details_, location));
35 if (bounds != details_.window->bounds()) {
36 if (!did_move_or_resize_ && !details_.restore_bounds.IsEmpty())
37 ClearRestoreBounds(details_.window);
39 details_.window->SetBounds(bounds);
50 details_.window->SetBounds(details_.initial_bounds_in_parent);
52 if (!details_.restore_bounds.IsEmpty())
53 SetRestoreBoundsInScreen(details_.window, details_.restore_bounds);
57 return details_.window;
61 return details_.initial_location_in_parent;
65 : details_(details),
67 DCHECK(details_.is_resizable);